You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ratis.apache.org by dr...@apache.org on 2022/08/04 11:52:06 UTC

[ratis-thirdparty] branch master updated: [RELEASE] Update version to 1.0.2

This is an automated email from the ASF dual-hosted git repository.

dragonyliu 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 caece15  [RELEASE] Update version to 1.0.2
caece15 is described below

commit caece1575bd63c487c9484b3fa4342dc757a2f42
Author: Yaolong Liu <dr...@apache.org>
AuthorDate: Thu Aug 4 19:51:43 2022 +0800

    [RELEASE] Update version to 1.0.2
---
 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 a4ff7ef..f8e8395 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.1.0-SNAPSHOT</version>
+    <version>1.0.2</version>
   </parent>
   <artifactId>ratis-thirdparty-misc</artifactId>
   <name>Apache Ratis Thirdparty Miscellaneous</name>
diff --git a/pom.xml b/pom.xml
index d59cc03..f32e567 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
   </parent>
   <artifactId>ratis-thirdparty</artifactId>
   <groupId>org.apache.ratis</groupId>
-  <version>1.1.0-SNAPSHOT</version>
+  <version>1.0.2</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 e6bf15e..0e842cd 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.1.0-SNAPSHOT</version>
+    <version>1.0.2</version>
   </parent>
   <artifactId>ratis-thirdparty-test</artifactId>
   <name>Apache Ratis Thirdparty Test</name>