Commit acf27035 authored by terrymanu's avatar terrymanu
Browse files

artifactId from sharding-sphere to shardingsphere

parent 5dd2f5ff
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@
        <version>21</version>
    </parent>
    <groupId>org.apache.shardingsphere</groupId>
    <artifactId>sharding-sphere</artifactId>
    <artifactId>shardingsphere</artifactId>
    <version>4.0.0-RC1-SNAPSHOT</version>
    <packaging>pom</packaging>
    <name>${project.artifactId}</name>
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@
    <modelVersion>4.0.0</modelVersion>
    <parent>
        <groupId>org.apache.shardingsphere</groupId>
        <artifactId>sharding-sphere</artifactId>
        <artifactId>shardingsphere</artifactId>
        <version>4.0.0-RC1-SNAPSHOT</version>
    </parent>
    <artifactId>sharding-core</artifactId>
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@
    <modelVersion>4.0.0</modelVersion>
    <parent>
        <groupId>org.apache.shardingsphere</groupId>
        <artifactId>sharding-sphere</artifactId>
        <artifactId>shardingsphere</artifactId>
        <version>4.0.0-RC1-SNAPSHOT</version>
    </parent>
    <artifactId>sharding-jdbc</artifactId>
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@
    <modelVersion>4.0.0</modelVersion>
    <parent>
        <groupId>org.apache.shardingsphere</groupId>
        <artifactId>sharding-sphere</artifactId>
        <artifactId>shardingsphere</artifactId>
        <version>4.0.0-RC1-SNAPSHOT</version>
    </parent>
    <artifactId>sharding-opentracing</artifactId>
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@
    <modelVersion>4.0.0</modelVersion>
    <parent>
        <groupId>org.apache.shardingsphere</groupId>
        <artifactId>sharding-sphere</artifactId>
        <artifactId>shardingsphere</artifactId>
        <version>4.0.0-RC1-SNAPSHOT</version>
    </parent>
    <artifactId>sharding-orchestration</artifactId>
Loading