You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by go...@apache.org on 2021/07/19 08:41:47 UTC

[incubator-inlong] branch master updated: [INLONG-757] fix the artifactId of dataproxy (#559)

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

gosonzhang 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 27846a1  [INLONG-757] fix the artifactId of dataproxy (#559)
27846a1 is described below

commit 27846a133775a94e3d58b3391fc0d799b920c0a1
Author: dockerzhang <do...@apache.org>
AuthorDate: Mon Jul 19 16:41:41 2021 +0800

    [INLONG-757] fix the artifactId of dataproxy (#559)
    
    Co-authored-by: dockerzhang <do...@tencent.com>
---
 inlong-dataproxy/dataproxy-dist/pom.xml   | 4 ++--
 inlong-dataproxy/dataproxy-source/pom.xml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/inlong-dataproxy/dataproxy-dist/pom.xml b/inlong-dataproxy/dataproxy-dist/pom.xml
index 1e0dda8..0a74178 100644
--- a/inlong-dataproxy/dataproxy-dist/pom.xml
+++ b/inlong-dataproxy/dataproxy-dist/pom.xml
@@ -26,7 +26,7 @@
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
-    <artifactId>flume-ng-dist</artifactId>
+    <artifactId>dataproxy-dist</artifactId>
     <packaging>pom</packaging>
     <name>Apache InLong - DataProxy Dist</name>
 
@@ -38,7 +38,7 @@
     <dependencies>
         <dependency>
             <groupId>${project.groupId}</groupId>
-            <artifactId>flume-ng-source-dataproxy</artifactId>
+            <artifactId>dataproxy-source</artifactId>
             <version>${project.version}</version>
         </dependency>
     </dependencies>
diff --git a/inlong-dataproxy/dataproxy-source/pom.xml b/inlong-dataproxy/dataproxy-source/pom.xml
index 1bf333f..67e90a4 100644
--- a/inlong-dataproxy/dataproxy-source/pom.xml
+++ b/inlong-dataproxy/dataproxy-source/pom.xml
@@ -35,7 +35,7 @@
         </dependency>
     </dependencies>
 
-    <artifactId>flume-ng-source-dataproxy</artifactId>
+    <artifactId>dataproxy-source</artifactId>
 
     <properties>
         <maven.compiler.source>8</maven.compiler.source>