Commit 5e1e0dcf authored by terrymanu's avatar terrymanu
Browse files

for #788 rename sharding-jdbc-core-spring to sharding-jdbc-spring

parent de758dff
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@
    <modules>
        <module>sharding-core</module>
        <module>sharding-jdbc</module>
        <module>sharding-jdbc-core-spring</module>
        <module>sharding-jdbc-spring</module>
        <module>sharding-jdbc-transaction-parent</module>
        <module>sharding-jdbc-orchestration</module>
        <module>sharding-jdbc-orchestration-spring</module>
+0 −1
Original line number Diff line number Diff line
provides: sharding-jdbc-core-spring-boot-starter
+3 −3
Original line number Diff line number Diff line
@@ -8,12 +8,12 @@
        <artifactId>sharding-sphere</artifactId>
        <version>2.1.0-SNAPSHOT</version>
    </parent>
    <artifactId>sharding-jdbc-core-spring</artifactId>
    <artifactId>sharding-jdbc-spring</artifactId>
    <packaging>pom</packaging>
    
    <modules>
        <module>sharding-jdbc-core-spring-namespace</module>
        <module>sharding-jdbc-core-spring-boot-starter</module>
        <module>sharding-jdbc-spring-namespace</module>
        <module>sharding-jdbc-spring-boot-starter</module>
    </modules>
    
    <dependencies>
+2 −2
Original line number Diff line number Diff line
@@ -2,10 +2,10 @@
    <modelVersion>4.0.0</modelVersion>
    <parent>
        <groupId>io.shardingsphere</groupId>
        <artifactId>sharding-jdbc-core-spring</artifactId>
        <artifactId>sharding-jdbc-spring</artifactId>
        <version>2.1.0-SNAPSHOT</version>
    </parent>
    <artifactId>sharding-jdbc-core-spring-boot-starter</artifactId>
    <artifactId>sharding-jdbc-spring-boot-starter</artifactId>
    <dependencies>
        <dependency>
            <groupId>org.springframework.boot</groupId>
+0 −0

File moved.

Loading