Skip to content

Commit

Permalink
[RELEASE] Bump version from 1.0.5 to 1.0.6-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
adoroszlai committed Dec 8, 2023
1 parent be0fcc6 commit f8e7e26
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion misc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.ratis</groupId>
<artifactId>ratis-thirdparty</artifactId>
<version>1.0.5</version>
<version>1.0.6-SNAPSHOT</version>
</parent>
<artifactId>ratis-thirdparty-misc</artifactId>
<name>Apache Ratis Thirdparty Miscellaneous</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</parent>
<artifactId>ratis-thirdparty</artifactId>
<groupId>org.apache.ratis</groupId>
<version>1.0.5</version>
<version>1.0.6-SNAPSHOT</version>
<name>Apache Ratis Thirdparty</name>
<packaging>pom</packaging>
<description>Thirdparty dependencies for Apache Ratis</description>
Expand Down
2 changes: 1 addition & 1 deletion test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.ratis</groupId>
<artifactId>ratis-thirdparty</artifactId>
<version>1.0.5</version>
<version>1.0.6-SNAPSHOT</version>
</parent>
<artifactId>ratis-thirdparty-test</artifactId>
<name>Apache Ratis Thirdparty Test</name>
Expand Down

0 comments on commit f8e7e26

Please sign in to comment.