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

zhaojinchao 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 0c834599a69 Add missing name of pom (#27598)
0c834599a69 is described below

commit 0c834599a69315346d6eb2ad4656cada27b758cd
Author: Liang Zhang <[email protected]>
AuthorDate: Tue Aug 1 00:04:04 2023 +0800

    Add missing name of pom (#27598)
---
 infra/spi/pom.xml  | 1 +
 infra/util/pom.xml | 1 +
 2 files changed, 2 insertions(+)

diff --git a/infra/spi/pom.xml b/infra/spi/pom.xml
index 03b1fa61237..3034ce63aad 100644
--- a/infra/spi/pom.xml
+++ b/infra/spi/pom.xml
@@ -24,6 +24,7 @@
         <version>5.4.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-infra-spi</artifactId>
+    <name>${project.artifactId}</name>
     
     <dependencies>
         <dependency>
diff --git a/infra/util/pom.xml b/infra/util/pom.xml
index 4ec4a5219a7..fa6c67ae998 100644
--- a/infra/util/pom.xml
+++ b/infra/util/pom.xml
@@ -24,6 +24,7 @@
         <version>5.4.1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-infra-util</artifactId>
+    <name>${project.artifactId}</name>
     
     <dependencies>
         <dependency>

Reply via email to