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

duanzhengqiang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/shardingsphere-plugin.git

commit 4f8c43e07475360bcaa571acbbad0ce2a0976d00
Author: duanzhengqiang <[email protected]>
AuthorDate: Fri Sep 8 19:06:17 2023 +0800

    Move sharding and encrypt plugin to shardingsphere plugin
---
 feature-plugin/encrypt-plugin/sm/pom.xml      | 4 ++--
 feature-plugin/sharding-plugin/cosid/pom.xml  | 4 ++--
 feature-plugin/sharding-plugin/nanoid/pom.xml | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/feature-plugin/encrypt-plugin/sm/pom.xml 
b/feature-plugin/encrypt-plugin/sm/pom.xml
index b9f2004..00e7ba2 100644
--- a/feature-plugin/encrypt-plugin/sm/pom.xml
+++ b/feature-plugin/encrypt-plugin/sm/pom.xml
@@ -20,10 +20,10 @@
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
-        <artifactId>shardingsphere-encrypt-plugin</artifactId>
+        <artifactId>shardingsphere-feature-encrypt-plugin</artifactId>
         <version>5.4.1-SNAPSHOT</version>
     </parent>
-    <artifactId>shardingsphere-encrypt-plugin-sm</artifactId>
+    <artifactId>shardingsphere-feature-encrypt-plugin-sm</artifactId>
     <name>${project.artifactId}</name>
     
     <dependencies>
diff --git a/feature-plugin/sharding-plugin/cosid/pom.xml 
b/feature-plugin/sharding-plugin/cosid/pom.xml
index d3932f7..f6191c9 100644
--- a/feature-plugin/sharding-plugin/cosid/pom.xml
+++ b/feature-plugin/sharding-plugin/cosid/pom.xml
@@ -20,10 +20,10 @@
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
-        <artifactId>shardingsphere-sharding-plugin</artifactId>
+        <artifactId>shardingsphere-feature-sharding-plugin</artifactId>
         <version>5.4.1-SNAPSHOT</version>
     </parent>
-    <artifactId>shardingsphere-sharding-plugin-cosid</artifactId>
+    <artifactId>shardingsphere-feature-sharding-plugin-cosid</artifactId>
     <name>${project.artifactId}</name>
     
     <properties>
diff --git a/feature-plugin/sharding-plugin/nanoid/pom.xml 
b/feature-plugin/sharding-plugin/nanoid/pom.xml
index d4739fc..4d94cd0 100644
--- a/feature-plugin/sharding-plugin/nanoid/pom.xml
+++ b/feature-plugin/sharding-plugin/nanoid/pom.xml
@@ -20,10 +20,10 @@
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
-        <artifactId>shardingsphere-sharding-plugin</artifactId>
+        <artifactId>shardingsphere-feature-sharding-plugin</artifactId>
         <version>5.4.1-SNAPSHOT</version>
     </parent>
-    <artifactId>shardingsphere-sharding-plugin-nanoid</artifactId>
+    <artifactId>shardingsphere-feature-sharding-plugin-nanoid</artifactId>
     <name>${project.artifactId}</name>
     
     <properties>

Reply via email to