提交 3bef0a52 编写于 作者: C cherrylzhao

for #105 sharding-data => sharding-example.

上级 e76572d5
......@@ -13,7 +13,7 @@
<modules>
<module>sharding-orchestration</module>
<module>sharding-data</module>
<module>sharding-example</module>
<module>sharding-transaction</module>
</modules>
</project>
......@@ -8,7 +8,7 @@
<artifactId>sharding-jdbc-example</artifactId>
<version>4.0.0-RC2-SNAPSHOT</version>
</parent>
<artifactId>sharding-data</artifactId>
<artifactId>sharding-example</artifactId>
<packaging>pom</packaging>
<modules>
......
......@@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.shardingsphere</groupId>
<artifactId>sharding-data</artifactId>
<artifactId>sharding-example</artifactId>
<version>4.0.0-RC2-SNAPSHOT</version>
</parent>
<artifactId>sharding-data-raw-jdbc-quickstart</artifactId>
......
......@@ -3,16 +3,17 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
<modules>
<module>sharding-data-spring-boot-mybatis-quickstart</module>
<module>sharding-data-spring-boot-jpa-quickstart</module>
</modules>
<parent>
<groupId>io.shardingsphere</groupId>
<artifactId>sharding-data</artifactId>
<artifactId>sharding-example</artifactId>
<version>4.0.0-RC2-SNAPSHOT</version>
</parent>
<artifactId>sharding-data-spring-boot</artifactId>
<packaging>pom</packaging>
<modules>
<module>sharding-data-spring-boot-mybatis-quickstart</module>
<module>sharding-data-spring-boot-jpa-quickstart</module>
</modules>
</project>
......@@ -3,16 +3,16 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
<parent>
<groupId>io.shardingsphere</groupId>
<artifactId>sharding-data</artifactId>
<version>4.0.0-RC2-SNAPSHOT</version>
</parent>
<artifactId>sharding-data-spring-namespace</artifactId>
<packaging>pom</packaging>
<modules>
<module>sharding-data-spring-namespace-jpa-quickstart</module>
<module>sharding-data-spring-namespace-mybatis-quickstart</module>
</modules>
<artifactId>sharding-data-spring-namespace</artifactId>
</project>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册