Skip to content

Commit

Permalink
[maven-release-plugin] prepare release parent-0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
tzaeschke committed Aug 20, 2013
1 parent 3d232b1 commit 0d7f628
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion core-cpp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.ode4j</groupId>
<artifactId>parent</artifactId>
<version>0.2.6-SNAPSHOT</version>
<version>0.2.6</version>
</parent>

<artifactId>core-cpp</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.ode4j</groupId>
<artifactId>parent</artifactId>
<version>0.2.6-SNAPSHOT</version>
<version>0.2.6</version>
</parent>

<artifactId>core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cpp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.ode4j</groupId>
<artifactId>parent</artifactId>
<version>0.2.6-SNAPSHOT</version>
<version>0.2.6</version>
</parent>

<artifactId>cpp</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion demo-cpp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.ode4j</groupId>
<artifactId>parent</artifactId>
<version>0.2.6-SNAPSHOT</version>
<version>0.2.6</version>
</parent>

<artifactId>demo-cpp</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.ode4j</groupId>
<artifactId>parent</artifactId>
<version>0.2.6-SNAPSHOT</version>
<version>0.2.6</version>
</parent>

<artifactId>demo</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>org.ode4j</groupId>
<artifactId>parent</artifactId>
<version>0.2.6-SNAPSHOT</version>
<version>0.2.6</version>
<packaging>pom</packaging>

<modules>
Expand Down

0 comments on commit 0d7f628

Please sign in to comment.