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