You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by he...@apache.org on 2022/06/10 14:23:13 UTC

[incubator-inlong] 03/04: [INLONG-4624][Sort] Package Pulsar and Hive connectors to the same file (#4625)

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

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

commit b4dd1ad47edf436ed280a142445bfe7e1e71056e
Author: ganfengtan <Ga...@users.noreply.github.com>
AuthorDate: Fri Jun 10 20:23:45 2022 +0800

    [INLONG-4624][Sort] Package Pulsar and Hive connectors to the same file (#4625)
---
 inlong-distribution/src/main/assemblies/release.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/inlong-distribution/src/main/assemblies/release.xml b/inlong-distribution/src/main/assemblies/release.xml
index 5e3658e86..6fd3cfa48 100644
--- a/inlong-distribution/src/main/assemblies/release.xml
+++ b/inlong-distribution/src/main/assemblies/release.xml
@@ -73,7 +73,7 @@
         <!--basic connector-->
         <fileSet>
             <directory>../inlong-sort/sort-connectors/pulsar/target</directory>
-            <outputDirectory>sort-plugin/connectors</outputDirectory>
+            <outputDirectory>sort-plugin</outputDirectory>
             <includes>
                 <include>sort-connector-pulsar-${project.version}.jar</include>
             </includes>
@@ -81,7 +81,7 @@
         </fileSet>
         <fileSet>
             <directory>../inlong-sort/sort-connectors/hive/target</directory>
-            <outputDirectory>sort-plugin/connectors</outputDirectory>
+            <outputDirectory>sort-plugin</outputDirectory>
             <includes>
                 <include>sort-connector-hive-${project.version}.jar</include>
             </includes>
@@ -142,4 +142,4 @@
         </fileSet>
     </fileSets>
 
-</assembly>
\ No newline at end of file
+</assembly>