This is an automated email from the ASF dual-hosted git repository.
wanghailin 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 47821952b [Improve][Pom] Fix `seatunnel-core-starter` &
`seatunnel-starter` maven module name conflict (#4151)
47821952b is described below
commit 47821952bc71d303678e3f50e55a444f796c9f7d
Author: Guangdong Liu <[email protected]>
AuthorDate: Thu Feb 23 10:33:34 2023 +0800
[Improve][Pom] Fix `seatunnel-core-starter` & `seatunnel-starter` maven
module name conflict (#4151)
---
seatunnel-core/seatunnel-core-starter/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/seatunnel-core/seatunnel-core-starter/pom.xml
b/seatunnel-core/seatunnel-core-starter/pom.xml
index 943b4dd65..2dd5595b2 100644
--- a/seatunnel-core/seatunnel-core-starter/pom.xml
+++ b/seatunnel-core/seatunnel-core-starter/pom.xml
@@ -28,7 +28,7 @@
</parent>
<artifactId>seatunnel-core-starter</artifactId>
- <name>SeaTunnel : Core : Starter</name>
+ <name>SeaTunnel : Core : Core Starter</name>
<dependencies>