Skip to content

Commit

Permalink
[maven-release-plugin] prepare release admin-0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
coyotesqrl committed Feb 6, 2017
1 parent 76cba09 commit c5821d6
Show file tree
Hide file tree
Showing 11 changed files with 27 additions and 49 deletions.
8 changes: 3 additions & 5 deletions api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,12 @@
**/
-->

<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>admin</artifactId>
<groupId>org.codice.ddf.admin.beta</groupId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
</parent>
<artifactId>admin-api</artifactId>
<packaging>bundle</packaging>
Expand All @@ -41,7 +39,7 @@
<version>2.9.4</version>
<scope>provided</scope>
</dependency>
<!---->


<!--todo these ldap dependencies to be removed when ldap is yanked out of this module-->
<dependency>
Expand Down
6 changes: 2 additions & 4 deletions app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,12 @@
**/
-->

<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>admin</artifactId>
<groupId>org.codice.ddf.admin.beta</groupId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
</parent>
<artifactId>admin-beta-app</artifactId>
<name>DDF :: Admin (Beta) :: App</name>
Expand Down
6 changes: 2 additions & 4 deletions config-handler-router/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,12 @@
*
**/
-->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>admin</artifactId>
<groupId>org.codice.ddf.admin.beta</groupId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
</parent>
<name>DDF :: Admin (Beta) :: Config Handler Router</name>
<artifactId>config-handler-router</artifactId>
Expand Down
6 changes: 2 additions & 4 deletions federation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,12 @@
**/
-->

<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.codice.ddf.admin.beta</groupId>
<artifactId>admin</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
</parent>
<artifactId>admin-federation</artifactId>
<name>DDF :: Admin (Beta) :: Federation</name>
Expand Down
6 changes: 2 additions & 4 deletions federation/source-config-handlers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,12 @@
**/
-->

<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.codice.ddf.admin.beta</groupId>
<artifactId>admin-federation</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
</parent>
<name>DDF :: Admin (Beta) :: Federation :: Source Config Handlers</name>
<artifactId>sources-config-handler</artifactId>
Expand Down
14 changes: 6 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,12 @@
*
**/
-->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.codice.ddf.admin.beta</groupId>
<artifactId>admin</artifactId>
<name>DDF Admin (Beta)</name>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
<packaging>pom</packaging>

<!--
Expand All @@ -43,16 +41,16 @@
<commons-lang.version>2.6</commons-lang.version>
<node.version>v7.1.0</node.version>
<yarn.version>v0.19.1</yarn.version>
<ddf.scm.connection.url/>
<snapshots.repository.url/>
<reports.repository.url/>
<ddf.scm.connection.url />
<snapshots.repository.url />
<reports.repository.url />
</properties>

<scm>
<url>https://github.com/connexta/admin-console-beta</url>
<connection>scm:git:https://github.com/connexta/admin-console-beta.git</connection>
<developerConnection>scm:git:https://github.com/connexta/admin-console-beta.git</developerConnection>
<tag>HEAD</tag>
<tag>admin-0.1.0</tag>
</scm>
<distributionManagement>
<snapshotRepository>
Expand Down
6 changes: 2 additions & 4 deletions security/contextpolicy-config-handler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,12 @@
**/
-->

<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>admin-security</artifactId>
<groupId>org.codice.ddf.admin.beta</groupId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
</parent>
<name>DDF :: Admin (Beta) :: Security :: Context Policy Handler</name>
<artifactId>contextpolicy-config-handler</artifactId>
Expand Down
6 changes: 2 additions & 4 deletions security/embedded-ldap-config-handler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,12 @@
**/
-->

<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>admin-security</artifactId>
<groupId>org.codice.ddf.admin.beta</groupId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
</parent>
<artifactId>embedded-ldap-config-handler</artifactId>
<name>DDF :: Admin (Beta) :: Security :: Embedded LDAP Handler</name>
Expand Down
6 changes: 2 additions & 4 deletions security/ldap-config-handler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,12 @@
**/
-->

<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>admin-security</artifactId>
<groupId>org.codice.ddf.admin.beta</groupId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
</parent>
<name>DDF :: Admin (Beta) :: Security :: LDAP Handler</name>
<artifactId>ldap-config-handler</artifactId>
Expand Down
6 changes: 2 additions & 4 deletions security/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,12 @@
**/
-->

<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>admin</artifactId>
<groupId>org.codice.ddf.admin.beta</groupId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
</parent>
<artifactId>admin-security</artifactId>
<name>DDF :: Admin (Beta) :: Security</name>
Expand Down
6 changes: 2 additions & 4 deletions ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,12 @@
**/
-->

<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>admin</artifactId>
<groupId>org.codice.ddf.admin.beta</groupId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
</parent>
<name>DDF :: Admin (Beta) :: UI</name>
<artifactId>admin-ui</artifactId>
Expand Down

0 comments on commit c5821d6

Please sign in to comment.