You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ratis.apache.org by ms...@apache.org on 2020/04/17 09:44:17 UTC

[incubator-ratis-thirdparty] 01/01: prepare for Ratis Thirdparty 0.4.0 release

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

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

commit c597087a866b4f95b82326fadf70035b1d4e1c46
Author: Mukul Kumar Singh <ms...@apache.org>
AuthorDate: Fri Apr 17 15:12:25 2020 +0530

    prepare for Ratis Thirdparty 0.4.0 release
---
 hadoop/pom.xml | 2 +-
 misc/pom.xml   | 2 +-
 pom.xml        | 2 +-
 test/pom.xml   | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/hadoop/pom.xml b/hadoop/pom.xml
index ff2ce80..289f73c 100644
--- a/hadoop/pom.xml
+++ b/hadoop/pom.xml
@@ -17,7 +17,7 @@
   <parent>
     <groupId>org.apache.ratis</groupId>
     <artifactId>ratis-thirdparty</artifactId>
-    <version>0.4.0-SNAPSHOT</version>
+    <version>0.4.0</version>
   </parent>
   <artifactId>ratis-thirdparty-hadoop</artifactId>
   <name>Apache Ratis Thirdparty Hadoop</name>
diff --git a/misc/pom.xml b/misc/pom.xml
index bdcb248..ede19c0 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.4.0-SNAPSHOT</version>
+    <version>0.4.0</version>
   </parent>
   <artifactId>ratis-thirdparty-misc</artifactId>
   <name>Apache Ratis Thirdparty Miscellaneous</name>
diff --git a/pom.xml b/pom.xml
index 2f668e1..0669408 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
   </parent>
   <artifactId>ratis-thirdparty</artifactId>
   <groupId>org.apache.ratis</groupId>
-  <version>0.4.0-SNAPSHOT</version>
+  <version>0.4.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 bf8a20e..bad6fe8 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.4.0-SNAPSHOT</version>
+    <version>0.4.0</version>
   </parent>
   <groupId>org.apache.ratis</groupId>
   <artifactId>ratis-thirdparty-test</artifactId>