Skip to content

Commit

Permalink
% release 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bes2008 committed Sep 17, 2022
1 parent 659fdad commit 0318e5d
Show file tree
Hide file tree
Showing 54 changed files with 240 additions and 242 deletions.
2 changes: 1 addition & 1 deletion .wiki/installation/apache_dbutils.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
1、import dependencies:
```xml
<dependency>
<groupId>com.github.fangjinuo.sqlhelper</groupId>
<groupId>io.github.bes2008.solution.sqlhelper</groupId>
<artifactId>sqlhelper-dbutils</artifactId>
<version>${sqlhelper.version}</version>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion .wiki/installation/jfinal.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

```xml
<dependency>
<groupId>com.github.fangjinuo.sqlhelper</groupId>
<groupId>io.github.bes2008.solution.sqlhelper</groupId>
<artifactId>sqlhelper-jfinal</artifactId>
<version>${sqlhelper.version}</version>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion .wiki/installation/mybatis.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
1、import dependencies:
```xml
<dependency>
<groupId>com.github.fangjinuo.sqlhelper</groupId>
<groupId>io.github.bes2008.solution.sqlhelper</groupId>
<artifactId>sqlhelper-mybatis</artifactId>
<version>${sqlhelper.version}</version>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion .wiki/installation/mybatis_spring_boot.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
1、import dependencies:
```xml
<dependency>
<groupId>com.github.fangjinuo.sqlhelper</groupId>
<groupId>io.github.bes2008.solution.sqlhelper</groupId>
<artifactId>sqlhelper-mybatis-spring-boot-starter</artifactId>
<version>${sqlhelper.version}</version>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion .wiki/installation/mybatisplus2.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

```xml
<dependency>
<groupId>com.github.fangjinuo.sqlhelper</groupId>
<groupId>io.github.bes2008.solution.sqlhelper</groupId>
<artifactId>sqlhelper-mybatisplus_2x-spring-boot-starter</artifactId>
<version>${sqlhelper.version}</version>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion .wiki/installation/mybatisplus3.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

```xml
<dependency>
<groupId>com.github.fangjinuo.sqlhelper</groupId>
<groupId>io.github.bes2008.solution.sqlhelper</groupId>
<artifactId>sqlhelper-mybatisplus-spring-boot-starter</artifactId>
<version>${sqlhelper.version}</version>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion .wiki/installation/pagehelper.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
2. 加入 sqlhelper 迁移依赖
```xml
<dependency>
<groupId>com.github.fangjinuo.sqlhelper</groupId>
<groupId>io.github.bes2008.solution.sqlhelper</groupId>
<artifactId>sqlhelper-mybatis-over-pagehelper</artifactId>
<version>${project.version}</version>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion .wiki/installation/spring_jdbc.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
1、import dependencies:
```xml
<dependency>
<groupId>com.github.fangjinuo.sqlhelper</groupId>
<groupId>io.github.bes2008.solution.sqlhelper</groupId>
<artifactId>sqlhelper-springjdbc-spring-boot-starter</artifactId>
<version>${sqlhelper.version}</version>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion .wiki/installation/tkmapper.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

```xml
<dependency>
<groupId>com.github.fangjinuo.sqlhelper</groupId>
<groupId>io.github.bes2008.solution.sqlhelper</groupId>
<artifactId>sqlhelper-tkmapper-spring-boot-starter</artifactId>
<version>${sqlhelper.version}</version>
</dependency>
Expand Down
80 changes: 39 additions & 41 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>com.github.fangjinuo.sqlhelper</groupId>
<groupId>io.github.bes2008.solution.sqlhelper</groupId>
<artifactId>sqlhelper</artifactId>
<version>3.6.16</version>
<version>4.0.0</version>
<name>${groupId}:${artifactId}:${version}</name>
<description>
JDBC Extensions:
Expand Down Expand Up @@ -45,10 +45,8 @@
</modules>
<developers>
<developer>
<id>jinuo.fang</id>
<name>jinuo.fang</name>
<email>fs1194361820@163.com</email>
<url>http://www.cnblogs.com/f1194361820</url>
<id>bes2008</id>
<name>bes2008</name>
</developer>
</developers>
<distributionManagement>
Expand All @@ -63,14 +61,14 @@
</distributionManagement>
<scm>
<tag>${project.version}</tag>
<url>https://github.com/fangjinuo/sqlhelper.git</url>
<connection>https://github.com/fangjinuo/sqlhelper.git</connection>
<developerConnection>https://github.com/fangjinuo/sqlhelper.git</developerConnection>
<url>https://github.com/bes2008/sqlhelper.git</url>
<connection>https://github.com/bes2008/sqlhelper.git</connection>
<developerConnection>https://github.com/bes2008/sqlhelper.git</developerConnection>
</scm>
<licenses>
<license>
<name>Apache 2.0</name>
<url>https://github.com/fangjinuo/sqlhelper/blob/master/LICENSE</url>
<url>https://github.com/bes2008/sqlhelper/blob/master/LICENSE</url>
<distribution>manual</distribution>
</license>
</licenses>
Expand All @@ -96,9 +94,9 @@
<jsqlparser.version>2.1</jsqlparser.version>
<jline.version>3.18.0</jline.version>

<easyjson.version>3.2.25</easyjson.version>
<langx-java.version>4.8.1</langx-java.version>
<agileway.version>3.1.10</agileway.version>
<easyjson.version>4.0.0</easyjson.version>
<langx-java.version>5.0.0</langx-java.version>
<agileway.version>4.0.0</agileway.version>

<jfinal.version>4.9.20</jfinal.version>
<solon.version>1.0.23</solon.version>
Expand All @@ -109,7 +107,7 @@
<classmate.version>1.4.0</classmate.version>
<javax.annoation.version>1.3</javax.annoation.version>

<audit.version>2.3.19</audit.version>
<audit.version>3.0.0</audit.version>
<aspectjweaver.version>1.9.5</aspectjweaver.version>
<bytebuddy.version>1.9.10</bytebuddy.version>
<javassist.version>3.24.0-GA</javassist.version>
Expand Down Expand Up @@ -240,19 +238,19 @@
</dependency>

<dependency>
<groupId>com.github.fangjinuo.easyjson</groupId>
<groupId>io.github.bes2008.solution.easyjson</groupId>
<artifactId>easyjson-core</artifactId>
<version>${easyjson.version}</version>
<scope>provided</scope>
<exclusions>
<exclusion>
<groupId>com.github.fangjinuo.langx</groupId>
<groupId>io.github.bes2008.solution.langx</groupId>
<artifactId>langx-java</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.github.fangjinuo.easyjson</groupId>
<groupId>io.github.bes2008.solution.easyjson</groupId>
<artifactId>easyjson-jackson</artifactId>
<version>${easyjson.version}</version>
<exclusions>
Expand All @@ -261,7 +259,7 @@
<artifactId>jackson-databind</artifactId>
</exclusion>
<exclusion>
<groupId>com.github.fangjinuo.langx</groupId>
<groupId>io.github.bes2008.solution.langx</groupId>
<artifactId>langx-java</artifactId>
</exclusion>
</exclusions>
Expand Down Expand Up @@ -299,106 +297,106 @@
<version>${mybatis.spring.version}</version>
</dependency>
<dependency>
<groupId>com.github.fangjinuo.sqlhelper</groupId>
<groupId>io.github.bes2008.solution.sqlhelper</groupId>
<artifactId>sqlhelper-common</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.github.fangjinuo.sqlhelper</groupId>
<groupId>io.github.bes2008.solution.sqlhelper</groupId>
<artifactId>sqlhelper-datasource</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.github.fangjinuo.sqlhelper</groupId>
<groupId>io.github.bes2008.solution.sqlhelper</groupId>
<artifactId>sqlhelper-datasource-flyway</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.github.fangjinuo.sqlhelper</groupId>
<groupId>io.github.bes2008.solution.sqlhelper</groupId>
<artifactId>sqlhelper-jsqlparser</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.github.fangjinuo.sqlhelper</groupId>
<groupId>io.github.bes2008.solution.sqlhelper</groupId>
<artifactId>sqlhelper-dialect</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.github.fangjinuo.sqlhelper</groupId>
<groupId>io.github.bes2008.solution.sqlhelper</groupId>
<artifactId>sqlhelper-mybatis</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.github.fangjinuo.sqlhelper</groupId>
<groupId>io.github.bes2008.solution.sqlhelper</groupId>
<artifactId>sqlhelper-mybatis-spring-common</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.github.fangjinuo.sqlhelper</groupId>
<groupId>io.github.bes2008.solution.sqlhelper</groupId>
<artifactId>sqlhelper-mybatis-spring-boot-starter</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.github.fangjinuo.sqlhelper</groupId>
<groupId>io.github.bes2008.solution.sqlhelper</groupId>
<artifactId>sqlhelper-mybatis-solon-plugin</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.github.fangjinuo.sqlhelper</groupId>
<groupId>io.github.bes2008.solution.sqlhelper</groupId>
<artifactId>sqlhelper-dbutils</artifactId>
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>com.github.fangjinuo.sqlhelper</groupId>
<groupId>io.github.bes2008.solution.sqlhelper</groupId>
<artifactId>sqlhelper-springjdbc</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.github.fangjinuo.sqlhelper</groupId>
<groupId>io.github.bes2008.solution.sqlhelper</groupId>
<artifactId>sqlhelper-springjdbc-spring-boot-starter</artifactId>
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>com.github.fangjinuo.sqlhelper</groupId>
<groupId>io.github.bes2008.solution.sqlhelper</groupId>
<artifactId>sqlhelper-mybatis-over-pagehelper</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.github.fangjinuo.sqlhelper</groupId>
<groupId>io.github.bes2008.solution.sqlhelper</groupId>
<artifactId>sqlhelper-mybatisplus-commons</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.github.fangjinuo.sqlhelper</groupId>
<groupId>io.github.bes2008.solution.sqlhelper</groupId>
<artifactId>sqlhelper-mybatisplus</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.github.fangjinuo.sqlhelper</groupId>
<groupId>io.github.bes2008.solution.sqlhelper</groupId>
<artifactId>sqlhelper-mybatisplus_2x</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.github.fangjinuo.sqlhelper</groupId>
<groupId>io.github.bes2008.solution.sqlhelper</groupId>
<artifactId>sqlhelper-mybatisplus-spring-boot-starter</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.github.fangjinuo.sqlhelper</groupId>
<groupId>io.github.bes2008.solution.sqlhelper</groupId>
<artifactId>sqlhelper-mybatisplus_2x-spring-boot-starter</artifactId>
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>com.github.fangjinuo.sqlhelper</groupId>
<groupId>io.github.bes2008.solution.sqlhelper</groupId>
<artifactId>sqlhelper-tkmapper-spring-boot-starter</artifactId>
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>com.github.fangjinuo.sqlhelper</groupId>
<groupId>io.github.bes2008.solution.sqlhelper</groupId>
<artifactId>sqlhelper-hibernate</artifactId>
<version>${project.version}</version>
</dependency>
Expand All @@ -410,7 +408,7 @@
</dependency>

<dependency>
<groupId>com.github.fangjinuo.langx</groupId>
<groupId>io.github.bes2008.solution.langx</groupId>
<artifactId>langx-java</artifactId>
<version>${langx-java.version}</version>
</dependency>
Expand Down Expand Up @@ -494,7 +492,7 @@
<version>${slf4j.version}</version>
</dependency>
<dependency>
<groupId>com.github.fangjinuo.langx</groupId>
<groupId>io.github.bes2008.solution.langx</groupId>
<artifactId>langx-java</artifactId>
</dependency>

Expand Down Expand Up @@ -656,7 +654,7 @@
<extensions>true</extensions>
<configuration>
<serverId>sonatype_oss</serverId>
<nexusUrl>https://oss.sonatype.org</nexusUrl>
<nexusUrl>https://s01.oss.sonatype.org</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
<sslAllowAll>true</sslAllowAll>
<stagingProgressPauseDurationSeconds>20</stagingProgressPauseDurationSeconds>
Expand Down
6 changes: 3 additions & 3 deletions sqlhelper-batchinsert/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>com.github.fangjinuo.sqlhelper</groupId>
<groupId>io.github.bes2008.solution.sqlhelper</groupId>
<artifactId>sqlhelper</artifactId>
<version>3.6.16</version>
<version>4.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -18,7 +18,7 @@

<dependencies>
<dependency>
<groupId>com.github.fangjinuo.sqlhelper</groupId>
<groupId>io.github.bes2008.solution.sqlhelper</groupId>
<artifactId>sqlhelper-common</artifactId>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions sqlhelper-cli-assembly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>com.github.fangjinuo.sqlhelper</groupId>
<groupId>io.github.bes2008.solution.sqlhelper</groupId>
<artifactId>sqlhelper</artifactId>
<version>3.6.16</version>
<version>4.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
8 changes: 4 additions & 4 deletions sqlhelper-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>com.github.fangjinuo.sqlhelper</groupId>
<groupId>io.github.bes2008.solution.sqlhelper</groupId>
<artifactId>sqlhelper</artifactId>
<version>3.6.16</version>
<version>4.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -71,7 +71,7 @@
</exclusions>
</dependency>
<dependency>
<groupId>com.github.fangjinuo.sqlhelper</groupId>
<groupId>io.github.bes2008.solution.sqlhelper</groupId>
<artifactId>sqlhelper-dialect</artifactId>
</dependency>

Expand All @@ -82,7 +82,7 @@
</dependency>

<dependency>
<groupId>com.github.fangjinuo.easyjson</groupId>
<groupId>io.github.bes2008.solution.easyjson</groupId>
<artifactId>easyjson-gson</artifactId>
<version>${easyjson.version}</version>
<exclusions>
Expand Down

0 comments on commit 0318e5d

Please sign in to comment.