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 00:47:26 UTC

incubator-griffin git commit: remove final name in service

Repository: incubator-griffin
Updated Branches:
  refs/heads/master 112061d7d -> 4054f21f3


remove final name in service

Author: William Guo <gu...@icloud.com>

Closes #66 from guoyuepeng/updateservicefinalname.


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

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

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


http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/4054f21f/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>