version for 2.0.0

This commit is contained in:
inrgihc
2024-12-05 22:33:43 +08:00
parent 34274ec1ab
commit 88955ac6e5
815 changed files with 1829 additions and 1890 deletions

View File

@@ -4,8 +4,8 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>dbswitch-product</artifactId>
<groupId>com.gitee.dbswitch</groupId>
<version>1.9.10</version>
<groupId>org.dromara.dbswitch</groupId>
<version>2.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -13,13 +13,13 @@
<dependencies>
<dependency>
<groupId>com.gitee.dbswitch</groupId>
<groupId>org.dromara.dbswitch</groupId>
<artifactId>dbswitch-common</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.gitee.dbswitch</groupId>
<groupId>org.dromara.dbswitch</groupId>
<artifactId>dbswitch-core</artifactId>
<version>${project.version}</version>
</dependency>