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

@@ -3,9 +3,9 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.gitee.dbswitch</groupId>
<groupId>org.dromara.dbswitch</groupId>
<artifactId>dbswitch-parent</artifactId>
<version>1.9.10</version>
<version>2.0.0</version>
</parent>
<artifactId>dbswitch-data</artifactId>
@@ -13,19 +13,19 @@
<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>
<dependency>
<groupId>com.gitee.dbswitch</groupId>
<groupId>org.dromara.dbswitch</groupId>
<artifactId>dbswitch-register-product</artifactId>
<version>${project.version}</version>
</dependency>