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/07/07 08:23:52 UTC

[incubator-inlong] branch master updated: [INLONG-667] rename tar in agent

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 21939f6  [INLONG-667] rename tar in agent
21939f6 is described below

commit 21939f65300ad4747d9ba1a362d9f01f68abb924
Author: stingpeng <st...@tencent.com>
AuthorDate: Wed Jul 7 13:01:06 2021 +0800

    [INLONG-667] rename tar in agent
---
 inlong-agent/agent-release/package.xml | 2 +-
 inlong-agent/agent-release/pom.xml     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/inlong-agent/agent-release/package.xml b/inlong-agent/agent-release/package.xml
index aa9580e..c2e5581 100644
--- a/inlong-agent/agent-release/package.xml
+++ b/inlong-agent/agent-release/package.xml
@@ -20,7 +20,7 @@
     xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0"
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0 http://maven.apache.org/xsd/assembly-1.1.0.xsd">
-    <id>${project.version}</id>
+    <id>bin</id>
     <formats>
         <format>tar.gz</format>
         <format>dir</format>
diff --git a/inlong-agent/agent-release/pom.xml b/inlong-agent/agent-release/pom.xml
index bb117e5..309861b 100644
--- a/inlong-agent/agent-release/pom.xml
+++ b/inlong-agent/agent-release/pom.xml
@@ -64,7 +64,7 @@
                             <descriptors>
                                 <descriptor>package.xml</descriptor>
                             </descriptors>
-                            <finalName>inlong-agent</finalName>
+                            <finalName>apache-inlong-agent-${project.version}</finalName>
                         </configuration>
                     </execution>
                 </executions>