提交 34bdbdb9 编写于 作者: T terrymanu

for #1864, sharding-parser => sharding-core-parser

上级 13ae8ac8
......@@ -14,6 +14,6 @@
<modules>
<module>sharding-core-common</module>
<module>sharding-parser</module>
<module>sharding-core-parser</module>
</modules>
</project>
......@@ -14,22 +14,22 @@
<dependencies>
<dependency>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>sharding-parser-mysql</artifactId>
<artifactId>sharding-core-parser-mysql</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>sharding-parser-postgresql</artifactId>
<artifactId>sharding-core-parser-postgresql</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>sharding-parser-oracle</artifactId>
<artifactId>sharding-core-parser-oracle</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>sharding-parser-sqlserver</artifactId>
<artifactId>sharding-core-parser-sqlserver</artifactId>
<version>${project.version}</version>
</dependency>
......
......@@ -8,15 +8,15 @@
<artifactId>sharding-core</artifactId>
<version>4.0.0.M1-SNAPSHOT</version>
</parent>
<artifactId>sharding-parser</artifactId>
<artifactId>sharding-core-parser</artifactId>
<name>${project.artifactId}</name>
<packaging>pom</packaging>
<modules>
<module>sharding-parser-mysql</module>
<module>sharding-parser-postgresql</module>
<module>sharding-parser-oracle</module>
<module>sharding-parser-sqlserver</module>
<module>sharding-core-parser-mysql</module>
<module>sharding-core-parser-postgresql</module>
<module>sharding-core-parser-oracle</module>
<module>sharding-core-parser-sqlserver</module>
</modules>
<dependencies>
......
......@@ -4,11 +4,11 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>sharding-parser</artifactId>
<artifactId>sharding-core-parser</artifactId>
<version>4.0.0.M1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>sharding-parser-mysql</artifactId>
<artifactId>sharding-core-parser-mysql</artifactId>
<name>${project.artifactId}</name>
<build>
......
......@@ -5,10 +5,10 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>sharding-parser</artifactId>
<artifactId>sharding-core-parser</artifactId>
<version>4.0.0.M1-SNAPSHOT</version>
</parent>
<artifactId>sharding-parser-oracle</artifactId>
<artifactId>sharding-core-parser-oracle</artifactId>
<name>${project.artifactId}</name>
<build>
......
......@@ -5,10 +5,10 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>sharding-parser</artifactId>
<artifactId>sharding-core-parser</artifactId>
<version>4.0.0.M1-SNAPSHOT</version>
</parent>
<artifactId>sharding-parser-postgresql</artifactId>
<artifactId>sharding-core-parser-postgresql</artifactId>
<name>${project.artifactId}</name>
<build>
......
......@@ -5,10 +5,10 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>sharding-parser</artifactId>
<artifactId>sharding-core-parser</artifactId>
<version>4.0.0.M1-SNAPSHOT</version>
</parent>
<artifactId>sharding-parser-sqlserver</artifactId>
<artifactId>sharding-core-parser-sqlserver</artifactId>
<name>${project.artifactId}</name>
<build>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册