Commit 1d04313d authored by tristaZero's avatar tristaZero
Browse files

modify artifactid

parent 89b7ee98
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
    <modelVersion>4.0.0</modelVersion>
    <parent>
        <groupId>io.shardingsphere</groupId>
        <artifactId>spring-boot-example</artifactId>
        <artifactId>spring-boot-orche-example</artifactId>
        <version>3.0.0.M5-SNAPSHOT</version>
    </parent>
    <artifactId>spring-boot-orche-mybatis-example</artifactId>
+1 −6
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
        <artifactId>sharding-jdbc-example</artifactId>
        <version>3.0.0.M5-SNAPSHOT</version>
    </parent>
    <artifactId>spring-namespace-example</artifactId>
    <artifactId>spring-namespace-nodep-example</artifactId>
    <packaging>pom</packaging>
    
    <modules>
@@ -19,11 +19,6 @@
            <artifactId>sharding-jdbc-spring-namespace</artifactId>
            <version>${sharding-sphere.version}</version>
        </dependency>
        <dependency>
            <groupId>io.shardingsphere</groupId>
            <artifactId>sharding-jdbc-orchestration-spring-namespace</artifactId>
            <version>${sharding-sphere.version}</version>
        </dependency>
        <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-context-support</artifactId>
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
    <modelVersion>4.0.0</modelVersion>
    <parent>
        <groupId>io.shardingsphere</groupId>
        <artifactId>spring-namespace-example</artifactId>
        <artifactId>spring-namespace-nodep-example</artifactId>
        <version>3.0.0.M5-SNAPSHOT</version>
    </parent>
    <artifactId>spring-namespace-nodep-jpa-example</artifactId>
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
    <modelVersion>4.0.0</modelVersion>
    <parent>
        <groupId>io.shardingsphere</groupId>
        <artifactId>spring-namespace-example</artifactId>
        <artifactId>spring-namespace-nodep-example</artifactId>
        <version>3.0.0.M5-SNAPSHOT</version>
    </parent>
    <artifactId>spring-namespace-nodep-mybatis-example</artifactId>
+5 −0
Original line number Diff line number Diff line
@@ -16,6 +16,11 @@
    </modules>

    <dependencies>
        <dependency>
            <groupId>io.shardingsphere</groupId>
            <artifactId>sharding-jdbc-spring-namespace</artifactId>
            <version>${sharding-sphere.version}</version>
        </dependency>
        <dependency>
            <groupId>io.shardingsphere</groupId>
            <artifactId>sharding-jdbc-orchestration-spring-namespace</artifactId>
Loading