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

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


The following commit(s) were added to refs/heads/0.2 by this push:
     new 6d0c7d1  [maven-release-plugin] prepare for next development iteration
6d0c7d1 is described below

commit 6d0c7d1e9a03b560356370e59f02057437927544
Author: Josh Elser <[email protected]>
AuthorDate: Fri Nov 30 11:54:59 2018 -0500

    [maven-release-plugin] prepare for next development iteration
---
 hadoop/pom.xml | 2 +-
 misc/pom.xml   | 2 +-
 pom.xml        | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/hadoop/pom.xml b/hadoop/pom.xml
index a435062..cc7333b 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.2.0</version>
+    <version>0.3.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 cf1e7be..c43eda9 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.2.0</version>
+    <version>0.3.0-SNAPSHOT</version>
   </parent>
   <artifactId>ratis-thirdparty-misc</artifactId>
   <name>Apache Ratis Thirdparty Miscellaneous</name>
diff --git a/pom.xml b/pom.xml
index e3b97f1..f253522 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
   </parent>
   <artifactId>ratis-thirdparty</artifactId>
   <groupId>org.apache.ratis</groupId>
-  <version>0.2.0</version>
+  <version>0.3.0-SNAPSHOT</version>
   <name>Apache Ratis Thirdparty</name>
   <packaging>pom</packaging>
   <description>Thirdparty dependencies for Apache Ratis</description>
@@ -42,7 +42,7 @@
     
<connection>scm:git:git://github.com/apache/incubator-ratis-thirdparty.git</connection>
     
<developerConnection>scm:git:https://github.com/apache/incubator-ratis-thirdparty.git</developerConnection>
     <url>https://github.com/apache/incubator-ratis-thirdparty</url>
-    <tag>ratis-thirdparty-0.2.0</tag>
+    <tag>HEAD</tag>
   </scm>
   <issueManagement>
     <system>JIRA</system>

Reply via email to