Skip to content

Commit

Permalink
[maven-release-plugin] prepare release ddf-distribution-2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kcwire committed Sep 18, 2014
1 parent eee4a8f commit 98c596d
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 12 deletions.
2 changes: 1 addition & 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.5.1-SNAPSHOT</version>
<version>2.5.1</version>
</parent>

<artifactId>console-branding</artifactId>
Expand Down
2 changes: 1 addition & 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.5.1-SNAPSHOT</version>
<version>2.5.1</version>
</parent>

<!--
Expand Down
6 changes: 2 additions & 4 deletions distribution/ddf/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>
<artifactId>kernel</artifactId>
<groupId>ddf.distribution</groupId>
<version>2.5.1-SNAPSHOT</version>
<version>2.5.1</version>
<relativePath>../kernel/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 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.5.1-SNAPSHOT</version>
<version>2.5.1</version>
</parent>

<name>DDF :: Distribution :: Install Profiles</name>
Expand Down
2 changes: 1 addition & 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.5.1-SNAPSHOT</version>
<version>2.5.1</version>
</parent>

<!--
Expand Down
4 changes: 2 additions & 2 deletions distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<modelVersion>4.0.0</modelVersion>
<artifactId>distribution</artifactId>
<version>2.5.1-SNAPSHOT</version>
<version>2.5.1</version>
<packaging>pom</packaging>
<name>DDF Distribution</name>

Expand Down Expand Up @@ -84,6 +84,6 @@
</build>

<scm>
<tag>ddf-distribution-2.5.0</tag>
<tag>ddf-distribution-2.5.1</tag>
</scm>
</project>
2 changes: 1 addition & 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.5.1-SNAPSHOT</version>
<version>2.5.1</version>
</parent>

<artifactId>webconsole-branding-plugin</artifactId>
Expand Down
2 changes: 1 addition & 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.5.1-SNAPSHOT</version>
<version>2.5.1</version>
</parent>

<artifactId>webconsole-branding</artifactId>
Expand Down

0 comments on commit 98c596d

Please sign in to comment.