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/09 01:22:18 UTC

[1/5] incubator-griffin git commit: remove final name in service

Repository: incubator-griffin
Updated Branches:
  refs/heads/master 637ffeb25 -> ecd29f5a2


remove final name in service


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

Branch: refs/heads/master
Commit: e374b2b7b6022e5bb612d502cbe5da9fa53f0d67
Parents: 112061d
Author: William Guo <gu...@icloud.com>
Authored: Fri Jun 9 08:43:17 2017 +0800
Committer: William Guo <gu...@icloud.com>
Committed: Fri Jun 9 08:43:17 2017 +0800

----------------------------------------------------------------------
 service/pom.xml | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/e374b2b7/service/pom.xml
----------------------------------------------------------------------
diff --git a/service/pom.xml b/service/pom.xml
index cb7f6b2..d92f70c 100644
--- a/service/pom.xml
+++ b/service/pom.xml
@@ -155,7 +155,6 @@
     <profiles>
     </profiles>
     <build>
-        <finalName>service</finalName>
         <plugins>
             <plugin>
                 <groupId>org.springframework.boot</groupId>


[5/5] incubator-griffin git commit: [maven-release-plugin] prepare release griffin-0.1.2-incubating

Posted by gu...@apache.org.
[maven-release-plugin] prepare release griffin-0.1.2-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/ecd29f5a
Tree: http://git-wip-us.apache.org/repos/asf/incubator-griffin/tree/ecd29f5a
Diff: http://git-wip-us.apache.org/repos/asf/incubator-griffin/diff/ecd29f5a

Branch: refs/heads/master
Commit: ecd29f5a26c5f2208395baa2d847930f7661af82
Parents: cb6f864
Author: William Guo <gu...@icloud.com>
Authored: Fri Jun 9 09:21:58 2017 +0800
Committer: William Guo <gu...@icloud.com>
Committed: Fri Jun 9 09:21:58 2017 +0800

----------------------------------------------------------------------
 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/ecd29f5a/measure/pom.xml
----------------------------------------------------------------------
diff --git a/measure/pom.xml b/measure/pom.xml
index cd9782b..d97ed1f 100644
--- a/measure/pom.xml
+++ b/measure/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.griffin</groupId>
     <artifactId>griffin</artifactId>
-    <version>0.1.2-incubating-SNAPSHOT</version>
+    <version>0.1.2-incubating</version>
   </parent>
 
   <artifactId>measure</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/ecd29f5a/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 06a356d..ef86b97 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
 
     <groupId>org.apache.griffin</groupId>
     <artifactId>griffin</artifactId>
-    <version>0.1.2-incubating-SNAPSHOT</version>
+    <version>0.1.2-incubating</version>
     <packaging>pom</packaging>
     <name>Apache Griffin ${project.version}</name>
     <url>http://griffin.incubator.apache.org</url>
@@ -78,7 +78,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.1.2-incubating</tag>
     </scm>
 
     <distributionManagement>

http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/ecd29f5a/service/pom.xml
----------------------------------------------------------------------
diff --git a/service/pom.xml b/service/pom.xml
index 50c630a..73478b1 100644
--- a/service/pom.xml
+++ b/service/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <groupId>org.apache.griffin</groupId>
         <artifactId>griffin</artifactId>
-        <version>0.1.2-incubating-SNAPSHOT</version>
+        <version>0.1.2-incubating</version>
     </parent>
 
     <artifactId>service</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/ecd29f5a/ui/pom.xml
----------------------------------------------------------------------
diff --git a/ui/pom.xml b/ui/pom.xml
index 6c7efa2..979cea2 100644
--- a/ui/pom.xml
+++ b/ui/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <groupId>org.apache.griffin</groupId>
         <artifactId>griffin</artifactId>
-        <version>0.1.2-incubating-SNAPSHOT</version>
+        <version>0.1.2-incubating</version>
     </parent>
   <artifactId>ui</artifactId>
   <packaging>pom</packaging>


[3/5] incubator-griffin git commit: enforce plugin version

Posted by gu...@apache.org.
enforce plugin version


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

Branch: refs/heads/master
Commit: 410fb9066ce9ca2771452b55d1a3d4b8f7e81a07
Parents: 783f504
Author: William Guo <gu...@icloud.com>
Authored: Fri Jun 9 09:02:22 2017 +0800
Committer: William Guo <gu...@icloud.com>
Committed: Fri Jun 9 09:02:22 2017 +0800

----------------------------------------------------------------------
 pom.xml         | 1 +
 service/pom.xml | 2 ++
 ui/pom.xml      | 1 +
 3 files changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/410fb906/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 1306646..06a356d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -38,6 +38,7 @@
     <properties>
         <java.version>1.8</java.version>
         <maven-apache-rat.version>0.11</maven-apache-rat.version>
+        <exec-maven-plugin.version>1.6.0</exec-maven-plugin.version>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
         <maven.compiler.source>1.8</maven.compiler.source>

http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/410fb906/service/pom.xml
----------------------------------------------------------------------
diff --git a/service/pom.xml b/service/pom.xml
index d92f70c..50c630a 100644
--- a/service/pom.xml
+++ b/service/pom.xml
@@ -40,6 +40,7 @@
         <start-class>org.apache.griffin.core.GriffinWebApplication</start-class>
         <powermock.version>1.6.6</powermock.version>
         <mockito.version>1.10.19</mockito.version>
+        <spring-boot-maven-plugin.version>1.5.1.RELEASE</spring-boot-maven-plugin.version>
     </properties>
 
     <repositories>
@@ -159,6 +160,7 @@
             <plugin>
                 <groupId>org.springframework.boot</groupId>
                 <artifactId>spring-boot-maven-plugin</artifactId>
+                <version>${spring-boot-maven-plugin.version}</version>
                 <executions>
                     <execution>
                         <goals>

http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/410fb906/ui/pom.xml
----------------------------------------------------------------------
diff --git a/ui/pom.xml b/ui/pom.xml
index 2b0d81a..6c7efa2 100644
--- a/ui/pom.xml
+++ b/ui/pom.xml
@@ -50,6 +50,7 @@
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>exec-maven-plugin</artifactId>
+        <version>${exec-maven-plugin.version}</version>
         <executions>
           <execution>
             <id>exec-bower-install</id>


[2/5] incubator-griffin git commit: Merge branch 'master' of https://github.com/apache/incubator-griffin

Posted by gu...@apache.org.
Merge branch 'master' of https://github.com/apache/incubator-griffin


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

Branch: refs/heads/master
Commit: 783f504246c12400b9d4c55be8ca2c005378e057
Parents: e374b2b 4054f21
Author: William Guo <gu...@icloud.com>
Authored: Fri Jun 9 08:48:47 2017 +0800
Committer: William Guo <gu...@icloud.com>
Committed: Fri Jun 9 08:48:47 2017 +0800

----------------------------------------------------------------------

----------------------------------------------------------------------



[4/5] incubator-griffin git commit: done Merge branch 'master' of https://github.com/apache/incubator-griffin

Posted by gu...@apache.org.
done
Merge branch 'master' of https://github.com/apache/incubator-griffin


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

Branch: refs/heads/master
Commit: cb6f864d8a0ef5c8f31ea08ad5a39ff122cf1655
Parents: 410fb90 637ffeb
Author: William Guo <gu...@icloud.com>
Authored: Fri Jun 9 09:07:07 2017 +0800
Committer: William Guo <gu...@icloud.com>
Committed: Fri Jun 9 09:07:07 2017 +0800

----------------------------------------------------------------------

----------------------------------------------------------------------