From 3662c8820c114cf374e00dcbf6509cd79f01f532 Mon Sep 17 00:00:00 2001 From: fjn <1194361820@qq.com> Date: Tue, 30 Mar 2021 11:31:30 +0800 Subject: [PATCH] =?UTF-8?q?$=20=E5=8F=91=E5=B8=833.5.0=20=E7=89=88?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- pom.xml | 2 +- sqlhelper-batchinsert/pom.xml | 2 +- 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 | 2 +- sqlhelper-ebean/pom.xml | 2 +- sqlhelper-examples/pom.xml | 2 +- sqlhelper-examples/sqlhelper-examples-client/pom.xml | 2 +- .../sqlhelper-examples-client-feign/pom.xml | 2 +- sqlhelper-examples/sqlhelper-examples-db/pom.xml | 2 +- sqlhelper-examples/sqlhelper-examples-model/pom.xml | 2 +- sqlhelper-examples/sqlhelper-examples-service/pom.xml | 2 +- .../sqlhelper-examples-service-apachedbutils/pom.xml | 2 +- .../sqlhelper-examples-service-jfinal/pom.xml | 2 +- .../sqlhelper-examples-service-mbg/pom.xml | 2 +- .../sqlhelper-examples-service-mybatis/pom.xml | 2 +- .../sqlhelper-examples-service-mybatisplus_2x/pom.xml | 2 +- .../sqlhelper-examples-service-mybatisplus_3x/pom.xml | 2 +- .../sqlhelper-examples-service-springjdbc/pom.xml | 2 +- .../sqlhelper-examples-service-tkmapper/pom.xml | 2 +- sqlhelper-examples/sqlhelper-examples-swagger/pom.xml | 2 +- sqlhelper-hibernate/pom.xml | 2 +- sqlhelper-jfinal/pom.xml | 2 +- sqlhelper-jsqlparser/pom.xml | 2 +- sqlhelper-mango/pom.xml | 2 +- sqlhelper-mybatis-over-pagehelper/pom.xml | 2 +- sqlhelper-mybatis-solon-plugin/pom.xml | 2 +- sqlhelper-mybatis-spring-boot-starter/pom.xml | 2 +- sqlhelper-mybatis-spring-common/pom.xml | 2 +- sqlhelper-mybatis/pom.xml | 2 +- sqlhelper-mybatisplus-commons/pom.xml | 2 +- sqlhelper-mybatisplus-spring-boot-starter/pom.xml | 2 +- sqlhelper-mybatisplus/pom.xml | 2 +- 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 | 2 +- 42 files changed, 42 insertions(+), 42 deletions(-) diff --git a/README.md b/README.md index 5ef2eba1..db3bf1a5 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ [![SpringBoot](https://img.shields.io/badge/SpringBoot-1.x-green.svg)](https://spring.io/projects/spring-boot/) [![SpringBoot](https://img.shields.io/badge/SpringBoot-2.x-green.svg)](https://spring.io/projects/spring-boot/) -[![maven](https://img.shields.io/badge/maven-v3.4.13-green.svg)](https://search.maven.org/search?q=g:com.github.fangjinuo.sqlhelper%20AND%20v:3.4.13) +[![maven](https://img.shields.io/badge/maven-v3.5.0-green.svg)](https://search.maven.org/search?q=g:com.github.fangjinuo.sqlhelper%20AND%20v:3.5.0) diff --git a/pom.xml b/pom.xml index c71a1941..04067b07 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.github.fangjinuo.sqlhelper sqlhelper - 3.4.14 + 3.5.0 ${groupId}:${artifactId}:${version} JDBC Extensions: diff --git a/sqlhelper-batchinsert/pom.xml b/sqlhelper-batchinsert/pom.xml index 21ed6568..0a01b3a8 100644 --- a/sqlhelper-batchinsert/pom.xml +++ b/sqlhelper-batchinsert/pom.xml @@ -6,7 +6,7 @@ com.github.fangjinuo.sqlhelper sqlhelper - 3.4.14 + 3.5.0 4.0.0 diff --git a/sqlhelper-cli-assembly/pom.xml b/sqlhelper-cli-assembly/pom.xml index 9591fc7e..63686f30 100644 --- a/sqlhelper-cli-assembly/pom.xml +++ b/sqlhelper-cli-assembly/pom.xml @@ -6,7 +6,7 @@ com.github.fangjinuo.sqlhelper sqlhelper - 3.4.14 + 3.5.0 4.0.0 diff --git a/sqlhelper-cli/pom.xml b/sqlhelper-cli/pom.xml index 58e98076..e21001c7 100644 --- a/sqlhelper-cli/pom.xml +++ b/sqlhelper-cli/pom.xml @@ -5,7 +5,7 @@ com.github.fangjinuo.sqlhelper sqlhelper - 3.4.14 + 3.5.0 4.0.0 diff --git a/sqlhelper-common/pom.xml b/sqlhelper-common/pom.xml index 536a69f5..5a403536 100644 --- a/sqlhelper-common/pom.xml +++ b/sqlhelper-common/pom.xml @@ -5,7 +5,7 @@ com.github.fangjinuo.sqlhelper sqlhelper - 3.4.14 + 3.5.0 4.0.0 diff --git a/sqlhelper-datasource/pom.xml b/sqlhelper-datasource/pom.xml index 1940cc35..2a086445 100644 --- a/sqlhelper-datasource/pom.xml +++ b/sqlhelper-datasource/pom.xml @@ -6,7 +6,7 @@ com.github.fangjinuo.sqlhelper sqlhelper - 3.4.14 + 3.5.0 4.0.0 diff --git a/sqlhelper-dbutils/pom.xml b/sqlhelper-dbutils/pom.xml index 43138be8..4c01dec9 100644 --- a/sqlhelper-dbutils/pom.xml +++ b/sqlhelper-dbutils/pom.xml @@ -6,7 +6,7 @@ com.github.fangjinuo.sqlhelper sqlhelper - 3.4.14 + 3.5.0 4.0.0 diff --git a/sqlhelper-dialect/pom.xml b/sqlhelper-dialect/pom.xml index 8632ed93..b30e3fc5 100644 --- a/sqlhelper-dialect/pom.xml +++ b/sqlhelper-dialect/pom.xml @@ -5,7 +5,7 @@ com.github.fangjinuo.sqlhelper sqlhelper - 3.4.14 + 3.5.0 4.0.0 diff --git a/sqlhelper-ebean/pom.xml b/sqlhelper-ebean/pom.xml index 1547a261..278086a6 100644 --- a/sqlhelper-ebean/pom.xml +++ b/sqlhelper-ebean/pom.xml @@ -5,7 +5,7 @@ com.github.fangjinuo.sqlhelper sqlhelper - 3.4.14 + 3.5.0 4.0.0 diff --git a/sqlhelper-examples/pom.xml b/sqlhelper-examples/pom.xml index c0be9f5b..81c80b4c 100644 --- a/sqlhelper-examples/pom.xml +++ b/sqlhelper-examples/pom.xml @@ -5,7 +5,7 @@ com.github.fangjinuo.sqlhelper sqlhelper - 3.4.14 + 3.5.0 4.0.0 com.github.fangjinuo.sqlhelper.examples diff --git a/sqlhelper-examples/sqlhelper-examples-client/pom.xml b/sqlhelper-examples/sqlhelper-examples-client/pom.xml index 4510c272..d5818c53 100644 --- a/sqlhelper-examples/sqlhelper-examples-client/pom.xml +++ b/sqlhelper-examples/sqlhelper-examples-client/pom.xml @@ -5,7 +5,7 @@ com.github.fangjinuo.sqlhelper.examples sqlhelper-examples - 3.4.14 + 3.5.0 4.0.0 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 aa069550..ae90c216 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 @@ -6,7 +6,7 @@ com.github.fangjinuo.sqlhelper.examples.client sqlhelper-examples-client - 3.4.14 + 3.5.0 4.0.0 diff --git a/sqlhelper-examples/sqlhelper-examples-db/pom.xml b/sqlhelper-examples/sqlhelper-examples-db/pom.xml index f1d42b3d..1f9bcf94 100644 --- a/sqlhelper-examples/sqlhelper-examples-db/pom.xml +++ b/sqlhelper-examples/sqlhelper-examples-db/pom.xml @@ -5,7 +5,7 @@ com.github.fangjinuo.sqlhelper.examples sqlhelper-examples - 3.4.14 + 3.5.0 4.0.0 diff --git a/sqlhelper-examples/sqlhelper-examples-model/pom.xml b/sqlhelper-examples/sqlhelper-examples-model/pom.xml index c4cc7fd6..71fc0fe3 100644 --- a/sqlhelper-examples/sqlhelper-examples-model/pom.xml +++ b/sqlhelper-examples/sqlhelper-examples-model/pom.xml @@ -5,7 +5,7 @@ com.github.fangjinuo.sqlhelper.examples sqlhelper-examples - 3.4.14 + 3.5.0 4.0.0 diff --git a/sqlhelper-examples/sqlhelper-examples-service/pom.xml b/sqlhelper-examples/sqlhelper-examples-service/pom.xml index 7a9bcf62..c6754a2e 100644 --- a/sqlhelper-examples/sqlhelper-examples-service/pom.xml +++ b/sqlhelper-examples/sqlhelper-examples-service/pom.xml @@ -5,7 +5,7 @@ com.github.fangjinuo.sqlhelper.examples sqlhelper-examples - 3.4.14 + 3.5.0 4.0.0 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 1ca36a4e..817915d0 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 @@ -5,7 +5,7 @@ com.github.fangjinuo.sqlhelper.examples.service sqlhelper-examples-service - 3.4.14 + 3.5.0 4.0.0 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 a2e78f5a..e83ec42a 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 @@ -6,7 +6,7 @@ com.github.fangjinuo.sqlhelper.examples.service sqlhelper-examples-service - 3.4.14 + 3.5.0 4.0.0 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 1927f4fe..5bd15b97 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 @@ -6,7 +6,7 @@ com.github.fangjinuo.sqlhelper.examples.service sqlhelper-examples-service - 3.4.14 + 3.5.0 4.0.0 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 62d6ba3b..7cbc4831 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 @@ -5,7 +5,7 @@ com.github.fangjinuo.sqlhelper.examples.service sqlhelper-examples-service - 3.4.14 + 3.5.0 4.0.0 sqlhelper-examples-service-mybatis diff --git a/sqlhelper-examples/sqlhelper-examples-service/sqlhelper-examples-service-mybatisplus_2x/pom.xml b/sqlhelper-examples/sqlhelper-examples-service/sqlhelper-examples-service-mybatisplus_2x/pom.xml index 4ee07bd8..63a31211 100644 --- a/sqlhelper-examples/sqlhelper-examples-service/sqlhelper-examples-service-mybatisplus_2x/pom.xml +++ b/sqlhelper-examples/sqlhelper-examples-service/sqlhelper-examples-service-mybatisplus_2x/pom.xml @@ -5,7 +5,7 @@ com.github.fangjinuo.sqlhelper.examples.service sqlhelper-examples-service - 3.4.14 + 3.5.0 4.0.0 sqlhelper-examples-service-mybatisplus_2x diff --git a/sqlhelper-examples/sqlhelper-examples-service/sqlhelper-examples-service-mybatisplus_3x/pom.xml b/sqlhelper-examples/sqlhelper-examples-service/sqlhelper-examples-service-mybatisplus_3x/pom.xml index 92b53e86..1a4435c6 100644 --- a/sqlhelper-examples/sqlhelper-examples-service/sqlhelper-examples-service-mybatisplus_3x/pom.xml +++ b/sqlhelper-examples/sqlhelper-examples-service/sqlhelper-examples-service-mybatisplus_3x/pom.xml @@ -5,7 +5,7 @@ com.github.fangjinuo.sqlhelper.examples.service sqlhelper-examples-service - 3.4.14 + 3.5.0 4.0.0 sqlhelper-examples-service-mybatisplus_3x 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 54303b62..cbeec860 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 @@ -5,7 +5,7 @@ com.github.fangjinuo.sqlhelper.examples.service sqlhelper-examples-service - 3.4.14 + 3.5.0 4.0.0 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 333ccae2..ef30c720 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 @@ -5,7 +5,7 @@ com.github.fangjinuo.sqlhelper.examples.service sqlhelper-examples-service - 3.4.14 + 3.5.0 4.0.0 sqlhelper-examples-service-tkmapper diff --git a/sqlhelper-examples/sqlhelper-examples-swagger/pom.xml b/sqlhelper-examples/sqlhelper-examples-swagger/pom.xml index bf2433a3..82294d42 100644 --- a/sqlhelper-examples/sqlhelper-examples-swagger/pom.xml +++ b/sqlhelper-examples/sqlhelper-examples-swagger/pom.xml @@ -5,7 +5,7 @@ com.github.fangjinuo.sqlhelper.examples sqlhelper-examples - 3.4.14 + 3.5.0 4.0.0 diff --git a/sqlhelper-hibernate/pom.xml b/sqlhelper-hibernate/pom.xml index 11fc356a..c2aeee4c 100644 --- a/sqlhelper-hibernate/pom.xml +++ b/sqlhelper-hibernate/pom.xml @@ -6,7 +6,7 @@ com.github.fangjinuo.sqlhelper sqlhelper - 3.4.14 + 3.5.0 4.0.0 diff --git a/sqlhelper-jfinal/pom.xml b/sqlhelper-jfinal/pom.xml index cd68c5dc..8888f6f3 100644 --- a/sqlhelper-jfinal/pom.xml +++ b/sqlhelper-jfinal/pom.xml @@ -6,7 +6,7 @@ com.github.fangjinuo.sqlhelper sqlhelper - 3.4.14 + 3.5.0 4.0.0 diff --git a/sqlhelper-jsqlparser/pom.xml b/sqlhelper-jsqlparser/pom.xml index 9336e617..4e6a1bb2 100644 --- a/sqlhelper-jsqlparser/pom.xml +++ b/sqlhelper-jsqlparser/pom.xml @@ -5,7 +5,7 @@ com.github.fangjinuo.sqlhelper sqlhelper - 3.4.14 + 3.5.0 4.0.0 diff --git a/sqlhelper-mango/pom.xml b/sqlhelper-mango/pom.xml index e3808648..81a405a2 100644 --- a/sqlhelper-mango/pom.xml +++ b/sqlhelper-mango/pom.xml @@ -5,7 +5,7 @@ com.github.fangjinuo.sqlhelper sqlhelper - 3.4.14 + 3.5.0 4.0.0 diff --git a/sqlhelper-mybatis-over-pagehelper/pom.xml b/sqlhelper-mybatis-over-pagehelper/pom.xml index 95668219..3fac745c 100644 --- a/sqlhelper-mybatis-over-pagehelper/pom.xml +++ b/sqlhelper-mybatis-over-pagehelper/pom.xml @@ -6,7 +6,7 @@ com.github.fangjinuo.sqlhelper sqlhelper - 3.4.14 + 3.5.0 4.0.0 diff --git a/sqlhelper-mybatis-solon-plugin/pom.xml b/sqlhelper-mybatis-solon-plugin/pom.xml index 72fb6514..dff753c9 100644 --- a/sqlhelper-mybatis-solon-plugin/pom.xml +++ b/sqlhelper-mybatis-solon-plugin/pom.xml @@ -6,7 +6,7 @@ com.github.fangjinuo.sqlhelper sqlhelper - 3.4.14 + 3.5.0 4.0.0 diff --git a/sqlhelper-mybatis-spring-boot-starter/pom.xml b/sqlhelper-mybatis-spring-boot-starter/pom.xml index f0e66d18..cf691b44 100644 --- a/sqlhelper-mybatis-spring-boot-starter/pom.xml +++ b/sqlhelper-mybatis-spring-boot-starter/pom.xml @@ -6,7 +6,7 @@ com.github.fangjinuo.sqlhelper sqlhelper - 3.4.14 + 3.5.0 4.0.0 diff --git a/sqlhelper-mybatis-spring-common/pom.xml b/sqlhelper-mybatis-spring-common/pom.xml index bbeeb507..26e8bf16 100644 --- a/sqlhelper-mybatis-spring-common/pom.xml +++ b/sqlhelper-mybatis-spring-common/pom.xml @@ -5,7 +5,7 @@ com.github.fangjinuo.sqlhelper sqlhelper - 3.4.14 + 3.5.0 4.0.0 diff --git a/sqlhelper-mybatis/pom.xml b/sqlhelper-mybatis/pom.xml index bf9fe606..74243a0a 100644 --- a/sqlhelper-mybatis/pom.xml +++ b/sqlhelper-mybatis/pom.xml @@ -7,7 +7,7 @@ com.github.fangjinuo.sqlhelper sqlhelper - 3.4.14 + 3.5.0 sqlhelper-mybatis ${groupId}:${artifactId}:${version} diff --git a/sqlhelper-mybatisplus-commons/pom.xml b/sqlhelper-mybatisplus-commons/pom.xml index 11a06819..32da54ea 100644 --- a/sqlhelper-mybatisplus-commons/pom.xml +++ b/sqlhelper-mybatisplus-commons/pom.xml @@ -5,7 +5,7 @@ com.github.fangjinuo.sqlhelper sqlhelper - 3.4.14 + 3.5.0 4.0.0 diff --git a/sqlhelper-mybatisplus-spring-boot-starter/pom.xml b/sqlhelper-mybatisplus-spring-boot-starter/pom.xml index 693569bd..cf881c61 100644 --- a/sqlhelper-mybatisplus-spring-boot-starter/pom.xml +++ b/sqlhelper-mybatisplus-spring-boot-starter/pom.xml @@ -6,7 +6,7 @@ com.github.fangjinuo.sqlhelper sqlhelper - 3.4.14 + 3.5.0 4.0.0 diff --git a/sqlhelper-mybatisplus/pom.xml b/sqlhelper-mybatisplus/pom.xml index 5d1807d8..1bef2819 100644 --- a/sqlhelper-mybatisplus/pom.xml +++ b/sqlhelper-mybatisplus/pom.xml @@ -6,7 +6,7 @@ com.github.fangjinuo.sqlhelper sqlhelper - 3.4.14 + 3.5.0 4.0.0 diff --git a/sqlhelper-mybatisplus_2x-spring-boot-starter/pom.xml b/sqlhelper-mybatisplus_2x-spring-boot-starter/pom.xml index 4bfef448..a4b19eaf 100644 --- a/sqlhelper-mybatisplus_2x-spring-boot-starter/pom.xml +++ b/sqlhelper-mybatisplus_2x-spring-boot-starter/pom.xml @@ -5,7 +5,7 @@ com.github.fangjinuo.sqlhelper sqlhelper - 3.4.14 + 3.5.0 4.0.0 diff --git a/sqlhelper-mybatisplus_2x/pom.xml b/sqlhelper-mybatisplus_2x/pom.xml index f3c1ac34..218774c9 100644 --- a/sqlhelper-mybatisplus_2x/pom.xml +++ b/sqlhelper-mybatisplus_2x/pom.xml @@ -6,7 +6,7 @@ com.github.fangjinuo.sqlhelper sqlhelper - 3.4.14 + 3.5.0 4.0.0 diff --git a/sqlhelper-springjdbc-spring-boot-starter/pom.xml b/sqlhelper-springjdbc-spring-boot-starter/pom.xml index dc75606e..8f5d6320 100644 --- a/sqlhelper-springjdbc-spring-boot-starter/pom.xml +++ b/sqlhelper-springjdbc-spring-boot-starter/pom.xml @@ -5,7 +5,7 @@ com.github.fangjinuo.sqlhelper sqlhelper - 3.4.14 + 3.5.0 4.0.0 diff --git a/sqlhelper-springjdbc/pom.xml b/sqlhelper-springjdbc/pom.xml index be74bfaa..c4ae4c36 100644 --- a/sqlhelper-springjdbc/pom.xml +++ b/sqlhelper-springjdbc/pom.xml @@ -5,7 +5,7 @@ com.github.fangjinuo.sqlhelper sqlhelper - 3.4.14 + 3.5.0 4.0.0 diff --git a/sqlhelper-tkmapper-spring-boot-starter/pom.xml b/sqlhelper-tkmapper-spring-boot-starter/pom.xml index d39d37f3..21112200 100644 --- a/sqlhelper-tkmapper-spring-boot-starter/pom.xml +++ b/sqlhelper-tkmapper-spring-boot-starter/pom.xml @@ -6,7 +6,7 @@ com.github.fangjinuo.sqlhelper sqlhelper - 3.4.14 + 3.5.0 4.0.0