Skip to content

Commit

Permalink
[maven-release-plugin] rollback the release of parent-0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tzaeschke committed Oct 7, 2023
1 parent 532a79b commit 4f04651
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion core-cpp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.ode4j</groupId>
<artifactId>parent</artifactId>
<version>0.5.3-SNAPSHOT</version>
<version>0.5.2-SNAPSHOT</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 @@ -6,7 +6,7 @@
<parent>
<groupId>org.ode4j</groupId>
<artifactId>parent</artifactId>
<version>0.5.3-SNAPSHOT</version>
<version>0.5.2-SNAPSHOT</version>
</parent>

<artifactId>core</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 @@ -6,7 +6,7 @@
<parent>
<groupId>org.ode4j</groupId>
<artifactId>parent</artifactId>
<version>0.5.3-SNAPSHOT</version>
<version>0.5.2-SNAPSHOT</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.5.3-SNAPSHOT</version>
<version>0.5.2-SNAPSHOT</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 @@ -11,7 +11,7 @@

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

<modules>
Expand Down

0 comments on commit 4f04651

Please sign in to comment.