Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
fjn committed Jun 13, 2022
2 parents ea2c70d + 5e18e8f commit 1a03780
Show file tree
Hide file tree
Showing 53 changed files with 850 additions and 85 deletions.
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.github.fangjinuo.sqlhelper</groupId>
<artifactId>sqlhelper</artifactId>
<version>3.6.12</version>
<version>3.6.13</version>
<name>${groupId}:${artifactId}:${version}</name>
<description>
JDBC Extensions:
Expand Down Expand Up @@ -89,7 +89,6 @@
<mybatis.plus_3x.version>3.4.1</mybatis.plus_3x.version>
-->
<mybatis.plus_3x.version>3.4.2</mybatis.plus_3x.version>

<mybatis.plus_2x.version>2.3.3</mybatis.plus_2x.version>
<junit.version>4.13.1</junit.version>
<spring.boot.version>1.5.22.RELEASE</spring.boot.version>
Expand Down
2 changes: 1 addition & 1 deletion sqlhelper-batchinsert/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.fangjinuo.sqlhelper</groupId>
<artifactId>sqlhelper</artifactId>
<version>3.6.12</version>
<version>3.6.13</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion sqlhelper-cli-assembly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.fangjinuo.sqlhelper</groupId>
<artifactId>sqlhelper</artifactId>
<version>3.6.12</version>
<version>3.6.13</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion sqlhelper-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.fangjinuo.sqlhelper</groupId>
<artifactId>sqlhelper</artifactId>
<version>3.6.12</version>
<version>3.6.13</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion sqlhelper-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.fangjinuo.sqlhelper</groupId>
<artifactId>sqlhelper</artifactId>
<version>3.6.12</version>
<version>3.6.13</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion sqlhelper-datasource-flyway/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.fangjinuo.sqlhelper</groupId>
<artifactId>sqlhelper</artifactId>
<version>3.6.12</version>
<version>3.6.13</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion sqlhelper-datasource/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.fangjinuo.sqlhelper</groupId>
<artifactId>sqlhelper</artifactId>
<version>3.6.12</version>
<version>3.6.13</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion sqlhelper-dbutils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.fangjinuo.sqlhelper</groupId>
<artifactId>sqlhelper</artifactId>
<version>3.6.12</version>
<version>3.6.13</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion sqlhelper-dialect/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.fangjinuo.sqlhelper</groupId>
<artifactId>sqlhelper</artifactId>
<version>3.6.12</version>
<version>3.6.13</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,18 +1,4 @@

/*
* Copyright 2019 the original author or authors.
*
* Licensed under the LGPL, Version 3.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at http://www.gnu.org/licenses/lgpl-3.0.html
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

package com.jn.sqlhelper.dialect.parameter;

import com.jn.langx.util.collection.Collects;
Expand Down
2 changes: 1 addition & 1 deletion sqlhelper-ebean/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.fangjinuo.sqlhelper</groupId>
<artifactId>sqlhelper</artifactId>
<version>3.6.12</version>
<version>3.6.13</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion sqlhelper-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.fangjinuo.sqlhelper</groupId>
<artifactId>sqlhelper</artifactId>
<version>3.6.12</version>
<version>3.6.13</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.fangjinuo.sqlhelper.examples</groupId>
Expand Down
2 changes: 1 addition & 1 deletion sqlhelper-examples/sqlhelper-examples-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.fangjinuo.sqlhelper.examples</groupId>
<artifactId>sqlhelper-examples</artifactId>
<version>3.6.12</version>
<version>3.6.13</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.fangjinuo.sqlhelper.examples.client</groupId>
<artifactId>sqlhelper-examples-client</artifactId>
<version>3.6.12</version>
<version>3.6.13</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.fangjinuo.sqlhelper.examples.client</groupId>
<artifactId>sqlhelper-examples-client</artifactId>
<version>3.6.12</version>
<version>3.6.13</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion sqlhelper-examples/sqlhelper-examples-db/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.fangjinuo.sqlhelper.examples</groupId>
<artifactId>sqlhelper-examples</artifactId>
<version>3.6.12</version>
<version>3.6.13</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Binary file not shown.

0 comments on commit 1a03780

Please sign in to comment.