Skip to content

Commit

Permalink
[maven-release-plugin] prepare release ddf-distribution-2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shaundmorris committed Jul 13, 2015
1 parent 6f84316 commit 20cd371
Show file tree
Hide file tree
Showing 17 changed files with 29 additions and 25 deletions.
4 changes: 2 additions & 2 deletions distribution/console-branding/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
<parent>
<artifactId>distribution</artifactId>
<groupId>ddf</groupId>
<version>2.7.0.RC3-SNAPSHOT</version>
<version>2.7.0</version>
</parent>

<artifactId>console-branding</artifactId>
<version>2.7.0.RC1</version>
<version>2.7.0</version>
<groupId>ddf.distribution</groupId>
<packaging>bundle</packaging>
<name>DDF :: Distribution :: Console Branding</name>
Expand Down
4 changes: 2 additions & 2 deletions distribution/ddf-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<artifactId>distribution</artifactId>
<groupId>ddf</groupId>
<version>2.7.0.RC3-SNAPSHOT</version>
<version>2.7.0</version>
</parent>

<!--
Expand All @@ -40,7 +40,7 @@
assembly using the maven-assemply-plugin and <componentDescriptors> to inject it (in resources)
-->
<artifactId>ddf-common</artifactId>
<version>2.7.0.RC1</version>
<version>2.7.0</version>
<groupId>ddf.distribution</groupId>
<name>DDF :: Distribution :: DDF Common</name>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion distribution/ddf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<artifactId>kernel</artifactId>
<groupId>ddf.distribution</groupId>
<version>2.7.0.RC1</version>
<version>2.7.0</version>
<relativePath>../kernel/pom.xml</relativePath>
</parent>

Expand Down
6 changes: 5 additions & 1 deletion distribution/docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</parent>

<artifactId>docs</artifactId>
<version>3.0.3</version>
<version>2.7.0</version>
<name>DDF DOCS</name>

<build>
Expand Down Expand Up @@ -64,4 +64,8 @@
<url>http://artifacts.codice.org/content/groups/public/</url>
</repository>
</repositories>

<scm>
<tag>ddf-distribution-2.7.0</tag>
</scm>
</project>
4 changes: 2 additions & 2 deletions distribution/install-profiles/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
<parent>
<artifactId>distribution</artifactId>
<groupId>ddf</groupId>
<version>2.7.0.RC3-SNAPSHOT</version>
<version>2.7.0</version>
</parent>

<name>DDF :: Distribution :: Install Profiles</name>
<artifactId>install-profiles</artifactId>
<version>2.7.0.RC1</version>
<version>2.7.0</version>
<groupId>ddf.distribution</groupId>
<packaging>pom</packaging>

Expand Down
4 changes: 2 additions & 2 deletions distribution/kernel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<artifactId>distribution</artifactId>
<groupId>ddf</groupId>
<version>2.7.0.RC3-SNAPSHOT</version>
<version>2.7.0</version>
</parent>

<!--
Expand All @@ -31,7 +31,7 @@
changed to kernel.
-->
<artifactId>kernel</artifactId>
<version>2.7.0.RC1</version>
<version>2.7.0</version>
<groupId>ddf.distribution</groupId>
<name>DDF :: Distribution :: Kernel</name>
<packaging>pom</packaging>
Expand Down
4 changes: 2 additions & 2 deletions distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</parent>

<artifactId>distribution</artifactId>
<version>2.7.0.RC3-SNAPSHOT</version>
<version>2.7.0</version>
<packaging>pom</packaging>
<name>DDF Distribution</name>

Expand Down Expand Up @@ -139,6 +139,6 @@


<scm>
<tag>ddf-distribution-2.7.0.RC1</tag>
<tag>ddf-distribution-2.7.0</tag>
</scm>
</project>
2 changes: 1 addition & 1 deletion distribution/test/features-xml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<artifactId>test</artifactId>
<groupId>ddf.test</groupId>
<version>2.7.0.RC1</version>
<version>2.7.0</version>
</parent>
<artifactId>features-xml</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion distribution/test/itests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>ddf.test</groupId>
<artifactId>test</artifactId>
<version>2.7.0.RC1</version>
<version>2.7.0</version>
</parent>
<groupId>ddf.test.itests</groupId>
<artifactId>itests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion distribution/test/itests/test-itests-catalog/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>ddf.test.itests</groupId>
<artifactId>itests</artifactId>
<version>2.7.0.RC1</version>
<version>2.7.0</version>
</parent>
<artifactId>test-itests-catalog</artifactId>
<name>DDF :: Test :: Integration :: Catalog</name>
Expand Down
2 changes: 1 addition & 1 deletion distribution/test/itests/test-itests-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>ddf.test.itests</groupId>
<artifactId>itests</artifactId>
<version>2.7.0.RC1</version>
<version>2.7.0</version>
</parent>

<artifactId>test-itests-common</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions distribution/test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
<parent>
<groupId>ddf</groupId>
<artifactId>distribution</artifactId>
<version>2.7.0.RC3-SNAPSHOT</version>
<version>2.7.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<groupId>ddf.test</groupId>
<artifactId>test</artifactId>
<version>2.7.0.RC1</version>
<version>2.7.0</version>
<packaging>pom</packaging>
<name>DDF Test</name>

Expand Down
2 changes: 1 addition & 1 deletion distribution/test/test-input-transformer-stubs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<artifactId>test</artifactId>
<groupId>ddf.test</groupId>
<version>2.7.0.RC1</version>
<version>2.7.0</version>
</parent>
<artifactId>test-input-transformer-stubs</artifactId>
<name>DDF :: Test :: Input Transformer Stubs</name>
Expand Down
2 changes: 1 addition & 1 deletion distribution/test/thirdparty/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>ddf.test</groupId>
<artifactId>test</artifactId>
<version>2.7.0.RC1</version>
<version>2.7.0</version>
</parent>
<groupId>ddf.test.thirdparty</groupId>
<artifactId>thirdparty</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion distribution/test/thirdparty/rest-assured/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>ddf.test.thirdparty</groupId>
<artifactId>thirdparty</artifactId>
<version>2.7.0.RC1</version>
<version>2.7.0</version>
</parent>
<artifactId>rest-assured</artifactId>
<name>DDF :: Test :: Thirdparty :: REST-assured</name>
Expand Down
4 changes: 2 additions & 2 deletions distribution/webconsole-branding-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<parent>
<artifactId>distribution</artifactId>
<groupId>ddf</groupId>
<version>2.7.0.RC3-SNAPSHOT</version>
<version>2.7.0</version>
</parent>

<artifactId>webconsole-branding-plugin</artifactId>
<version>2.7.0.RC1</version>
<version>2.7.0</version>
<groupId>ddf.distribution</groupId>
<name>DDF :: Distribution :: Console Branding Plugin</name>
<packaging>bundle</packaging>
Expand Down
4 changes: 2 additions & 2 deletions distribution/webconsole-branding/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
<parent>
<artifactId>distribution</artifactId>
<groupId>ddf</groupId>
<version>2.7.0.RC3-SNAPSHOT</version>
<version>2.7.0</version>
</parent>

<artifactId>webconsole-branding</artifactId>
<version>2.7.0.RC1</version>
<version>2.7.0</version>
<groupId>ddf.distribution</groupId>
<packaging>bundle</packaging>
<name>DDF :: Distribution :: Web Console</name>
Expand Down

0 comments on commit 20cd371

Please sign in to comment.