You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by zh...@apache.org on 2022/02/17 11:15:16 UTC

[incubator-seatunnel] branch dev updated: [Package]Binary packages should contain "incubating" (#1275)

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

zhongjiajie pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel.git


The following commit(s) were added to refs/heads/dev by this push:
     new 8343f22  [Package]Binary packages should contain "incubating" (#1275)
8343f22 is described below

commit 8343f22edb9525a23d267c7bd4ff92d06ece2e7a
Author: Kirs <ki...@apache.org>
AuthorDate: Thu Feb 17 19:08:46 2022 +0800

    [Package]Binary packages should contain "incubating" (#1275)
---
 seatunnel-dist/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/seatunnel-dist/pom.xml b/seatunnel-dist/pom.xml
index 585653f..5542bbe 100644
--- a/seatunnel-dist/pom.xml
+++ b/seatunnel-dist/pom.xml
@@ -63,5 +63,6 @@
                 </configuration>
             </plugin>
         </plugins>
+        <finalName>apache-seatunnel-incubating-${project.version}</finalName>
     </build>
 </project>