This is an automated email from the ASF dual-hosted git repository.
szetszwo 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 70c541a master$mvn versions:set -DnewVersion=0.2.0-SNAPSHOT
70c541a is described below
commit 70c541a3ac1f30ac8bead516b6e09c5a1461d2e7
Author: Tsz Wo Nicholas Sze <[email protected]>
AuthorDate: Tue Nov 20 13:42:37 2018 -0800
master$mvn versions:set -DnewVersion=0.2.0-SNAPSHOT
---
hadoop/pom.xml | 2 +-
misc/pom.xml | 2 +-
pom.xml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/hadoop/pom.xml b/hadoop/pom.xml
index 77b28c8..a9b42a0 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.1.0</version>
+ <version>0.2.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 0e4f482..073e816 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.1.0</version>
+ <version>0.2.0-SNAPSHOT</version>
</parent>
<artifactId>ratis-thirdparty-misc</artifactId>
<name>Apache Ratis Thirdparty Miscellaneous</name>
diff --git a/pom.xml b/pom.xml
index 11a0284..51736d3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
</parent>
<artifactId>ratis-thirdparty</artifactId>
<groupId>org.apache.ratis</groupId>
- <version>0.1.0</version>
+ <version>0.2.0-SNAPSHOT</version>
<name>Apache Ratis Thirdparty</name>
<packaging>pom</packaging>
<description>Thirdparty dependencies for Apache Ratis</description>