This is an automated email from the ASF dual-hosted git repository. williamsong pushed a commit to branch release-2.5.0 in repository https://gitbox.apache.org/repos/asf/ratis.git
commit d71bb03c053b20305dfa591e7150fe9cf1c8c08e Author: szywilliam <[email protected]> AuthorDate: Tue Apr 4 19:37:44 2023 +0800 Change version for the version 2.5.0 -rc1 --- pom.xml | 4 ++-- ratis-assembly/pom.xml | 2 +- ratis-client/pom.xml | 2 +- ratis-common/pom.xml | 2 +- ratis-docs/pom.xml | 2 +- ratis-examples/pom.xml | 2 +- ratis-experiments/pom.xml | 2 +- ratis-grpc/pom.xml | 2 +- ratis-metrics/pom.xml | 2 +- ratis-netty/pom.xml | 2 +- ratis-proto/pom.xml | 2 +- ratis-replicated-map/pom.xml | 2 +- ratis-resource-bundle/pom.xml | 2 +- ratis-server-api/pom.xml | 2 +- ratis-server/pom.xml | 2 +- ratis-shell/pom.xml | 2 +- ratis-test/pom.xml | 2 +- ratis-tools/pom.xml | 2 +- 18 files changed, 19 insertions(+), 19 deletions(-) diff --git a/pom.xml b/pom.xml index 599b71f2a..5401760a5 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ <artifactId>ratis</artifactId> <groupId>org.apache.ratis</groupId> - <version>2.4.2-SNAPSHOT</version> + <version>2.5.0</version> <name>Apache Ratis</name> <packaging>pom</packaging> <description> @@ -160,7 +160,7 @@ <properties> - <project.build.outputTimestamp>2023-01-01T00:00:00Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2023-04-04T11:37:43Z</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 --> diff --git a/ratis-assembly/pom.xml b/ratis-assembly/pom.xml index 3088c88c8..5e0a175a4 100644 --- a/ratis-assembly/pom.xml +++ b/ratis-assembly/pom.xml @@ -17,7 +17,7 @@ <parent> <artifactId>ratis</artifactId> <groupId>org.apache.ratis</groupId> - <version>2.4.2-SNAPSHOT</version> + <version>2.5.0</version> </parent> <artifactId>ratis-assembly</artifactId> diff --git a/ratis-client/pom.xml b/ratis-client/pom.xml index d307a1561..effb3b28b 100644 --- a/ratis-client/pom.xml +++ b/ratis-client/pom.xml @@ -17,7 +17,7 @@ <parent> <artifactId>ratis</artifactId> <groupId>org.apache.ratis</groupId> - <version>2.4.2-SNAPSHOT</version> + <version>2.5.0</version> </parent> <artifactId>ratis-client</artifactId> diff --git a/ratis-common/pom.xml b/ratis-common/pom.xml index 8a6acacf1..eb6cd153d 100644 --- a/ratis-common/pom.xml +++ b/ratis-common/pom.xml @@ -17,7 +17,7 @@ <parent> <artifactId>ratis</artifactId> <groupId>org.apache.ratis</groupId> - <version>2.4.2-SNAPSHOT</version> + <version>2.5.0</version> </parent> <artifactId>ratis-common</artifactId> diff --git a/ratis-docs/pom.xml b/ratis-docs/pom.xml index 380fa9ac4..cf62b77b8 100644 --- a/ratis-docs/pom.xml +++ b/ratis-docs/pom.xml @@ -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.4.2-SNAPSHOT</version> + <version>2.5.0</version> </parent> <artifactId>ratis-docs</artifactId> diff --git a/ratis-examples/pom.xml b/ratis-examples/pom.xml index 5499b0f8c..7bf8eb390 100644 --- a/ratis-examples/pom.xml +++ b/ratis-examples/pom.xml @@ -17,7 +17,7 @@ <parent> <artifactId>ratis</artifactId> <groupId>org.apache.ratis</groupId> - <version>2.4.2-SNAPSHOT</version> + <version>2.5.0</version> </parent> <artifactId>ratis-examples</artifactId> diff --git a/ratis-experiments/pom.xml b/ratis-experiments/pom.xml index c768243c7..b2f46a47d 100644 --- a/ratis-experiments/pom.xml +++ b/ratis-experiments/pom.xml @@ -17,7 +17,7 @@ <parent> <artifactId>ratis</artifactId> <groupId>org.apache.ratis</groupId> - <version>2.4.2-SNAPSHOT</version> + <version>2.5.0</version> </parent> <artifactId>ratis-experiments</artifactId> diff --git a/ratis-grpc/pom.xml b/ratis-grpc/pom.xml index 9b37a73bd..e9ce1ab67 100644 --- a/ratis-grpc/pom.xml +++ b/ratis-grpc/pom.xml @@ -17,7 +17,7 @@ <parent> <artifactId>ratis</artifactId> <groupId>org.apache.ratis</groupId> - <version>2.4.2-SNAPSHOT</version> + <version>2.5.0</version> </parent> <artifactId>ratis-grpc</artifactId> diff --git a/ratis-metrics/pom.xml b/ratis-metrics/pom.xml index 7098409b7..40bd7ee51 100644 --- a/ratis-metrics/pom.xml +++ b/ratis-metrics/pom.xml @@ -18,7 +18,7 @@ <parent> <artifactId>ratis</artifactId> <groupId>org.apache.ratis</groupId> - <version>2.4.2-SNAPSHOT</version> + <version>2.5.0</version> </parent> <artifactId>ratis-metrics</artifactId> diff --git a/ratis-netty/pom.xml b/ratis-netty/pom.xml index af5175694..3d32d4a53 100644 --- a/ratis-netty/pom.xml +++ b/ratis-netty/pom.xml @@ -17,7 +17,7 @@ <parent> <artifactId>ratis</artifactId> <groupId>org.apache.ratis</groupId> - <version>2.4.2-SNAPSHOT</version> + <version>2.5.0</version> </parent> <artifactId>ratis-netty</artifactId> diff --git a/ratis-proto/pom.xml b/ratis-proto/pom.xml index 194c98000..5cfd7cc48 100644 --- a/ratis-proto/pom.xml +++ b/ratis-proto/pom.xml @@ -17,7 +17,7 @@ <parent> <artifactId>ratis</artifactId> <groupId>org.apache.ratis</groupId> - <version>2.4.2-SNAPSHOT</version> + <version>2.5.0</version> </parent> <artifactId>ratis-proto</artifactId> diff --git a/ratis-replicated-map/pom.xml b/ratis-replicated-map/pom.xml index 8183cf7d1..145e34ef5 100644 --- a/ratis-replicated-map/pom.xml +++ b/ratis-replicated-map/pom.xml @@ -17,7 +17,7 @@ <parent> <artifactId>ratis</artifactId> <groupId>org.apache.ratis</groupId> - <version>2.4.2-SNAPSHOT</version> + <version>2.5.0</version> </parent> <artifactId>ratis-replicated-map</artifactId> diff --git a/ratis-resource-bundle/pom.xml b/ratis-resource-bundle/pom.xml index 4e5b15e95..b2b5d87e5 100644 --- a/ratis-resource-bundle/pom.xml +++ b/ratis-resource-bundle/pom.xml @@ -23,7 +23,7 @@ <parent> <artifactId>ratis</artifactId> <groupId>org.apache.ratis</groupId> - <version>2.4.2-SNAPSHOT</version> + <version>2.5.0</version> <relativePath>..</relativePath> </parent> diff --git a/ratis-server-api/pom.xml b/ratis-server-api/pom.xml index 36a5f6b37..c8cf883f4 100644 --- a/ratis-server-api/pom.xml +++ b/ratis-server-api/pom.xml @@ -17,7 +17,7 @@ <parent> <artifactId>ratis</artifactId> <groupId>org.apache.ratis</groupId> - <version>2.4.2-SNAPSHOT</version> + <version>2.5.0</version> </parent> <artifactId>ratis-server-api</artifactId> diff --git a/ratis-server/pom.xml b/ratis-server/pom.xml index e827e3c11..c4f4a8c29 100644 --- a/ratis-server/pom.xml +++ b/ratis-server/pom.xml @@ -17,7 +17,7 @@ <parent> <artifactId>ratis</artifactId> <groupId>org.apache.ratis</groupId> - <version>2.4.2-SNAPSHOT</version> + <version>2.5.0</version> </parent> <artifactId>ratis-server</artifactId> diff --git a/ratis-shell/pom.xml b/ratis-shell/pom.xml index 32961b958..5df616ad8 100644 --- a/ratis-shell/pom.xml +++ b/ratis-shell/pom.xml @@ -17,7 +17,7 @@ <parent> <artifactId>ratis</artifactId> <groupId>org.apache.ratis</groupId> - <version>2.4.2-SNAPSHOT</version> + <version>2.5.0</version> </parent> <artifactId>ratis-shell</artifactId> diff --git a/ratis-test/pom.xml b/ratis-test/pom.xml index 999877e0e..ffd2c6562 100644 --- a/ratis-test/pom.xml +++ b/ratis-test/pom.xml @@ -17,7 +17,7 @@ <parent> <artifactId>ratis</artifactId> <groupId>org.apache.ratis</groupId> - <version>2.4.2-SNAPSHOT</version> + <version>2.5.0</version> </parent> <artifactId>ratis-test</artifactId> diff --git a/ratis-tools/pom.xml b/ratis-tools/pom.xml index 3414461e5..971fac7f0 100644 --- a/ratis-tools/pom.xml +++ b/ratis-tools/pom.xml @@ -17,7 +17,7 @@ <parent> <artifactId>ratis</artifactId> <groupId>org.apache.ratis</groupId> - <version>2.4.2-SNAPSHOT</version> + <version>2.5.0</version> </parent> <artifactId>ratis-tools</artifactId>
