diff --git a/easysql-api/pom.xml b/easysql-api/pom.xml index edbf840..7626036 100644 --- a/easysql-api/pom.xml +++ b/easysql-api/pom.xml @@ -19,7 +19,7 @@ easysql-api jar - 00-EasySQL-API + EasySQL-API EasySQL的接口部分。用于打包到公共项目的API中,避免项目过大。 https://github.com/CarmJos/EasySQL diff --git a/easysql-impl/pom.xml b/easysql-impl/pom.xml index eb3ce61..66decb1 100644 --- a/easysql-impl/pom.xml +++ b/easysql-impl/pom.xml @@ -19,7 +19,7 @@ easysql-impl jar - 01-EasySQL-Impl + EasySQL-Impl EasySQL的实现部分。 https://github.com/CarmJos/EasySQL diff --git a/example/easysql-demo/pom.xml b/example/easysql-demo/pom.xml index a8dd5e8..e0fddbb 100644 --- a/example/easysql-demo/pom.xml +++ b/example/easysql-demo/pom.xml @@ -22,7 +22,7 @@ easysql-demo jar - 99-EasySQL-Demo + EasySQL-Demo EasySQL的演示部分 https://github.com/CarmJos/EasySQL diff --git a/example/easysql-test/pom.xml b/example/easysql-test/pom.xml index a76455b..d310b01 100644 --- a/example/easysql-test/pom.xml +++ b/example/easysql-test/pom.xml @@ -21,7 +21,7 @@ easysql-test - 98-EasySQL-Demo + EasySQL-Demo EasySQL的测试代码 https://github.com/CarmJos/EasySQL diff --git a/with-pool/easysql-beecp/pom.xml b/with-pool/easysql-beecp/pom.xml index f22b42a..226b78d 100644 --- a/with-pool/easysql-beecp/pom.xml +++ b/with-pool/easysql-beecp/pom.xml @@ -20,7 +20,7 @@ easysql-beecp jar - 12-EasySQL-BeeCP + EasySQL-BeeCP EasySQL的应用部分。此为BeeCP版本。 https://github.com/CarmJos/EasySQL diff --git a/with-pool/easysql-hikaricp/pom.xml b/with-pool/easysql-hikaricp/pom.xml index 37c71e6..94cc13a 100644 --- a/with-pool/easysql-hikaricp/pom.xml +++ b/with-pool/easysql-hikaricp/pom.xml @@ -19,7 +19,7 @@ easysql-hikaricp - 11-EasySQL-HikariCP + EasySQL-HikariCP EasySQL的应用部分。此为HikariCP版本。 https://github.com/CarmJos/EasySQL