Skip to content

Commit

Permalink
upgrade snapshot version
Browse files Browse the repository at this point in the history
  • Loading branch information
SzyWilliam committed Jul 18, 2023
1 parent 8d897ea commit d8814a3
Show file tree
Hide file tree
Showing 18 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions 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-8d897ea-SNAPSHOT</version>
<name>Apache Ratis</name>
<packaging>pom</packaging>
<description>
Expand Down Expand Up @@ -160,7 +160,7 @@


<properties>
<project.build.outputTimestamp>2023-01-01T00:00:00Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2023-07-18T02:31:39Z</project.build.outputTimestamp>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<!-- where to find the generated LICENSE files -->
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-8d897ea-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-8d897ea-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-8d897ea-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-8d897ea-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-8d897ea-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-8d897ea-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-8d897ea-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-8d897ea-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-8d897ea-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-8d897ea-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-8d897ea-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-8d897ea-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-8d897ea-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-8d897ea-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-8d897ea-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-8d897ea-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-8d897ea-SNAPSHOT</version>
</parent>

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

0 comments on commit d8814a3

Please sign in to comment.