You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@griffin.apache.org by gu...@apache.org on 2017/06/07 07:30:39 UTC

incubator-griffin git commit: [maven-release-plugin] prepare release griffin-0.0.1-incubating

Repository: incubator-griffin
Updated Branches:
  refs/heads/0.0.1-incubating-rc1 [created] a79e4c551


[maven-release-plugin] prepare release griffin-0.0.1-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/a79e4c55
Tree: http://git-wip-us.apache.org/repos/asf/incubator-griffin/tree/a79e4c55
Diff: http://git-wip-us.apache.org/repos/asf/incubator-griffin/diff/a79e4c55

Branch: refs/heads/0.0.1-incubating-rc1
Commit: a79e4c5518f44e3f735d18e95f00f87cf429f80e
Parents: 0c86745
Author: William Guo <gu...@icloud.com>
Authored: Wed Jun 7 15:30:06 2017 +0800
Committer: William Guo <gu...@icloud.com>
Committed: Wed Jun 7 15:30:06 2017 +0800

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


http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/a79e4c55/measure/pom.xml
----------------------------------------------------------------------
diff --git a/measure/pom.xml b/measure/pom.xml
index c653f4b..773efb7 100644
--- a/measure/pom.xml
+++ b/measure/pom.xml
@@ -13,14 +13,13 @@
   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/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>com.apache.griffin</groupId>
     <artifactId>griffin</artifactId>
-    <version>0.0.1-incubating-SNAPSHOT</version>
+    <version>0.0.1-incubating</version>
   </parent>
 
   <artifactId>measure</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/a79e4c55/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index e59164c..ca4e50f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,12 +21,12 @@
         <groupId>org.apache</groupId>
         <artifactId>apache</artifactId>
         <version>17</version>
-        <relativePath/>
+        <relativePath />
     </parent>
 
     <groupId>com.apache.griffin</groupId>
     <artifactId>griffin</artifactId>
-    <version>0.0.1-incubating-SNAPSHOT</version>
+    <version>0.0.1-incubating</version>
     <packaging>pom</packaging>
     <name>Apache Griffin ${project.version}</name>
     <url>http://griffin.incubator.apache.org</url>
@@ -77,7 +77,7 @@
         <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.0.1-incubating</tag>
     </scm>
 
     <distributionManagement>

http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/a79e4c55/service/pom.xml
----------------------------------------------------------------------
diff --git a/service/pom.xml b/service/pom.xml
index 0df74b1..e069039 100644
--- a/service/pom.xml
+++ b/service/pom.xml
@@ -13,14 +13,13 @@
   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>com.apache.griffin</groupId>
         <artifactId>griffin</artifactId>
-        <version>0.0.1-incubating-SNAPSHOT</version>
+        <version>0.0.1-incubating</version>
     </parent>
 
     <artifactId>service</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/a79e4c55/ui/pom.xml
----------------------------------------------------------------------
diff --git a/ui/pom.xml b/ui/pom.xml
index 48cf5b6..89932b7 100644
--- a/ui/pom.xml
+++ b/ui/pom.xml
@@ -13,14 +13,13 @@
   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/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>com.apache.griffin</groupId>
         <artifactId>griffin</artifactId>
-        <version>0.0.1-incubating-SNAPSHOT</version>
+        <version>0.0.1-incubating</version>
     </parent>
   <artifactId>ui</artifactId>
   <packaging>pom</packaging>