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/01/08 09:27:57 UTC

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

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

elek pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ratis-thirdparty.git


The following commit(s) were added to refs/heads/master by this push:
     new 2c0214d  [RELEASE] Update version to 0.6.0
2c0214d is described below

commit 2c0214d6c12804773383ff14755e867788936da2
Author: Elek Márton <el...@apache.org>
AuthorDate: Fri Jan 8 10:05:32 2021 +0100

    [RELEASE] Update version to 0.6.0
---
 .gitignore   | 1 +
 misc/pom.xml | 2 +-
 pom.xml      | 2 +-
 test/pom.xml | 2 +-
 4 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/.gitignore b/.gitignore
index a0c3657..e474592 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ target
 .classpath
 .iml
 .idea
+*.versionsBackup
diff --git a/misc/pom.xml b/misc/pom.xml
index 67b363b..4a57785 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.6.0-SNAPSHOT</version>
+    <version>0.6.0</version>
   </parent>
   <artifactId>ratis-thirdparty-misc</artifactId>
   <name>Apache Ratis Thirdparty Miscellaneous</name>
diff --git a/pom.xml b/pom.xml
index 96ea32d..d5c5ac8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
   </parent>
   <artifactId>ratis-thirdparty</artifactId>
   <groupId>org.apache.ratis</groupId>
-  <version>0.6.0-SNAPSHOT</version>
+  <version>0.6.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 f13af35..d429f8c 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.6.0-SNAPSHOT</version>
+    <version>0.6.0</version>
   </parent>
   <artifactId>ratis-thirdparty-test</artifactId>
   <name>Apache Ratis Thirdparty Test</name>