You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by do...@apache.org on 2021/08/06 02:27:40 UTC

[incubator-inlong] branch master updated: [INLONG-1417][Platform] rename the distribution file for inlong (#1418)

This is an automated email from the ASF dual-hosted git repository.

dockerzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-inlong.git


The following commit(s) were added to refs/heads/master by this push:
     new 482ac7f  [INLONG-1417][Platform] rename the distribution file for inlong (#1418)
482ac7f is described below

commit 482ac7f8fe3bc3ec15e9331b4c7fe75b2d3f65f7
Author: dockerzhang <do...@apache.org>
AuthorDate: Fri Aug 6 10:27:34 2021 +0800

    [INLONG-1417][Platform] rename the distribution file for inlong (#1418)
    
    Co-authored-by: dockerzhang <do...@tencent.com>
---
 inlong-distribution/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/inlong-distribution/pom.xml b/inlong-distribution/pom.xml
index 37e77c5..d18ea7b 100644
--- a/inlong-distribution/pom.xml
+++ b/inlong-distribution/pom.xml
@@ -47,7 +47,7 @@
                     </execution>
                 </executions>
                 <configuration>
-                    <finalName>apache-${project.artifactId}-${project.version}</finalName>
+                    <finalName>apache-${project.parent.artifactId}-${project.version}</finalName>
                     <descriptors>
                         <descriptor>distribution.xml</descriptor>
                     </descriptors>