This is an automated email from the ASF dual-hosted git repository.
zhangliang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
The following commit(s) were added to refs/heads/master by this push:
new a5ebfa3a9c9 Add missed pom names (#31951)
a5ebfa3a9c9 is described below
commit a5ebfa3a9c9607839692070d1cd2d7cd6be6e81b
Author: Liang Zhang <[email protected]>
AuthorDate: Tue Jul 2 00:06:01 2024 +0800
Add missed pom names (#31951)
* Remove useless dependencies declarations for infra pom
* Remove useless dependencies declarations for infra pom
* Remove useless dependencies declarations for infra pom
* Remove useless dependencies declarations for infra pom
* Add missed pom names
* Add missed pom names
---
distribution/proxy-native/pom.xml | 2 +-
kernel/global-clock/type/hlc/pom.xml | 1 +
kernel/time-service/type/database/pom.xml | 1 +
kernel/time-service/type/system/pom.xml | 1 +
kernel/transaction/core/pom.xml | 1 -
proxy/backend/type/hbase/pom.xml | 1 +
6 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/distribution/proxy-native/pom.xml
b/distribution/proxy-native/pom.xml
index 222eafaccb7..068b223f823 100644
--- a/distribution/proxy-native/pom.xml
+++ b/distribution/proxy-native/pom.xml
@@ -23,8 +23,8 @@
<artifactId>shardingsphere-distribution</artifactId>
<version>5.5.1-SNAPSHOT</version>
</parent>
-
<artifactId>shardingsphere-proxy-native-distribution</artifactId>
+ <name>${project.artifactId}</name>
<properties>
<imageName>apache-shardingsphere-proxy-native</imageName>
diff --git a/kernel/global-clock/type/hlc/pom.xml
b/kernel/global-clock/type/hlc/pom.xml
index 011d8ee366f..c3065fcb360 100644
--- a/kernel/global-clock/type/hlc/pom.xml
+++ b/kernel/global-clock/type/hlc/pom.xml
@@ -24,6 +24,7 @@
<version>5.5.1-SNAPSHOT</version>
</parent>
<artifactId>shardingsphere-global-clock-hlc</artifactId>
+ <name>${project.artifactId}</name>
<dependencies>
<dependency>
diff --git a/kernel/time-service/type/database/pom.xml
b/kernel/time-service/type/database/pom.xml
index 699f7002323..a02a0c2b3ea 100644
--- a/kernel/time-service/type/database/pom.xml
+++ b/kernel/time-service/type/database/pom.xml
@@ -24,6 +24,7 @@
<version>5.5.1-SNAPSHOT</version>
</parent>
<artifactId>shardingsphere-database-time-service</artifactId>
+ <name>${project.artifactId}</name>
<dependencies>
<dependency>
diff --git a/kernel/time-service/type/system/pom.xml
b/kernel/time-service/type/system/pom.xml
index 628f2647d5d..2160f84047a 100644
--- a/kernel/time-service/type/system/pom.xml
+++ b/kernel/time-service/type/system/pom.xml
@@ -24,6 +24,7 @@
<version>5.5.1-SNAPSHOT</version>
</parent>
<artifactId>shardingsphere-system-time-service</artifactId>
+ <name>${project.artifactId}</name>
<dependencies>
<dependency>
diff --git a/kernel/transaction/core/pom.xml b/kernel/transaction/core/pom.xml
index 567eaea19a2..f8de584f354 100644
--- a/kernel/transaction/core/pom.xml
+++ b/kernel/transaction/core/pom.xml
@@ -32,7 +32,6 @@
<artifactId>shardingsphere-transaction-api</artifactId>
<version>${project.parent.version}</version>
</dependency>
-
<dependency>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere-infra-executor</artifactId>
diff --git a/proxy/backend/type/hbase/pom.xml b/proxy/backend/type/hbase/pom.xml
index 403032af62d..bd4227f3e44 100644
--- a/proxy/backend/type/hbase/pom.xml
+++ b/proxy/backend/type/hbase/pom.xml
@@ -24,6 +24,7 @@
<version>5.5.1-SNAPSHOT</version>
</parent>
<artifactId>shardingsphere-proxy-backend-hbase</artifactId>
+ <name>${project.artifactId}</name>
<dependencies>
<dependency>