Skip to content

Commit

Permalink
* switch version to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bes2008 committed Jan 13, 2020
1 parent a78e386 commit f844716
Show file tree
Hide file tree
Showing 25 changed files with 27 additions and 27 deletions.
6 changes: 3 additions & 3 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>2.4.1</version>
<version>3.0.0</version>
<name>sqlhelper</name>
<description>
JDBC Extensions:
Expand Down Expand Up @@ -84,8 +84,8 @@
<maven.compiler.target>1.6</maven.compiler.target>
<maven.compiler.compilerVersion>1.6</maven.compiler.compilerVersion>

<project.major.version>2.3.0</project.major.version>
<project.internal.version>2.4.1</project.internal.version>
<project.major.version>3.0.0</project.major.version>
<project.internal.version>3.0.0</project.internal.version>
</properties>

<dependencyManagement>
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>
<artifactId>sqlhelper</artifactId>
<groupId>com.github.fangjinuo.sqlhelper</groupId>
<version>2.4.1</version>
<version>3.0.0</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>
<artifactId>sqlhelper</artifactId>
<groupId>com.github.fangjinuo.sqlhelper</groupId>
<version>2.4.1</version>
<version>3.0.0</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>
<artifactId>sqlhelper</artifactId>
<groupId>com.github.fangjinuo.sqlhelper</groupId>
<version>2.4.1</version>
<version>3.0.0</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>
<artifactId>sqlhelper</artifactId>
<groupId>com.github.fangjinuo.sqlhelper</groupId>
<version>2.4.1</version>
<version>3.0.0</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>
<artifactId>sqlhelper</artifactId>
<groupId>com.github.fangjinuo.sqlhelper</groupId>
<version>2.4.1</version>
<version>3.0.0</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>2.4.1</version>
<version>3.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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>
<artifactId>sqlhelper</artifactId>
<groupId>com.github.fangjinuo.sqlhelper</groupId>
<version>2.4.1</version>
<version>3.0.0</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>2.4.1</version>
<version>3.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion sqlhelper-hibernate/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>2.4.1</version>
<version>3.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion sqlhelper-jfinal/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>2.4.1</version>
<version>3.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion sqlhelper-mango/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>sqlhelper</artifactId>
<groupId>com.github.fangjinuo.sqlhelper</groupId>
<version>2.4.1</version>
<version>3.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<description>
Expand Down
2 changes: 1 addition & 1 deletion sqlhelper-mybatis-over-pagehelper/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>2.4.1</version>
<version>3.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion sqlhelper-mybatis-spring-boot/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>2.4.1</version>
<version>3.0.0</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</groupId>
<artifactId>sqlhelper-mybatis-spring-boot</artifactId>
<version>2.4.1</version>
<version>3.0.0</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</groupId>
<artifactId>sqlhelper-mybatis-spring-boot</artifactId>
<version>2.4.1</version>
<version>3.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion sqlhelper-mybatis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.github.fangjinuo.sqlhelper</groupId>
<artifactId>sqlhelper</artifactId>
<version>2.4.1</version>
<version>3.0.0</version>
</parent>
<artifactId>sqlhelper-mybatis</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion sqlhelper-mybatisplus-spring-boot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>sqlhelper</artifactId>
<groupId>com.github.fangjinuo.sqlhelper</groupId>
<version>2.4.1</version>
<version>3.0.0</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>
<artifactId>sqlhelper-mybatisplus-spring-boot</artifactId>
<groupId>com.github.fangjinuo.sqlhelper</groupId>
<version>2.4.1</version>
<version>3.0.0</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>
<artifactId>sqlhelper-mybatisplus-spring-boot</artifactId>
<groupId>com.github.fangjinuo.sqlhelper</groupId>
<version>2.4.1</version>
<version>3.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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

Expand Down
2 changes: 1 addition & 1 deletion sqlhelper-springjdbc-spring-boot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>sqlhelper</artifactId>
<groupId>com.github.fangjinuo.sqlhelper</groupId>
<version>2.4.1</version>
<version>3.0.0</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>
<artifactId>sqlhelper-springjdbc-spring-boot</artifactId>
<groupId>com.github.fangjinuo.sqlhelper</groupId>
<version>2.4.1</version>
<version>3.0.0</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>
<artifactId>sqlhelper-springjdbc-spring-boot</artifactId>
<groupId>com.github.fangjinuo.sqlhelper</groupId>
<version>2.4.1</version>
<version>3.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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

Expand Down

0 comments on commit f844716

Please sign in to comment.