Skip to content

Commit

Permalink
[maven-release-plugin] prepare release distribution-2.7.0.RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
shaundmorris committed Jun 30, 2015
1 parent f67f9c3 commit c15aae0
Show file tree
Hide file tree
Showing 17 changed files with 53 additions and 24 deletions.
6 changes: 5 additions & 1 deletion distribution/console-branding/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.RC1</version>
<version>2.7.0.RC2</version>
</parent>

<artifactId>console-branding</artifactId>
Expand Down Expand Up @@ -48,4 +48,8 @@
</plugin>
</plugins>
</build>

<scm>
<tag>distribution-2.7.0.RC2</tag>
</scm>
</project>
6 changes: 5 additions & 1 deletion 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.RC1</version>
<version>2.7.0.RC2</version>
</parent>

<!--
Expand Down Expand Up @@ -107,4 +107,8 @@




<scm>
<tag>distribution-2.7.0.RC2</tag>
</scm>
</project>
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.RC2</version>
<relativePath>../kernel/pom.xml</relativePath>
</parent>

Expand Down
8 changes: 6 additions & 2 deletions distribution/docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
*
**/
-->
<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>
Expand All @@ -23,6 +22,7 @@
</parent>

<artifactId>docs</artifactId>
<version>2.7.0.RC2</version>
<name>DDF DOCS</name>

<build>
Expand Down Expand Up @@ -65,4 +65,8 @@
</repository>
</repositories>


<scm>
<tag>distribution-2.7.0.RC2</tag>
</scm>
</project>
6 changes: 5 additions & 1 deletion distribution/install-profiles/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>distribution</artifactId>
<groupId>ddf</groupId>
<version>2.7.0.RC1</version>
<version>2.7.0.RC2</version>
</parent>

<name>DDF :: Distribution :: Install Profiles</name>
Expand Down Expand Up @@ -79,4 +79,8 @@
</plugins>
</build>


<scm>
<tag>distribution-2.7.0.RC2</tag>
</scm>
</project>
6 changes: 5 additions & 1 deletion 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.RC1</version>
<version>2.7.0.RC2</version>
</parent>

<!--
Expand Down Expand Up @@ -290,4 +290,8 @@
</plugins>
</build>


<scm>
<tag>distribution-2.7.0.RC2</tag>
</scm>
</project>
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.RC2-SNAPSHOT</version>
<version>2.7.0.RC2</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>distribution-2.7.0.RC2</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.RC2</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.RC2</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.RC2</version>
</parent>
<artifactId>test-itests-catalog</artifactId>
<name>DDF :: Test :: Integration :: Catalog</name>
Expand Down
6 changes: 2 additions & 4 deletions distribution/test/itests/test-itests-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,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>ddf.test.itests</groupId>
<artifactId>itests</artifactId>
<version>2.7.0.RC1</version>
<version>2.7.0.RC2</version>
</parent>

<artifactId>test-itests-common</artifactId>
Expand Down
9 changes: 6 additions & 3 deletions distribution/test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +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/maven-v4_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/maven-v4_0_0.xsd">
<parent>
<groupId>ddf</groupId>
<artifactId>distribution</artifactId>
<version>2.7.0.RC1</version>
<version>2.7.0.RC2</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -79,4 +78,8 @@
</dependencies>
</dependencyManagement>


<scm>
<tag>distribution-2.7.0.RC2</tag>
</scm>
</project>
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.RC2</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.RC2</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.RC2</version>
</parent>
<artifactId>rest-assured</artifactId>
<name>DDF :: Test :: Thirdparty :: REST-assured</name>
Expand Down
6 changes: 5 additions & 1 deletion distribution/webconsole-branding-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<artifactId>distribution</artifactId>
<groupId>ddf</groupId>
<version>2.7.0.RC1</version>
<version>2.7.0.RC2</version>
</parent>

<artifactId>webconsole-branding-plugin</artifactId>
Expand Down Expand Up @@ -70,4 +70,8 @@
</dependency>
</dependencies>


<scm>
<tag>distribution-2.7.0.RC2</tag>
</scm>
</project>
6 changes: 5 additions & 1 deletion distribution/webconsole-branding/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.RC1</version>
<version>2.7.0.RC2</version>
</parent>

<artifactId>webconsole-branding</artifactId>
Expand Down Expand Up @@ -49,4 +49,8 @@
</plugins>
</build>


<scm>
<tag>distribution-2.7.0.RC2</tag>
</scm>
</project>

0 comments on commit c15aae0

Please sign in to comment.