Skip to content

Commit

Permalink
[RELEASE] Bump version to 2.5.2-SNAPSHOT after release of 2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
adoroszlai committed May 5, 2023
1 parent a96bfee commit 2d56cc9
Show file tree
Hide file tree
Showing 18 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

<artifactId>ratis</artifactId>
<groupId>org.apache.ratis</groupId>
<version>2.5.1-SNAPSHOT</version>
<version>2.5.2-SNAPSHOT</version>
<name>Apache Ratis</name>
<packaging>pom</packaging>
<description>
Expand Down
2 changes: 1 addition & 1 deletion ratis-assembly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<artifactId>ratis</artifactId>
<groupId>org.apache.ratis</groupId>
<version>2.5.1-SNAPSHOT</version>
<version>2.5.2-SNAPSHOT</version>
</parent>

<artifactId>ratis-assembly</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ratis-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<artifactId>ratis</artifactId>
<groupId>org.apache.ratis</groupId>
<version>2.5.1-SNAPSHOT</version>
<version>2.5.2-SNAPSHOT</version>
</parent>

<artifactId>ratis-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ratis-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<artifactId>ratis</artifactId>
<groupId>org.apache.ratis</groupId>
<version>2.5.1-SNAPSHOT</version>
<version>2.5.2-SNAPSHOT</version>
</parent>

<artifactId>ratis-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ratis-docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>ratis</artifactId>
<groupId>org.apache.ratis</groupId>
<version>2.5.1-SNAPSHOT</version>
<version>2.5.2-SNAPSHOT</version>
</parent>

<artifactId>ratis-docs</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ratis-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<artifactId>ratis</artifactId>
<groupId>org.apache.ratis</groupId>
<version>2.5.1-SNAPSHOT</version>
<version>2.5.2-SNAPSHOT</version>
</parent>

<artifactId>ratis-examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ratis-experiments/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<artifactId>ratis</artifactId>
<groupId>org.apache.ratis</groupId>
<version>2.5.1-SNAPSHOT</version>
<version>2.5.2-SNAPSHOT</version>
</parent>

<artifactId>ratis-experiments</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ratis-grpc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<artifactId>ratis</artifactId>
<groupId>org.apache.ratis</groupId>
<version>2.5.1-SNAPSHOT</version>
<version>2.5.2-SNAPSHOT</version>
</parent>

<artifactId>ratis-grpc</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ratis-metrics/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<artifactId>ratis</artifactId>
<groupId>org.apache.ratis</groupId>
<version>2.5.1-SNAPSHOT</version>
<version>2.5.2-SNAPSHOT</version>
</parent>

<artifactId>ratis-metrics</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ratis-netty/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<artifactId>ratis</artifactId>
<groupId>org.apache.ratis</groupId>
<version>2.5.1-SNAPSHOT</version>
<version>2.5.2-SNAPSHOT</version>
</parent>

<artifactId>ratis-netty</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ratis-proto/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<artifactId>ratis</artifactId>
<groupId>org.apache.ratis</groupId>
<version>2.5.1-SNAPSHOT</version>
<version>2.5.2-SNAPSHOT</version>
</parent>

<artifactId>ratis-proto</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ratis-replicated-map/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<artifactId>ratis</artifactId>
<groupId>org.apache.ratis</groupId>
<version>2.5.1-SNAPSHOT</version>
<version>2.5.2-SNAPSHOT</version>
</parent>

<artifactId>ratis-replicated-map</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ratis-resource-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>ratis</artifactId>
<groupId>org.apache.ratis</groupId>
<version>2.5.1-SNAPSHOT</version>
<version>2.5.2-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion ratis-server-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<artifactId>ratis</artifactId>
<groupId>org.apache.ratis</groupId>
<version>2.5.1-SNAPSHOT</version>
<version>2.5.2-SNAPSHOT</version>
</parent>

<artifactId>ratis-server-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ratis-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<artifactId>ratis</artifactId>
<groupId>org.apache.ratis</groupId>
<version>2.5.1-SNAPSHOT</version>
<version>2.5.2-SNAPSHOT</version>
</parent>

<artifactId>ratis-server</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ratis-shell/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<artifactId>ratis</artifactId>
<groupId>org.apache.ratis</groupId>
<version>2.5.1-SNAPSHOT</version>
<version>2.5.2-SNAPSHOT</version>
</parent>

<artifactId>ratis-shell</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ratis-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<artifactId>ratis</artifactId>
<groupId>org.apache.ratis</groupId>
<version>2.5.1-SNAPSHOT</version>
<version>2.5.2-SNAPSHOT</version>
</parent>

<artifactId>ratis-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ratis-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<artifactId>ratis</artifactId>
<groupId>org.apache.ratis</groupId>
<version>2.5.1-SNAPSHOT</version>
<version>2.5.2-SNAPSHOT</version>
</parent>

<artifactId>ratis-tools</artifactId>
Expand Down

0 comments on commit 2d56cc9

Please sign in to comment.