Skip to content

Commit

Permalink
bump version for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
liweinan committed Sep 14, 2024
1 parent 0eb072a commit aa48e82
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion jberet-rest-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<artifactId>jberet-rest</artifactId>
<groupId>org.jberet</groupId>
<version>3.0.0.Final</version>
<version>3.0.1.Final-SNAPSHOT</version>
</parent>

<artifactId>jberet-rest-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jberet-rest-commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<artifactId>jberet-rest</artifactId>
<groupId>org.jberet</groupId>
<version>3.0.0.Final</version>
<version>3.0.1.Final-SNAPSHOT</version>
</parent>

<artifactId>jberet-rest-commons</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>jberet-rest</artifactId>
<version>3.0.0.Final</version>
<version>3.0.1.Final-SNAPSHOT</version>

<packaging>pom</packaging>

Expand Down

0 comments on commit aa48e82

Please sign in to comment.