Commit 3a212748 authored by terrymanu's avatar terrymanu
Browse files

upgrade 3.0.0.M5-SNAPSHOT

parent dfd5e440
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
    <modelVersion>4.0.0</modelVersion>
    <groupId>io.shardingsphere</groupId>
    <artifactId>sharding-sphere-example</artifactId>
    <version>3.0.0.M4</version>
    <version>3.0.0.M5-SNAPSHOT</version>
    <packaging>pom</packaging>
    
    <modules>
@@ -16,7 +16,7 @@
        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
        <project.build.locale>zh_CN</project.build.locale>
        
        <sharding-sphere.version>3.0.0.M4</sharding-sphere.version>
        <sharding-sphere.version>3.0.0.M5-SNAPSHOT</sharding-sphere.version>
        
        <spring-framework.version>4.3.6.RELEASE</spring-framework.version>
        <spring-boot.version>1.5.0.RELEASE</spring-boot.version>
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
    <parent>
        <artifactId>sharding-sphere-example</artifactId>
        <groupId>io.shardingsphere</groupId>
        <version>3.0.0.M4</version>
        <version>3.0.0.M5-SNAPSHOT</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <artifactId>sharding-jdbc-example</artifactId>
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
    <parent>
        <groupId>io.shardingsphere</groupId>
        <artifactId>sharding-jdbc-example</artifactId>
        <version>3.0.0.M4</version>
        <version>3.0.0.M5-SNAPSHOT</version>
    </parent>
    <artifactId>raw-jdbc-example</artifactId>
    
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
    <parent>
        <groupId>io.shardingsphere</groupId>
        <artifactId>sharding-jdbc-example</artifactId>
        <version>3.0.0.M4</version>
        <version>3.0.0.M5-SNAPSHOT</version>
    </parent>
    <artifactId>spring-boot-example</artifactId>
    <packaging>pom</packaging>
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
    <parent>
        <groupId>io.shardingsphere</groupId>
        <artifactId>spring-boot-example</artifactId>
        <version>3.0.0.M4</version>
        <version>3.0.0.M5-SNAPSHOT</version>
    </parent>
    <artifactId>spring-boot-data-jpa-example</artifactId>
    
Loading