This is an automated email from the ASF dual-hosted git repository.
fanjia pushed a commit to branch 2.3.2-release
in repository https://gitbox.apache.org/repos/asf/seatunnel.git
The following commit(s) were added to refs/heads/2.3.2-release by this push:
new 63db3b1aa remove incubating on release package
63db3b1aa is described below
commit 63db3b1aaaa09caa209a41bb76718dddecc22a8f
Author: Jia Fan <[email protected]>
AuthorDate: Tue Jun 6 20:00:23 2023 +0800
remove incubating on release package
---
seatunnel-dist/pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/seatunnel-dist/pom.xml b/seatunnel-dist/pom.xml
index 4c46ae24c..afed0eb32 100644
--- a/seatunnel-dist/pom.xml
+++ b/seatunnel-dist/pom.xml
@@ -35,7 +35,7 @@
</properties>
<build>
- <finalName>apache-seatunnel-incubating-${project.version}</finalName>
+ <finalName>apache-seatunnel-${project.version}</finalName>
<plugins>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
@@ -693,7 +693,7 @@
</dependency>
</dependencies>
<build>
-
<finalName>apache-seatunnel-incubating-${project.version}</finalName>
+ <finalName>apache-seatunnel-${project.version}</finalName>
<plugins>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>