You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by sh...@apache.org on 2015/10/26 10:08:29 UTC

[43/45] incubator-kylin git commit: KYLIN-1052 fix release name in pom.xml

KYLIN-1052 fix release name in pom.xml

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

Branch: refs/heads/master
Commit: 1955a2f9aea7b7f608f0496c00807715ea4246a5
Parents: b545f00
Author: shaofengshi <sh...@apache.org>
Authored: Thu Oct 8 16:30:48 2015 +0800
Committer: shaofengshi <sh...@apache.org>
Committed: Thu Oct 8 16:30:48 2015 +0800

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/1955a2f9/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index db9ab91..aca1ff1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -837,7 +837,7 @@
                                     <runOnlyAtExecutionRoot>true</runOnlyAtExecutionRoot>
                                     <appendAssemblyId>true</appendAssemblyId>
                                     <descriptor>src/main/config/assemblies/source-assembly.xml</descriptor>
-                                    <finalName>apache-kylin-${project.version}-src</finalName>
+                                    <finalName>apache-kylin-${project.version}</finalName>
                                 </configuration>
                             </execution>
                         </executions>