Repository: incubator-griffin
Updated Branches:
  refs/heads/master 7af687964 -> c5e31756e


[maven-release-plugin] prepare release griffin-0.3.0-incubating


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

Branch: refs/heads/master
Commit: 797cc62c94449e485d3af910bc8557ca9841bb22
Parents: 7af6879
Author: Lionel Liu <[email protected]>
Authored: Thu Aug 30 07:15:14 2018 -0700
Committer: Lionel Liu <[email protected]>
Committed: Thu Aug 30 07:15:14 2018 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/797cc62c/measure/pom.xml
----------------------------------------------------------------------
diff --git a/measure/pom.xml b/measure/pom.xml
index 83794ed..2aeb4d8 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.2.0-incubating-SNAPSHOT</version>
+        <version>0.3.0-incubating</version>
     </parent>
 
     <artifactId>measure</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/797cc62c/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index f8686c6..a0524f3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@ under the License.
 
     <groupId>org.apache.griffin</groupId>
     <artifactId>griffin</artifactId>
-    <version>0.2.0-incubating-SNAPSHOT</version>
+    <version>0.3.0-incubating</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>HEAD</tag>
+        <tag>griffin-0.3.0-incubating</tag>
     </scm>
 
     <distributionManagement>

http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/797cc62c/service/pom.xml
----------------------------------------------------------------------
diff --git a/service/pom.xml b/service/pom.xml
index 48e8206..a6d945a 100644
--- a/service/pom.xml
+++ b/service/pom.xml
@@ -17,14 +17,13 @@ KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
         <groupId>org.apache.griffin</groupId>
         <artifactId>griffin</artifactId>
-        <version>0.2.0-incubating-SNAPSHOT</version>
+        <version>0.3.0-incubating</version>
     </parent>
 
     <artifactId>service</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/797cc62c/ui/pom.xml
----------------------------------------------------------------------
diff --git a/ui/pom.xml b/ui/pom.xml
index f1dece3..3a4d493 100644
--- a/ui/pom.xml
+++ b/ui/pom.xml
@@ -18,14 +18,13 @@ specific language governing permissions and limitations
 under the License.
 
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
         <groupId>org.apache.griffin</groupId>
         <artifactId>griffin</artifactId>
-        <version>0.2.0-incubating-SNAPSHOT</version>
+        <version>0.3.0-incubating</version>
     </parent>
     <artifactId>ui</artifactId>
     <packaging>pom</packaging>

Reply via email to