This is an automated email from the ASF dual-hosted git repository. adoroszlai pushed a commit to branch release-1.0.6 in repository https://gitbox.apache.org/repos/asf/ratis-thirdparty.git
commit 6c030890cb947bea032837b2f9d3763066c63de3 Author: Doroszlai, Attila <[email protected]> AuthorDate: Wed May 1 09:01:17 2024 +0200 [RELEASE] Update version to 1.0.6 --- misc/pom.xml | 2 +- pom.xml | 2 +- test/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/misc/pom.xml b/misc/pom.xml index 1bdff2b..8f0d654 100644 --- a/misc/pom.xml +++ b/misc/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.apache.ratis</groupId> <artifactId>ratis-thirdparty</artifactId> - <version>1.0.6-SNAPSHOT</version> + <version>1.0.6</version> </parent> <artifactId>ratis-thirdparty-misc</artifactId> <name>Apache Ratis Thirdparty Miscellaneous</name> diff --git a/pom.xml b/pom.xml index 4d4a544..838082a 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ </parent> <artifactId>ratis-thirdparty</artifactId> <groupId>org.apache.ratis</groupId> - <version>1.0.6-SNAPSHOT</version> + <version>1.0.6</version> <name>Apache Ratis Thirdparty</name> <packaging>pom</packaging> <description>Thirdparty dependencies for Apache Ratis</description> diff --git a/test/pom.xml b/test/pom.xml index 77364fe..662de66 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.ratis</groupId> <artifactId>ratis-thirdparty</artifactId> - <version>1.0.6-SNAPSHOT</version> + <version>1.0.6</version> </parent> <artifactId>ratis-thirdparty-test</artifactId> <name>Apache Ratis Thirdparty Test</name>
