Skip to content

Commit

Permalink
[maven-release-plugin] prepare release admin-0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
coyotesqrl committed Mar 31, 2017
1 parent 4d2e2d8 commit 8af900f
Show file tree
Hide file tree
Showing 17 changed files with 25 additions and 37 deletions.
8 changes: 3 additions & 5 deletions admin-module/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,13 @@
*
**/
-->
<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.2-SNAPSHOT</version>
<version>0.1.2</version>
</parent>

<name>DDF :: Admin (Beta) :: Modules :: Setup</name>
Expand All @@ -42,7 +40,7 @@
<configuration>
<instructions>
<Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
<Export-Package/>
<Export-Package />
</instructions>
</configuration>
</plugin>
Expand Down
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<artifactId>admin</artifactId>
<groupId>org.codice.ddf.admin.beta</groupId>
<version>0.1.2-SNAPSHOT</version>
<version>0.1.2</version>
</parent>
<artifactId>admin-api</artifactId>
<packaging>bundle</packaging>
Expand Down
2 changes: 1 addition & 1 deletion app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<artifactId>admin</artifactId>
<groupId>org.codice.ddf.admin.beta</groupId>
<version>0.1.2-SNAPSHOT</version>
<version>0.1.2</version>
</parent>
<artifactId>admin-beta-app</artifactId>
<name>DDF :: Admin (Beta) :: App</name>
Expand Down
6 changes: 2 additions & 4 deletions commons/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.2-SNAPSHOT</version>
<version>0.1.2</version>
</parent>

<artifactId>admin-commons</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion config-handler-router/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<artifactId>admin</artifactId>
<groupId>org.codice.ddf.admin.beta</groupId>
<version>0.1.2-SNAPSHOT</version>
<version>0.1.2</version>
</parent>
<name>DDF :: Admin (Beta) :: Config Handler Router</name>
<artifactId>config-handler-router</artifactId>
Expand Down
6 changes: 2 additions & 4 deletions configurator/configurator-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,13 @@
*
**/
-->
<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>configurator</artifactId>
<version>0.1.2-SNAPSHOT</version>
<version>0.1.2</version>
</parent>

<name>DDF :: Configurator :: API</name>
Expand Down
6 changes: 2 additions & 4 deletions configurator/configurator-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,13 @@
*
**/
-->
<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>configurator</artifactId>
<version>0.1.2-SNAPSHOT</version>
<version>0.1.2</version>
</parent>

<name>DDF :: Configurator :: Transactional Implementation</name>
Expand Down
6 changes: 2 additions & 4 deletions configurator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,13 @@
*
**/
-->
<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.2-SNAPSHOT</version>
<version>0.1.2</version>
</parent>

<name>DDF :: Configurator</name>
Expand Down
6 changes: 2 additions & 4 deletions federation/commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,11 @@
*
**/
-->
<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">
<parent>
<artifactId>admin-federation</artifactId>
<groupId>org.codice.ddf.admin.beta</groupId>
<version>0.1.2-SNAPSHOT</version>
<version>0.1.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion federation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>org.codice.ddf.admin.beta</groupId>
<artifactId>admin</artifactId>
<version>0.1.2-SNAPSHOT</version>
<version>0.1.2</version>
</parent>
<artifactId>admin-federation</artifactId>
<name>DDF :: Admin (Beta) :: Federation</name>
Expand Down
2 changes: 1 addition & 1 deletion federation/source-config-handlers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>org.codice.ddf.admin.beta</groupId>
<artifactId>admin-federation</artifactId>
<version>0.1.2-SNAPSHOT</version>
<version>0.1.2</version>
</parent>
<name>DDF :: Admin (Beta) :: Federation :: Source Config Handlers</name>
<artifactId>sources-config-handler</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<groupId>org.codice.ddf.admin.beta</groupId>
<artifactId>admin</artifactId>
<name>DDF Admin (Beta)</name>
<version>0.1.2-SNAPSHOT</version>
<version>0.1.2</version>
<packaging>pom</packaging>

<!--
Expand Down Expand Up @@ -57,7 +57,7 @@
<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.2</tag>
</scm>
<distributionManagement>
<snapshotRepository>
Expand Down
2 changes: 1 addition & 1 deletion security/contextpolicy-config-handler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<artifactId>admin-security</artifactId>
<groupId>org.codice.ddf.admin.beta</groupId>
<version>0.1.2-SNAPSHOT</version>
<version>0.1.2</version>
</parent>
<name>DDF :: Admin (Beta) :: Security :: Context Policy Handler</name>
<artifactId>contextpolicy-config-handler</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion security/embedded-ldap-config-handler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<artifactId>admin-security</artifactId>
<groupId>org.codice.ddf.admin.beta</groupId>
<version>0.1.2-SNAPSHOT</version>
<version>0.1.2</version>
</parent>
<artifactId>embedded-ldap-config-handler</artifactId>
<name>DDF :: Admin (Beta) :: Security :: Embedded LDAP Handler</name>
Expand Down
2 changes: 1 addition & 1 deletion security/ldap-config-handler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<artifactId>admin-security</artifactId>
<groupId>org.codice.ddf.admin.beta</groupId>
<version>0.1.2-SNAPSHOT</version>
<version>0.1.2</version>
</parent>
<name>DDF :: Admin (Beta) :: Security :: LDAP Handler</name>
<artifactId>ldap-config-handler</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion security/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<artifactId>admin</artifactId>
<groupId>org.codice.ddf.admin.beta</groupId>
<version>0.1.2-SNAPSHOT</version>
<version>0.1.2</version>
</parent>
<artifactId>admin-security</artifactId>
<name>DDF :: Admin (Beta) :: Security</name>
Expand Down
2 changes: 1 addition & 1 deletion ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<artifactId>admin</artifactId>
<groupId>org.codice.ddf.admin.beta</groupId>
<version>0.1.2-SNAPSHOT</version>
<version>0.1.2</version>
</parent>
<name>DDF :: Admin (Beta) :: UI</name>
<artifactId>admin-ui</artifactId>
Expand Down

0 comments on commit 8af900f

Please sign in to comment.