From b680dc59988e5949ba4d8790f283c9e9a0088b60 Mon Sep 17 00:00:00 2001 From: fjn <1194361820@qq.com> Date: Sat, 20 Mar 2021 09:53:31 +0800 Subject: [PATCH] =?UTF-8?q?$=20=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 2 +- sqlhelper-batchinsert/pom.xml | 1 + sqlhelper-cli-assembly/pom.xml | 2 +- sqlhelper-cli/pom.xml | 2 +- sqlhelper-common/pom.xml | 2 +- sqlhelper-datasource/pom.xml | 2 +- sqlhelper-dbutils/pom.xml | 2 +- sqlhelper-dialect/pom.xml | 1 + sqlhelper-ebean/pom.xml | 1 + sqlhelper-examples/pom.xml | 1 + sqlhelper-examples/sqlhelper-examples-client/pom.xml | 1 + .../sqlhelper-examples-client-feign/pom.xml | 1 + sqlhelper-examples/sqlhelper-examples-db/pom.xml | 2 +- sqlhelper-examples/sqlhelper-examples-model/pom.xml | 2 +- sqlhelper-examples/sqlhelper-examples-service/pom.xml | 1 + .../sqlhelper-examples-service-apachedbutils/pom.xml | 2 +- .../sqlhelper-examples-service-jfinal/pom.xml | 2 +- .../sqlhelper-examples-service-mbg/pom.xml | 1 + .../sqlhelper-examples-service-mybatis/pom.xml | 1 + .../sqlhelper-examples-service-mybatisplus_2x/pom.xml | 1 + .../sqlhelper-examples-service-mybatisplus_3x/pom.xml | 2 +- .../sqlhelper-examples-service-springjdbc/pom.xml | 2 +- .../sqlhelper-examples-service-tkmapper/pom.xml | 1 + sqlhelper-examples/sqlhelper-examples-swagger/pom.xml | 2 +- sqlhelper-hibernate/pom.xml | 1 + sqlhelper-jfinal/pom.xml | 1 + sqlhelper-jsqlparser/pom.xml | 2 +- sqlhelper-mango/pom.xml | 1 + sqlhelper-mybatis-over-pagehelper/pom.xml | 2 +- sqlhelper-mybatis-solon-plugin/pom.xml | 1 + sqlhelper-mybatis-spring-boot-starter/pom.xml | 2 +- sqlhelper-mybatis-spring-common/pom.xml | 2 +- sqlhelper-mybatis/pom.xml | 1 + sqlhelper-mybatisplus-commons/pom.xml | 2 +- sqlhelper-mybatisplus-spring-boot-starter/pom.xml | 2 +- sqlhelper-mybatisplus/pom.xml | 1 + sqlhelper-mybatisplus_2x-spring-boot-starter/pom.xml | 2 +- sqlhelper-mybatisplus_2x/pom.xml | 2 +- sqlhelper-springjdbc-spring-boot-starter/pom.xml | 2 +- sqlhelper-springjdbc/pom.xml | 2 +- sqlhelper-tkmapper-spring-boot-starter/pom.xml | 1 + 41 files changed, 41 insertions(+), 23 deletions(-) diff --git a/pom.xml b/pom.xml index 3b7459e7..c71a1941 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ com.github.fangjinuo.sqlhelper sqlhelper 3.4.14 - sqlhelper + ${groupId}:${artifactId}:${version} JDBC Extensions: Supports SQL Tools (ORM, Dialect, Pagination, DDL Dump, UrlParser, SqlStatementParser, WallFilter, BatchExecutor for Test) diff --git a/sqlhelper-batchinsert/pom.xml b/sqlhelper-batchinsert/pom.xml index 3480878a..21ed6568 100644 --- a/sqlhelper-batchinsert/pom.xml +++ b/sqlhelper-batchinsert/pom.xml @@ -11,6 +11,7 @@ 4.0.0 sqlhelper-batchinsert + ${groupId}:${artifactId}:${version} Supports batch insert for performance test diff --git a/sqlhelper-cli-assembly/pom.xml b/sqlhelper-cli-assembly/pom.xml index 1bc62b80..9591fc7e 100644 --- a/sqlhelper-cli-assembly/pom.xml +++ b/sqlhelper-cli-assembly/pom.xml @@ -11,7 +11,7 @@ 4.0.0 sqlhelper-cli-assembly - + ${groupId}:${artifactId}:${version} diff --git a/sqlhelper-cli/pom.xml b/sqlhelper-cli/pom.xml index c8daca65..58e98076 100644 --- a/sqlhelper-cli/pom.xml +++ b/sqlhelper-cli/pom.xml @@ -10,7 +10,7 @@ 4.0.0 sqlhelper-cli - + ${groupId}:${artifactId}:${version} spring-release diff --git a/sqlhelper-common/pom.xml b/sqlhelper-common/pom.xml index d03036af..536a69f5 100644 --- a/sqlhelper-common/pom.xml +++ b/sqlhelper-common/pom.xml @@ -10,7 +10,7 @@ 4.0.0 sqlhelper-common - + ${groupId}:${artifactId}:${version} javax.persistence diff --git a/sqlhelper-datasource/pom.xml b/sqlhelper-datasource/pom.xml index ee84953e..1940cc35 100644 --- a/sqlhelper-datasource/pom.xml +++ b/sqlhelper-datasource/pom.xml @@ -11,7 +11,7 @@ 4.0.0 sqlhelper-datasource - + ${groupId}:${artifactId}:${version} 8.5.59 diff --git a/sqlhelper-dbutils/pom.xml b/sqlhelper-dbutils/pom.xml index c1a2a458..43138be8 100644 --- a/sqlhelper-dbutils/pom.xml +++ b/sqlhelper-dbutils/pom.xml @@ -11,7 +11,7 @@ 4.0.0 sqlhelper-dbutils - + ${groupId}:${artifactId}:${version} commons-dbutils diff --git a/sqlhelper-dialect/pom.xml b/sqlhelper-dialect/pom.xml index de5f28cc..36fdd7cd 100644 --- a/sqlhelper-dialect/pom.xml +++ b/sqlhelper-dialect/pom.xml @@ -10,6 +10,7 @@ 4.0.0 sqlhelper-dialect + ${groupId}:${artifactId}:${version} Database dialects ( supports pagination, UrlParser, SqlStatementParser, WallFilter, BatchExecutor for Test) based Java, you can use it in any ORM framework. diff --git a/sqlhelper-ebean/pom.xml b/sqlhelper-ebean/pom.xml index 79abfd91..1547a261 100644 --- a/sqlhelper-ebean/pom.xml +++ b/sqlhelper-ebean/pom.xml @@ -10,6 +10,7 @@ 4.0.0 sqlhelper-ebean + ${groupId}:${artifactId}:${version} Supports Ebean (an ORM framework) diff --git a/sqlhelper-examples/pom.xml b/sqlhelper-examples/pom.xml index 81a2260e..c0be9f5b 100644 --- a/sqlhelper-examples/pom.xml +++ b/sqlhelper-examples/pom.xml @@ -10,6 +10,7 @@ 4.0.0 com.github.fangjinuo.sqlhelper.examples sqlhelper-examples + ${groupId}:${artifactId}:${version} pom sqlhelper-examples-model diff --git a/sqlhelper-examples/sqlhelper-examples-client/pom.xml b/sqlhelper-examples/sqlhelper-examples-client/pom.xml index bd552454..4510c272 100644 --- a/sqlhelper-examples/sqlhelper-examples-client/pom.xml +++ b/sqlhelper-examples/sqlhelper-examples-client/pom.xml @@ -11,6 +11,7 @@ com.github.fangjinuo.sqlhelper.examples.client sqlhelper-examples-client + ${groupId}:${artifactId}:${version} pom diff --git a/sqlhelper-examples/sqlhelper-examples-client/sqlhelper-examples-client-feign/pom.xml b/sqlhelper-examples/sqlhelper-examples-client/sqlhelper-examples-client-feign/pom.xml index 85d00e8c..aa069550 100644 --- a/sqlhelper-examples/sqlhelper-examples-client/sqlhelper-examples-client-feign/pom.xml +++ b/sqlhelper-examples/sqlhelper-examples-client/sqlhelper-examples-client-feign/pom.xml @@ -11,6 +11,7 @@ 4.0.0 sqlhelper-examples-client-feign + ${groupId}:${artifactId}:${version} diff --git a/sqlhelper-examples/sqlhelper-examples-db/pom.xml b/sqlhelper-examples/sqlhelper-examples-db/pom.xml index b4532ce7..f1d42b3d 100644 --- a/sqlhelper-examples/sqlhelper-examples-db/pom.xml +++ b/sqlhelper-examples/sqlhelper-examples-db/pom.xml @@ -10,7 +10,7 @@ 4.0.0 sqlhelper-examples-db - + ${groupId}:${artifactId}:${version} diff --git a/sqlhelper-examples/sqlhelper-examples-model/pom.xml b/sqlhelper-examples/sqlhelper-examples-model/pom.xml index 1c37619d..c4cc7fd6 100644 --- a/sqlhelper-examples/sqlhelper-examples-model/pom.xml +++ b/sqlhelper-examples/sqlhelper-examples-model/pom.xml @@ -10,7 +10,7 @@ 4.0.0 sqlhelper-examples-model - + ${groupId}:${artifactId}:${version} javax.persistence diff --git a/sqlhelper-examples/sqlhelper-examples-service/pom.xml b/sqlhelper-examples/sqlhelper-examples-service/pom.xml index f81a7ad9..7a9bcf62 100644 --- a/sqlhelper-examples/sqlhelper-examples-service/pom.xml +++ b/sqlhelper-examples/sqlhelper-examples-service/pom.xml @@ -11,6 +11,7 @@ com.github.fangjinuo.sqlhelper.examples.service sqlhelper-examples-service + ${groupId}:${artifactId}:${version} pom diff --git a/sqlhelper-examples/sqlhelper-examples-service/sqlhelper-examples-service-apachedbutils/pom.xml b/sqlhelper-examples/sqlhelper-examples-service/sqlhelper-examples-service-apachedbutils/pom.xml index 9f71a849..1ca36a4e 100644 --- a/sqlhelper-examples/sqlhelper-examples-service/sqlhelper-examples-service-apachedbutils/pom.xml +++ b/sqlhelper-examples/sqlhelper-examples-service/sqlhelper-examples-service-apachedbutils/pom.xml @@ -10,7 +10,7 @@ 4.0.0 sqlhelper-examples-service-apachedbutils - + ${groupId}:${artifactId}:${version} 2.9.2 diff --git a/sqlhelper-examples/sqlhelper-examples-service/sqlhelper-examples-service-jfinal/pom.xml b/sqlhelper-examples/sqlhelper-examples-service/sqlhelper-examples-service-jfinal/pom.xml index 3529fcc9..a2e78f5a 100644 --- a/sqlhelper-examples/sqlhelper-examples-service/sqlhelper-examples-service-jfinal/pom.xml +++ b/sqlhelper-examples/sqlhelper-examples-service/sqlhelper-examples-service-jfinal/pom.xml @@ -11,7 +11,7 @@ 4.0.0 sqlhelper-examples-service-jfinal - + ${groupId}:${artifactId}:${version} com.jfinal diff --git a/sqlhelper-examples/sqlhelper-examples-service/sqlhelper-examples-service-mbg/pom.xml b/sqlhelper-examples/sqlhelper-examples-service/sqlhelper-examples-service-mbg/pom.xml index 4e82d3b4..1927f4fe 100644 --- a/sqlhelper-examples/sqlhelper-examples-service/sqlhelper-examples-service-mbg/pom.xml +++ b/sqlhelper-examples/sqlhelper-examples-service/sqlhelper-examples-service-mbg/pom.xml @@ -11,6 +11,7 @@ 4.0.0 sqlhelper-examples-service-mbg + ${groupId}:${artifactId}:${version} org.springframework.boot diff --git a/sqlhelper-examples/sqlhelper-examples-service/sqlhelper-examples-service-mybatis/pom.xml b/sqlhelper-examples/sqlhelper-examples-service/sqlhelper-examples-service-mybatis/pom.xml index dad292e5..62d6ba3b 100644 --- a/sqlhelper-examples/sqlhelper-examples-service/sqlhelper-examples-service-mybatis/pom.xml +++ b/sqlhelper-examples/sqlhelper-examples-service/sqlhelper-examples-service-mybatis/pom.xml @@ -9,6 +9,7 @@ 4.0.0 sqlhelper-examples-service-mybatis + ${groupId}:${artifactId}:${version} 5.2.9.RELEASE diff --git a/sqlhelper-examples/sqlhelper-examples-service/sqlhelper-examples-service-springjdbc/pom.xml b/sqlhelper-examples/sqlhelper-examples-service/sqlhelper-examples-service-springjdbc/pom.xml index 1029a7ab..54303b62 100644 --- a/sqlhelper-examples/sqlhelper-examples-service/sqlhelper-examples-service-springjdbc/pom.xml +++ b/sqlhelper-examples/sqlhelper-examples-service/sqlhelper-examples-service-springjdbc/pom.xml @@ -10,7 +10,7 @@ 4.0.0 sqlhelper-examples-service-springjdbc - + ${groupId}:${artifactId}:${version} 2.9.2 diff --git a/sqlhelper-examples/sqlhelper-examples-service/sqlhelper-examples-service-tkmapper/pom.xml b/sqlhelper-examples/sqlhelper-examples-service/sqlhelper-examples-service-tkmapper/pom.xml index 5aaa9a45..333ccae2 100644 --- a/sqlhelper-examples/sqlhelper-examples-service/sqlhelper-examples-service-tkmapper/pom.xml +++ b/sqlhelper-examples/sqlhelper-examples-service/sqlhelper-examples-service-tkmapper/pom.xml @@ -9,6 +9,7 @@ 4.0.0 sqlhelper-examples-service-tkmapper + ${groupId}:${artifactId}:${version} 4.1.5 diff --git a/sqlhelper-examples/sqlhelper-examples-swagger/pom.xml b/sqlhelper-examples/sqlhelper-examples-swagger/pom.xml index 5fbd7dd1..bf2433a3 100644 --- a/sqlhelper-examples/sqlhelper-examples-swagger/pom.xml +++ b/sqlhelper-examples/sqlhelper-examples-swagger/pom.xml @@ -10,7 +10,7 @@ 4.0.0 sqlhelper-examples-swagger - + ${groupId}:${artifactId}:${version} diff --git a/sqlhelper-hibernate/pom.xml b/sqlhelper-hibernate/pom.xml index 3bba3bfb..11fc356a 100644 --- a/sqlhelper-hibernate/pom.xml +++ b/sqlhelper-hibernate/pom.xml @@ -11,6 +11,7 @@ 4.0.0 sqlhelper-hibernate + ${groupId}:${artifactId}:${version} Supports hibernate diff --git a/sqlhelper-jfinal/pom.xml b/sqlhelper-jfinal/pom.xml index d69e064b..cd68c5dc 100644 --- a/sqlhelper-jfinal/pom.xml +++ b/sqlhelper-jfinal/pom.xml @@ -11,6 +11,7 @@ 4.0.0 sqlhelper-jfinal + ${groupId}:${artifactId}:${version} Supports jFinal (an ORM framework) diff --git a/sqlhelper-jsqlparser/pom.xml b/sqlhelper-jsqlparser/pom.xml index ccf4fc07..46d3623f 100644 --- a/sqlhelper-jsqlparser/pom.xml +++ b/sqlhelper-jsqlparser/pom.xml @@ -10,7 +10,7 @@ 4.0.0 sqlhelper-jsqlparser - + ${groupId}:${artifactId}:${version} com.github.fangjinuo.sqlhelper diff --git a/sqlhelper-mango/pom.xml b/sqlhelper-mango/pom.xml index fa5c2d18..e3808648 100644 --- a/sqlhelper-mango/pom.xml +++ b/sqlhelper-mango/pom.xml @@ -12,6 +12,7 @@ Supports mango (an ORM framework) sqlhelper-mango + ${groupId}:${artifactId}:${version} org.jfaster diff --git a/sqlhelper-mybatis-over-pagehelper/pom.xml b/sqlhelper-mybatis-over-pagehelper/pom.xml index 643f69bd..95668219 100644 --- a/sqlhelper-mybatis-over-pagehelper/pom.xml +++ b/sqlhelper-mybatis-over-pagehelper/pom.xml @@ -11,7 +11,7 @@ 4.0.0 sqlhelper-mybatis-over-pagehelper - + ${groupId}:${artifactId}:${version} supports migrate from mybatis-pagehelper diff --git a/sqlhelper-mybatis-solon-plugin/pom.xml b/sqlhelper-mybatis-solon-plugin/pom.xml index f70815ed..72fb6514 100644 --- a/sqlhelper-mybatis-solon-plugin/pom.xml +++ b/sqlhelper-mybatis-solon-plugin/pom.xml @@ -11,6 +11,7 @@ 4.0.0 sqlhelper-mybatis-solon-plugin + ${groupId}:${artifactId}:${version} jar diff --git a/sqlhelper-mybatis-spring-boot-starter/pom.xml b/sqlhelper-mybatis-spring-boot-starter/pom.xml index 34a333a7..f0e66d18 100644 --- a/sqlhelper-mybatis-spring-boot-starter/pom.xml +++ b/sqlhelper-mybatis-spring-boot-starter/pom.xml @@ -11,7 +11,7 @@ 4.0.0 sqlhelper-mybatis-spring-boot-starter - + ${groupId}:${artifactId}:${version} use sqlhelper-mybatis in spring boot application diff --git a/sqlhelper-mybatis-spring-common/pom.xml b/sqlhelper-mybatis-spring-common/pom.xml index 504ac6e2..bbeeb507 100644 --- a/sqlhelper-mybatis-spring-common/pom.xml +++ b/sqlhelper-mybatis-spring-common/pom.xml @@ -10,7 +10,7 @@ 4.0.0 sqlhelper-mybatis-spring-common - + ${groupId}:${artifactId}:${version} com.github.fangjinuo.sqlhelper diff --git a/sqlhelper-mybatis/pom.xml b/sqlhelper-mybatis/pom.xml index 7193bd8e..bf9fe606 100644 --- a/sqlhelper-mybatis/pom.xml +++ b/sqlhelper-mybatis/pom.xml @@ -10,6 +10,7 @@ 3.4.14 sqlhelper-mybatis + ${groupId}:${artifactId}:${version} jar Supports mybatis (an ORM framework) diff --git a/sqlhelper-mybatisplus-commons/pom.xml b/sqlhelper-mybatisplus-commons/pom.xml index 536cb3bb..11a06819 100644 --- a/sqlhelper-mybatisplus-commons/pom.xml +++ b/sqlhelper-mybatisplus-commons/pom.xml @@ -10,7 +10,7 @@ 4.0.0 sqlhelper-mybatisplus-commons - + ${groupId}:${artifactId}:${version} diff --git a/sqlhelper-mybatisplus-spring-boot-starter/pom.xml b/sqlhelper-mybatisplus-spring-boot-starter/pom.xml index cfc2f67d..693569bd 100644 --- a/sqlhelper-mybatisplus-spring-boot-starter/pom.xml +++ b/sqlhelper-mybatisplus-spring-boot-starter/pom.xml @@ -11,7 +11,7 @@ 4.0.0 sqlhelper-mybatisplus-spring-boot-starter - + ${groupId}:${artifactId}:${version} diff --git a/sqlhelper-mybatisplus/pom.xml b/sqlhelper-mybatisplus/pom.xml index 7b92b907..5d1807d8 100644 --- a/sqlhelper-mybatisplus/pom.xml +++ b/sqlhelper-mybatisplus/pom.xml @@ -11,6 +11,7 @@ 4.0.0 sqlhelper-mybatisplus + ${groupId}:${artifactId}:${version} com.github.fangjinuo.sqlhelper diff --git a/sqlhelper-mybatisplus_2x-spring-boot-starter/pom.xml b/sqlhelper-mybatisplus_2x-spring-boot-starter/pom.xml index 682c4d3b..4bfef448 100644 --- a/sqlhelper-mybatisplus_2x-spring-boot-starter/pom.xml +++ b/sqlhelper-mybatisplus_2x-spring-boot-starter/pom.xml @@ -10,7 +10,7 @@ 4.0.0 sqlhelper-mybatisplus_2x-spring-boot-starter - + ${groupId}:${artifactId}:${version} org.springframework.boot diff --git a/sqlhelper-mybatisplus_2x/pom.xml b/sqlhelper-mybatisplus_2x/pom.xml index 3544832c..f3c1ac34 100644 --- a/sqlhelper-mybatisplus_2x/pom.xml +++ b/sqlhelper-mybatisplus_2x/pom.xml @@ -11,7 +11,7 @@ 4.0.0 sqlhelper-mybatisplus_2x - + ${groupId}:${artifactId}:${version} com.baomidou diff --git a/sqlhelper-springjdbc-spring-boot-starter/pom.xml b/sqlhelper-springjdbc-spring-boot-starter/pom.xml index 43d90212..dc75606e 100644 --- a/sqlhelper-springjdbc-spring-boot-starter/pom.xml +++ b/sqlhelper-springjdbc-spring-boot-starter/pom.xml @@ -10,7 +10,7 @@ 4.0.0 sqlhelper-springjdbc-spring-boot-starter - + ${groupId}:${artifactId}:${version} diff --git a/sqlhelper-springjdbc/pom.xml b/sqlhelper-springjdbc/pom.xml index 6adf158b..be74bfaa 100644 --- a/sqlhelper-springjdbc/pom.xml +++ b/sqlhelper-springjdbc/pom.xml @@ -10,7 +10,7 @@ 4.0.0 sqlhelper-springjdbc - + ${groupId}:${artifactId}:${version} org.springframework diff --git a/sqlhelper-tkmapper-spring-boot-starter/pom.xml b/sqlhelper-tkmapper-spring-boot-starter/pom.xml index dd102663..d39d37f3 100644 --- a/sqlhelper-tkmapper-spring-boot-starter/pom.xml +++ b/sqlhelper-tkmapper-spring-boot-starter/pom.xml @@ -11,6 +11,7 @@ 4.0.0 sqlhelper-tkmapper-spring-boot-starter + ${groupId}:${artifactId}:${version}