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 2022/03/23 07:55:33 UTC

[incubator-inlong] branch master updated: [INLONG-3316][Sort] Change target sort jar from sort-dist to sort-single-tenant in inlong-distribution module (#3318)

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 f868c5b  [INLONG-3316][Sort] Change target sort jar from sort-dist to sort-single-tenant in inlong-distribution module (#3318)
f868c5b is described below

commit f868c5b00d94fd8c70ba7f21ab297cf3c4ac81e3
Author: Kevin Wen <ke...@gmail.com>
AuthorDate: Wed Mar 23 15:55:28 2022 +0800

    [INLONG-3316][Sort] Change target sort jar from sort-dist to sort-single-tenant in inlong-distribution module (#3318)
---
 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 1879eaf..4505875 100644
--- a/inlong-distribution/distribution.xml
+++ b/inlong-distribution/distribution.xml
@@ -63,10 +63,10 @@
 
         <!-- package InLong-Sort-->
         <fileSet>
-            <directory>../inlong-sort/sort-dist/target</directory>
+            <directory>../inlong-sort/sort-single-tenant/target</directory>
             <outputDirectory>inlong-sort</outputDirectory>
             <includes>
-                <include>sort-dist-${project.version}.jar</include>
+                <include>sort-single-tenant-${project.version}.jar</include>
             </includes>
         </fileSet>