You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by al...@apache.org on 2022/02/18 07:39:58 UTC

[incubator-inlong] branch master updated: [INLONG-2561][Sort] Update deploy settings of InLong-Sort (#2561) (#2566)

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

aloyszhang 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 e714592  [INLONG-2561][Sort] Update deploy settings of InLong-Sort (#2561) (#2566)
e714592 is described below

commit e7145920f22f18c3311dba2bf0648689db0601fe
Author: Kevin Wen <ke...@gmail.com>
AuthorDate: Fri Feb 18 15:39:33 2022 +0800

    [INLONG-2561][Sort] Update deploy settings of InLong-Sort (#2561) (#2566)
---
 inlong-distribution/distribution.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/inlong-distribution/distribution.xml b/inlong-distribution/distribution.xml
index 710a82c..a3e2fb2 100644
--- a/inlong-distribution/distribution.xml
+++ b/inlong-distribution/distribution.xml
@@ -63,10 +63,10 @@
 
         <!-- package InLong-Sort-->
         <fileSet>
-            <directory>../inlong-sort/sort-core/target</directory>
+            <directory>../inlong-sort/sort-dist/target</directory>
             <outputDirectory>inlong-sort</outputDirectory>
             <includes>
-                <include>sort-core-${project.version}.jar</include>
+                <include>sort-dist-${project.version}.jar</include>
             </includes>
         </fileSet>