You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ratis.apache.org by lj...@apache.org on 2020/06/17 12:30:37 UTC

[incubator-ratis-thirdparty] 01/01: Change version to 0.5.0

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

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

commit c483b55186d10a99a37bbb8419c81a2ddcbe34bb
Author: Lokesh Jain <lj...@apache.org>
AuthorDate: Wed Jun 17 15:28:50 2020 +0530

    Change version to 0.5.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 526d61c..5d51437 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.5.0-SNAPSHOT</version>
+    <version>0.5.0</version>
   </parent>
   <artifactId>ratis-thirdparty-misc</artifactId>
   <name>Apache Ratis Thirdparty Miscellaneous</name>
diff --git a/pom.xml b/pom.xml
index 9fc7371..23b0207 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
   </parent>
   <artifactId>ratis-thirdparty</artifactId>
   <groupId>org.apache.ratis</groupId>
-  <version>0.5.0-SNAPSHOT</version>
+  <version>0.5.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 205c168..d622435 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.5.0-SNAPSHOT</version>
+    <version>0.5.0</version>
   </parent>
   <groupId>org.apache.ratis</groupId>
   <artifactId>ratis-thirdparty-test</artifactId>