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

liujin pushed a commit to branch griffin-0.5.0-rcX
in repository https://gitbox.apache.org/repos/asf/griffin.git


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

commit d7a9ac77b75df3b7167d6a35e2b985287d0f72ab
Author: Eugene Liu <[email protected]>
AuthorDate: Thu Apr 4 13:26:56 2019 +0800

    [maven-release-plugin] prepare for next development iteration
---
 measure/pom.xml | 2 +-
 pom.xml         | 4 ++--
 service/pom.xml | 2 +-
 ui/pom.xml      | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/measure/pom.xml b/measure/pom.xml
index f7f6966..c8a98b5 100644
--- a/measure/pom.xml
+++ b/measure/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.griffin</groupId>
         <artifactId>griffin</artifactId>
-        <version>0.5.0</version>
+        <version>0.6.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>measure</artifactId>
diff --git a/pom.xml b/pom.xml
index 20fcfe1..bb25869 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@ under the License.
 
     <groupId>org.apache.griffin</groupId>
     <artifactId>griffin</artifactId>
-    <version>0.5.0</version>
+    <version>0.6.0-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>Apache Griffin ${project.version}</name>
     <url>http://griffin.apache.org</url>
@@ -82,7 +82,7 @@ under the License.
         
<connection>scm:git:https://gitbox.apache.org/repos/asf/griffin.git</connection>
         
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/griffin.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=griffin.git;a=summary</url>
-        <tag>griffin-0.5.0</tag>
+        <tag>HEAD</tag>
     </scm>
 
     <distributionManagement>
diff --git a/service/pom.xml b/service/pom.xml
index 120a053..ab38a23 100644
--- a/service/pom.xml
+++ b/service/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.griffin</groupId>
         <artifactId>griffin</artifactId>
-        <version>0.5.0</version>
+        <version>0.6.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>service</artifactId>
diff --git a/ui/pom.xml b/ui/pom.xml
index 958bded..8993b07 100644
--- a/ui/pom.xml
+++ b/ui/pom.xml
@@ -24,7 +24,7 @@ under the License.
     <parent>
         <groupId>org.apache.griffin</groupId>
         <artifactId>griffin</artifactId>
-        <version>0.5.0</version>
+        <version>0.6.0-SNAPSHOT</version>
     </parent>
     <artifactId>ui</artifactId>
     <packaging>pom</packaging>

Reply via email to