You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ratis.apache.org by el...@apache.org on 2021/06/04 12:58:01 UTC

[ratis-thirdparty] 01/01: [RELEASE] Update version to 0.7.0

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

elek pushed a commit to tag 0.7.0-rc0
in repository https://gitbox.apache.org/repos/asf/ratis-thirdparty.git

commit 37d21890371324bbc420960182a8ccf64008acf7
Author: Elek Márton <el...@apache.org>
AuthorDate: Fri Jun 4 14:12:58 2021 +0200

     [RELEASE] Update version to 0.7.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 dd3259f..8b8fc4b 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.7.0-SNAPSHOT</version>
+    <version>0.7.0</version>
   </parent>
   <artifactId>ratis-thirdparty-misc</artifactId>
   <name>Apache Ratis Thirdparty Miscellaneous</name>
diff --git a/pom.xml b/pom.xml
index 9e63dbc..17c0a3d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
   </parent>
   <artifactId>ratis-thirdparty</artifactId>
   <groupId>org.apache.ratis</groupId>
-  <version>0.7.0-SNAPSHOT</version>
+  <version>0.7.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 7939459..5e4ee79 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.7.0-SNAPSHOT</version>
+    <version>0.7.0</version>
   </parent>
   <artifactId>ratis-thirdparty-test</artifactId>
   <name>Apache Ratis Thirdparty Test</name>