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/15 08:43:15 UTC

[incubator-ratis-thirdparty] branch master updated: update version to 0.4.0-SNAPSHOT

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

msingh 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 c995048  update version to 0.4.0-SNAPSHOT
c995048 is described below

commit c99504836437b199496d33bd5e59bf000b8303c4
Author: Mukul Kumar Singh <ms...@apache.org>
AuthorDate: Wed Apr 15 14:12:28 2020 +0530

    update version to 0.4.0-SNAPSHOT
---
 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 1c1e220..ff2ce80 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.3.0-SNAPSHOT</version>
+    <version>0.4.0-SNAPSHOT</version>
   </parent>
   <artifactId>ratis-thirdparty-hadoop</artifactId>
   <name>Apache Ratis Thirdparty Hadoop</name>
diff --git a/misc/pom.xml b/misc/pom.xml
index d9c94b3..bdcb248 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.3.0-SNAPSHOT</version>
+    <version>0.4.0-SNAPSHOT</version>
   </parent>
   <artifactId>ratis-thirdparty-misc</artifactId>
   <name>Apache Ratis Thirdparty Miscellaneous</name>
diff --git a/pom.xml b/pom.xml
index 02312c2..89330ce 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
   </parent>
   <artifactId>ratis-thirdparty</artifactId>
   <groupId>org.apache.ratis</groupId>
-  <version>0.3.0-SNAPSHOT</version>
+  <version>0.4.0-SNAPSHOT</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 a60e5c4..bf8a20e 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.3.0-SNAPSHOT</version>
+    <version>0.4.0-SNAPSHOT</version>
   </parent>
   <groupId>org.apache.ratis</groupId>
   <artifactId>ratis-thirdparty-test</artifactId>