fix mysql plugin name error

This commit is contained in:
jipengfei-jpf
2023-07-11 22:29:03 +08:00
parent 0d97cfa8df
commit 466be01027
9 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>chat2b-mysql</artifactId>
<artifactId>chat2db-mysql</artifactId>
<dependencies>
<dependency>

View File

@ -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>

View File

@ -43,7 +43,7 @@
</dependency>
<dependency>
<groupId>ai.chat2db</groupId>
<artifactId>chat2b-mysql</artifactId>
<artifactId>chat2db-mysql</artifactId>
<version>${revision}</version>
</dependency>
<dependency>