This is an automated email from the ASF dual-hosted git repository.
adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ratis-thirdparty.git
The following commit(s) were added to refs/heads/master by this push:
new 1873a21 [RELEASE] Update version to 1.0.0
1873a21 is described below
commit 1873a2196415d527a4acb674f6be410f6e85312c
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Wed Apr 27 13:52:46 2022 +0200
[RELEASE] Update version to 1.0.0
---
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 51823fa..9d67d76 100644
--- a/misc/pom.xml
+++ b/misc/pom.xml
@@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.ratis</groupId>
<artifactId>ratis-thirdparty</artifactId>
- <version>0.8.0-SNAPSHOT</version>
+ <version>1.0.0</version>
</parent>
<artifactId>ratis-thirdparty-misc</artifactId>
<name>Apache Ratis Thirdparty Miscellaneous</name>
diff --git a/pom.xml b/pom.xml
index ac4884d..e2e15a7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
</parent>
<artifactId>ratis-thirdparty</artifactId>
<groupId>org.apache.ratis</groupId>
- <version>0.8.0-SNAPSHOT</version>
+ <version>1.0.0</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 2db43f1..b41a0c9 100644
--- a/test/pom.xml
+++ b/test/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.ratis</groupId>
<artifactId>ratis-thirdparty</artifactId>
- <version>0.8.0-SNAPSHOT</version>
+ <version>1.0.0</version>
</parent>
<artifactId>ratis-thirdparty-test</artifactId>
<name>Apache Ratis Thirdparty Test</name>