[maven-release-plugin] prepare release griffin-0.2.0-incubating-rc1

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

Branch: refs/heads/griffin-0.2.0-incubating-rc1
Commit: 2c02bc0ef1df6faec97a49c0c39428c8578ea5ef
Parents: f00fc4e
Author: Lionel Liu <bhlx3l...@163.com>
Authored: Wed Mar 7 10:27:53 2018 +0800
Committer: Lionel Liu <bhlx3l...@163.com>
Committed: Wed Mar 7 10:27:53 2018 +0800

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


http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/2c02bc0e/measure/pom.xml
----------------------------------------------------------------------
diff --git a/measure/pom.xml b/measure/pom.xml
index 8cecb71..e1f7cd2 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.2.0-incubating</version>
   </parent>
 
   <artifactId>measure</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/2c02bc0e/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index a3698d2..0262e99 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.2.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.2.0-incubating-rc1</tag>
     </scm>
 
     <distributionManagement>

http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/2c02bc0e/service/pom.xml
----------------------------------------------------------------------
diff --git a/service/pom.xml b/service/pom.xml
index eb1e066..874019b 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.2.0-incubating</version>
     </parent>
 
     <artifactId>service</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/2c02bc0e/ui/pom.xml
----------------------------------------------------------------------
diff --git a/ui/pom.xml b/ui/pom.xml
index 707f7c1..9681feb 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.2.0-incubating-SNAPSHOT</version>
+        <version>0.2.0-incubating</version>
     </parent>
   <artifactId>ui</artifactId>
   <packaging>pom</packaging>

Reply via email to