Repository: incubator-griffin
Updated Branches:
  refs/heads/griffin-0.3.0-incubating-rc1 4321f4c62 -> 150eb51f1


[maven-release-plugin] prepare for next development iteration


Project: http://git-wip-us.apache.org/repos/asf/incubator-griffin/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-griffin/commit/150eb51f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-griffin/tree/150eb51f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-griffin/diff/150eb51f

Branch: refs/heads/griffin-0.3.0-incubating-rc1
Commit: 150eb51f1218d3b4f7262f8f4596b20af166d957
Parents: 4321f4c
Author: Lionel Liu <bhlx3l...@163.com>
Authored: Thu Aug 30 03:02:10 2018 -0700
Committer: Lionel Liu <bhlx3l...@163.com>
Committed: Thu Aug 30 03:02:10 2018 -0700

----------------------------------------------------------------------
 measure/pom.xml | 2 +-
 pom.xml         | 4 ++--
 service/pom.xml | 2 +-
 ui/pom.xml      | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/150eb51f/measure/pom.xml
----------------------------------------------------------------------
diff --git a/measure/pom.xml b/measure/pom.xml
index ab54151..cb1d4ee 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.3.0</version>
+        <version>0.3.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>measure</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/150eb51f/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index c714dd6..df06544 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@ under the License.
 
     <groupId>org.apache.griffin</groupId>
     <artifactId>griffin</artifactId>
-    <version>0.3.0</version>
+    <version>0.3.1-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>Apache Griffin ${project.version}</name>
     <url>http://griffin.incubator.apache.org</url>
@@ -82,7 +82,7 @@ under the License.
         
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-griffin.git</connection>
         
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-griffin.git</developerConnection>
         
<url>https://git-wip-us.apache.org/repos/asf?p=incubator-griffin.git;a=summary</url>
-        <tag>griffin-0.3.0-incubating</tag>
+        <tag>HEAD</tag>
     </scm>
 
     <distributionManagement>

http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/150eb51f/service/pom.xml
----------------------------------------------------------------------
diff --git a/service/pom.xml b/service/pom.xml
index abfd321..a29d8ba 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.3.0</version>
+        <version>0.3.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>service</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/150eb51f/ui/pom.xml
----------------------------------------------------------------------
diff --git a/ui/pom.xml b/ui/pom.xml
index aafb923..35e7d14 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.3.0</version>
+        <version>0.3.1-SNAPSHOT</version>
     </parent>
     <artifactId>ui</artifactId>
     <packaging>pom</packaging>

Reply via email to