Skip to content

Commit

Permalink
* release 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bes2008 committed Nov 15, 2019
1 parent 14e2cb7 commit f35c35e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,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-v2.3.0-green.svg)](https://search.maven.org/search?q=g:com.github.fangjinuo.sqlhelper%20AND%20v:2.3.0)
[![maven](https://img.shields.io/badge/maven-v2.2.0-green.svg)](https://search.maven.org/search?q=g:com.github.fangjinuo.sqlhelper%20AND%20v:2.2.0)
[![maven](https://img.shields.io/badge/maven-v2.1.2-green.svg)](https://search.maven.org/search?q=g:com.github.fangjinuo.sqlhelper%20AND%20v:2.1.2)
[![maven](https://img.shields.io/badge/maven-v2.1.1-green.svg)](https://search.maven.org/search?q=g:com.github.fangjinuo.sqlhelper%20AND%20v:2.1.1)
Expand Down
20 changes: 10 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,24 +15,24 @@
</description>
<url>https://github.com/fangjinuo/sqlhelper</url>
<modules>
<module>sqlhelper-common</module>
<module>sqlhelper-dialect</module>
<module>sqlhelper-mybatis</module>
<module>sqlhelper-examples</module>
<module>sqlhelper-mybatis-spring-boot</module>
<module>sqlhelper-mybatis-over-pagehelper</module>
<module>sqlhelper-dbutils</module>
<module>sqlhelper-jfinal</module>
<module>sqlhelper-hibernate</module>
<module>sqlhelper-mango</module>
<module>sqlhelper-ebean</module>
<module>sqlhelper-batchinsert</module>
<module>sqlhelper-mybatis</module>
<module>sqlhelper-mybatis-spring-boot</module>
<module>sqlhelper-mybatis-over-pagehelper</module>
<module>sqlhelper-mybatisplus-spring-boot</module>
<module>sqlhelper-mybatisplus</module>
<module>sqlhelper-springjdbc</module>
<module>sqlhelper-springjdbc-spring-boot</module>
<module>sqlhelper-common</module>
<module>sqlhelper-cli</module>
<module>sqlhelper-dbutils</module>
<module>sqlhelper-mybatisplus-spring-boot</module>
<module>sqlhelper-mybatisplus</module>
<module>sqlhelper-cli-assembly</module>
<module>sqlhelper-examples</module>
<module>sqlhelper-batchinsert</module>
</modules>
<developers>
<developer>
Expand Down Expand Up @@ -290,7 +290,7 @@
<revisionOnScmFailure>unknow</revisionOnScmFailure>
<doCheck>false</doCheck>
<doUpdate>true</doUpdate>
<getRevisionOnlyOne>true</getRevisionOnlyOne>
<getRevisionOnlyOnce>true</getRevisionOnlyOnce>
<scmConnectionUrl>scm:git:https://github.com/fangjinuo/sqlhelper.git</scmConnectionUrl>
<useLastCommittedRevision>true</useLastCommittedRevision>
</configuration>
Expand Down

0 comments on commit f35c35e

Please sign in to comment.