Commit a726fcd4 authored by cherrylzhao's avatar cherrylzhao
Browse files

upgrade to 4.0.0-RC2

parent 00346a0d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@
    <parent>
        <groupId>org.apache.shardingsphere.example</groupId>
        <artifactId>example-common</artifactId>
        <version>4.0.0-RC2-SNAPSHOT</version>
        <version>4.0.0-RC2</version>
    </parent>
    
    <artifactId>config-utility</artifactId>
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@
    <parent>
        <groupId>org.apache.shardingsphere.example</groupId>
        <artifactId>shardingsphere-example</artifactId>
        <version>4.0.0-RC2-SNAPSHOT</version>
        <version>4.0.0-RC2</version>
    </parent>
    <artifactId>example-common</artifactId>
    <packaging>pom</packaging>
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@
    <parent>
        <groupId>org.apache.shardingsphere.example</groupId>
        <artifactId>example-common</artifactId>
        <version>4.0.0-RC2-SNAPSHOT</version>
        <version>4.0.0-RC2</version>
    </parent>
    <artifactId>repository-api</artifactId>
</project>
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@
    <parent>
        <groupId>org.apache.shardingsphere.example</groupId>
        <artifactId>example-common</artifactId>
        <version>4.0.0-RC2-SNAPSHOT</version>
        <version>4.0.0-RC2</version>
    </parent>
    <artifactId>repository-jdbc</artifactId>
    
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@
    <parent>
        <groupId>org.apache.shardingsphere.example</groupId>
        <artifactId>example-common</artifactId>
        <version>4.0.0-RC2-SNAPSHOT</version>
        <version>4.0.0-RC2</version>
    </parent>
    <artifactId>repository-jpa</artifactId>
    
Loading