This is an automated email from the ASF dual-hosted git repository. tanxinyu pushed a commit to branch release-3.2.2 in repository https://gitbox.apache.org/repos/asf/ratis.git
commit 607f7f30484fa3897ed9763dd3a2620efbe23e12 Author: OneSizeFitsQuorum <[email protected]> AuthorDate: Thu Mar 12 23:19:59 2026 +0800 Change version for the version 3.2.2 -rc1 --- pom.xml | 4 ++-- ratis-assembly/pom.xml | 2 +- ratis-bom/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-api/pom.xml | 2 +- ratis-metrics-default/pom.xml | 2 +- ratis-metrics-dropwizard3/pom.xml | 2 +- ratis-netty/pom.xml | 2 +- ratis-proto/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 +- 20 files changed, 21 insertions(+), 21 deletions(-) diff --git a/pom.xml b/pom.xml index 240f558b3..bdb3bfd68 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ <artifactId>ratis</artifactId> <groupId>org.apache.ratis</groupId> - <version>3.3.0-SNAPSHOT</version> + <version>3.2.2</version> <name>Apache Ratis</name> <packaging>pom</packaging> <description> @@ -140,7 +140,7 @@ <properties> - <project.build.outputTimestamp>2025-11-03T02:50:35Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2026-03-12T15:19:59Z</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 055869303..7edec8085 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>3.3.0-SNAPSHOT</version> + <version>3.2.2</version> </parent> <artifactId>ratis-assembly</artifactId> diff --git a/ratis-bom/pom.xml b/ratis-bom/pom.xml index a62f2798d..f0ffff9d4 100644 --- a/ratis-bom/pom.xml +++ b/ratis-bom/pom.xml @@ -16,7 +16,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.apache.ratis</groupId> <artifactId>ratis-bom</artifactId> - <version>3.3.0-SNAPSHOT</version> + <version>3.2.2</version> <name>Apache Ratis BOM</name> <description>Apache Ratis Bill of Materials (BOM)</description> diff --git a/ratis-client/pom.xml b/ratis-client/pom.xml index 26b203498..3c7f44505 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>3.3.0-SNAPSHOT</version> + <version>3.2.2</version> </parent> <artifactId>ratis-client</artifactId> diff --git a/ratis-common/pom.xml b/ratis-common/pom.xml index f6bc0ee41..3d217ebbb 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>3.3.0-SNAPSHOT</version> + <version>3.2.2</version> </parent> <artifactId>ratis-common</artifactId> diff --git a/ratis-docs/pom.xml b/ratis-docs/pom.xml index 894b6a52e..4afc09e6d 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>3.3.0-SNAPSHOT</version> + <version>3.2.2</version> </parent> <artifactId>ratis-docs</artifactId> diff --git a/ratis-examples/pom.xml b/ratis-examples/pom.xml index c52019334..4924c5b35 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>3.3.0-SNAPSHOT</version> + <version>3.2.2</version> </parent> <artifactId>ratis-examples</artifactId> diff --git a/ratis-experiments/pom.xml b/ratis-experiments/pom.xml index ed13c993d..68642e218 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>3.3.0-SNAPSHOT</version> + <version>3.2.2</version> </parent> <artifactId>ratis-experiments</artifactId> diff --git a/ratis-grpc/pom.xml b/ratis-grpc/pom.xml index 360131d55..52f2d829d 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>3.3.0-SNAPSHOT</version> + <version>3.2.2</version> </parent> <artifactId>ratis-grpc</artifactId> diff --git a/ratis-metrics-api/pom.xml b/ratis-metrics-api/pom.xml index db368269e..3080d3ba1 100644 --- a/ratis-metrics-api/pom.xml +++ b/ratis-metrics-api/pom.xml @@ -18,7 +18,7 @@ <parent> <artifactId>ratis</artifactId> <groupId>org.apache.ratis</groupId> - <version>3.3.0-SNAPSHOT</version> + <version>3.2.2</version> </parent> <artifactId>ratis-metrics-api</artifactId> diff --git a/ratis-metrics-default/pom.xml b/ratis-metrics-default/pom.xml index b561cbe92..80aecdf3e 100644 --- a/ratis-metrics-default/pom.xml +++ b/ratis-metrics-default/pom.xml @@ -18,7 +18,7 @@ <parent> <artifactId>ratis</artifactId> <groupId>org.apache.ratis</groupId> - <version>3.3.0-SNAPSHOT</version> + <version>3.2.2</version> </parent> <artifactId>ratis-metrics-default</artifactId> diff --git a/ratis-metrics-dropwizard3/pom.xml b/ratis-metrics-dropwizard3/pom.xml index 3d06f57cc..3c5dcf9b2 100644 --- a/ratis-metrics-dropwizard3/pom.xml +++ b/ratis-metrics-dropwizard3/pom.xml @@ -18,7 +18,7 @@ <parent> <artifactId>ratis</artifactId> <groupId>org.apache.ratis</groupId> - <version>3.3.0-SNAPSHOT</version> + <version>3.2.2</version> </parent> <artifactId>ratis-metrics-dropwizard3</artifactId> diff --git a/ratis-netty/pom.xml b/ratis-netty/pom.xml index 5688a1fa4..97abb89ac 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>3.3.0-SNAPSHOT</version> + <version>3.2.2</version> </parent> <artifactId>ratis-netty</artifactId> diff --git a/ratis-proto/pom.xml b/ratis-proto/pom.xml index 9eb922960..9f642715e 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>3.3.0-SNAPSHOT</version> + <version>3.2.2</version> </parent> <artifactId>ratis-proto</artifactId> diff --git a/ratis-resource-bundle/pom.xml b/ratis-resource-bundle/pom.xml index edecf1b63..fa59ab1fe 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>3.3.0-SNAPSHOT</version> + <version>3.2.2</version> <relativePath>..</relativePath> </parent> diff --git a/ratis-server-api/pom.xml b/ratis-server-api/pom.xml index feed49190..c44e33dc0 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>3.3.0-SNAPSHOT</version> + <version>3.2.2</version> </parent> <artifactId>ratis-server-api</artifactId> diff --git a/ratis-server/pom.xml b/ratis-server/pom.xml index 2c0bc93a2..31ac44988 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>3.3.0-SNAPSHOT</version> + <version>3.2.2</version> </parent> <artifactId>ratis-server</artifactId> diff --git a/ratis-shell/pom.xml b/ratis-shell/pom.xml index efa96a786..d77599271 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>3.3.0-SNAPSHOT</version> + <version>3.2.2</version> </parent> <artifactId>ratis-shell</artifactId> diff --git a/ratis-test/pom.xml b/ratis-test/pom.xml index 854c2b606..c7e9567d6 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>3.3.0-SNAPSHOT</version> + <version>3.2.2</version> </parent> <artifactId>ratis-test</artifactId> diff --git a/ratis-tools/pom.xml b/ratis-tools/pom.xml index 2d81f2467..895c2260d 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>3.3.0-SNAPSHOT</version> + <version>3.2.2</version> </parent> <artifactId>ratis-tools</artifactId>
