You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by zh...@apache.org on 2021/04/07 05:17:26 UTC

[shardingsphere] branch master updated: Update parent artifactId (#9961)

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 26f4433  Update parent artifactId (#9961)
26f4433 is described below

commit 26f44338faa15559169ead4708d18a037eb642ba
Author: sandynz <42...@users.noreply.github.com>
AuthorDate: Wed Apr 7 13:16:54 2021 +0800

    Update parent artifactId (#9961)
---
 .../shardingsphere-authority/shardingsphere-authority-api/pom.xml       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/shardingsphere-features/shardingsphere-authority/shardingsphere-authority-api/pom.xml b/shardingsphere-features/shardingsphere-authority/shardingsphere-authority-api/pom.xml
index 03b74a0..4124a1f 100644
--- a/shardingsphere-features/shardingsphere-authority/shardingsphere-authority-api/pom.xml
+++ b/shardingsphere-features/shardingsphere-authority/shardingsphere-authority-api/pom.xml
@@ -22,7 +22,7 @@
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
-        <artifactId>shardingsphere-features</artifactId>
+        <artifactId>shardingsphere-authority</artifactId>
         <version>5.0.0-RC1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-authority-api</artifactId>