mirror of
https://github.com/CodePhiliaX/Chat2DB.git
synced 2025-08-01 17:17:36 +08:00
fix mysql plugin name error
This commit is contained in:
@ -10,7 +10,7 @@
|
|||||||
<relativePath>../pom.xml</relativePath>
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<artifactId>chat2b-mysql</artifactId>
|
<artifactId>chat2db-mysql</artifactId>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
@ -14,7 +14,7 @@
|
|||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|
||||||
<modules>
|
<modules>
|
||||||
<module>chat2b-mysql</module>
|
<module>chat2db-mysql</module>
|
||||||
<module>chat2db-sqlserver</module>
|
<module>chat2db-sqlserver</module>
|
||||||
<module>chat2db-postgresql</module>
|
<module>chat2db-postgresql</module>
|
||||||
<module>chat2db-oracle</module>
|
<module>chat2db-oracle</module>
|
||||||
|
@ -43,7 +43,7 @@
|
|||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>ai.chat2db</groupId>
|
<groupId>ai.chat2db</groupId>
|
||||||
<artifactId>chat2b-mysql</artifactId>
|
<artifactId>chat2db-mysql</artifactId>
|
||||||
<version>${revision}</version>
|
<version>${revision}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
Reference in New Issue
Block a user