Skip to content

Commit

Permalink
$ 更新<name>
Browse files Browse the repository at this point in the history
  • Loading branch information
fjn committed Mar 20, 2021
1 parent c50c685 commit b680dc5
Show file tree
Hide file tree
Showing 41 changed files with 41 additions and 23 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>com.github.fangjinuo.sqlhelper</groupId>
<artifactId>sqlhelper</artifactId>
<version>3.4.14</version>
<name>sqlhelper</name>
<name>${groupId}:${artifactId}:${version}</name>
<description>
JDBC Extensions:
Supports SQL Tools (ORM, Dialect, Pagination, DDL Dump, UrlParser, SqlStatementParser, WallFilter, BatchExecutor for Test)
Expand Down
1 change: 1 addition & 0 deletions sqlhelper-batchinsert/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>sqlhelper-batchinsert</artifactId>
<name>${groupId}:${artifactId}:${version}</name>
<description>
Supports batch insert for performance test
</description>
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 @@ -11,7 +11,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>sqlhelper-cli-assembly</artifactId>

<name>${groupId}:${artifactId}:${version}</name>
<build>
<plugins>
<plugin>
Expand Down
2 changes: 1 addition & 1 deletion sqlhelper-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>sqlhelper-cli</artifactId>

<name>${groupId}:${artifactId}:${version}</name>
<repositories>
<repository>
<id>spring-release</id>
Expand Down
2 changes: 1 addition & 1 deletion sqlhelper-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>sqlhelper-common</artifactId>

<name>${groupId}:${artifactId}:${version}</name>
<dependencies>
<dependency>
<groupId>javax.persistence</groupId>
Expand Down
2 changes: 1 addition & 1 deletion sqlhelper-datasource/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>sqlhelper-datasource</artifactId>

<name>${groupId}:${artifactId}:${version}</name>
<properties>
<tomcat.version>8.5.59</tomcat.version>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion sqlhelper-dbutils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>sqlhelper-dbutils</artifactId>

<name>${groupId}:${artifactId}:${version}</name>
<dependencies>
<dependency>
<groupId>commons-dbutils</groupId>
Expand Down
1 change: 1 addition & 0 deletions sqlhelper-dialect/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>sqlhelper-dialect</artifactId>
<name>${groupId}:${artifactId}:${version}</name>
<description>
Database dialects ( supports pagination, UrlParser, SqlStatementParser, WallFilter, BatchExecutor for Test)
based Java, you can use it in any ORM framework.
Expand Down
1 change: 1 addition & 0 deletions sqlhelper-ebean/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>sqlhelper-ebean</artifactId>
<name>${groupId}:${artifactId}:${version}</name>
<description>
Supports Ebean (an ORM framework)
</description>
Expand Down
1 change: 1 addition & 0 deletions sqlhelper-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.fangjinuo.sqlhelper.examples</groupId>
<artifactId>sqlhelper-examples</artifactId>
<name>${groupId}:${artifactId}:${version}</name>
<packaging>pom</packaging>
<modules>
<module>sqlhelper-examples-model</module>
Expand Down
1 change: 1 addition & 0 deletions sqlhelper-examples/sqlhelper-examples-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

<groupId>com.github.fangjinuo.sqlhelper.examples.client</groupId>
<artifactId>sqlhelper-examples-client</artifactId>
<name>${groupId}:${artifactId}:${version}</name>
<packaging>pom</packaging>

<modules>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>sqlhelper-examples-client-feign</artifactId>
<name>${groupId}:${artifactId}:${version}</name>
<dependencies>

<dependency>
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 @@ -10,7 +10,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>sqlhelper-examples-db</artifactId>

<name>${groupId}:${artifactId}:${version}</name>
<dependencies>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion sqlhelper-examples/sqlhelper-examples-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>sqlhelper-examples-model</artifactId>

<name>${groupId}:${artifactId}:${version}</name>
<dependencies>
<dependency>
<groupId>javax.persistence</groupId>
Expand Down
1 change: 1 addition & 0 deletions sqlhelper-examples/sqlhelper-examples-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

<groupId>com.github.fangjinuo.sqlhelper.examples.service</groupId>
<artifactId>sqlhelper-examples-service</artifactId>
<name>${groupId}:${artifactId}:${version}</name>
<packaging>pom</packaging>

<modules>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>sqlhelper-examples-service-apachedbutils</artifactId>

<name>${groupId}:${artifactId}:${version}</name>
<properties>
<swagger.version>2.9.2</swagger.version>
</properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>sqlhelper-examples-service-jfinal</artifactId>

<name>${groupId}:${artifactId}:${version}</name>
<dependencies>
<dependency>
<groupId>com.jfinal</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>sqlhelper-examples-service-mbg</artifactId>
<name>${groupId}:${artifactId}:${version}</name>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>sqlhelper-examples-service-mybatis</artifactId>
<name>${groupId}:${artifactId}:${version}</name>
<properties>
<!-- 测试 Spring 1.x 时, 注掉这部分内容即可-->
<!--
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>sqlhelper-examples-service-mybatisplus_2x</artifactId>
<name>${groupId}:${artifactId}:${version}</name>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>sqlhelper-examples-service-mybatisplus_3x</artifactId>

<name>${groupId}:${artifactId}:${version}</name>
<properties>
<!-- 测试 Spring 1.x 时, 注掉这部分内容即可-->
<spring.version>5.2.9.RELEASE</spring.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>sqlhelper-examples-service-springjdbc</artifactId>

<name>${groupId}:${artifactId}:${version}</name>
<properties>
<swagger.version>2.9.2</swagger.version>
</properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>sqlhelper-examples-service-tkmapper</artifactId>
<name>${groupId}:${artifactId}:${version}</name>
<properties>
<tk.mapper.version>4.1.5</tk.mapper.version>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion sqlhelper-examples/sqlhelper-examples-swagger/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>sqlhelper-examples-swagger</artifactId>

<name>${groupId}:${artifactId}:${version}</name>
<dependencies>

<dependency>
Expand Down
1 change: 1 addition & 0 deletions sqlhelper-hibernate/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>sqlhelper-hibernate</artifactId>
<name>${groupId}:${artifactId}:${version}</name>
<description>
Supports hibernate
</description>
Expand Down
1 change: 1 addition & 0 deletions sqlhelper-jfinal/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>sqlhelper-jfinal</artifactId>
<name>${groupId}:${artifactId}:${version}</name>
<description>
Supports jFinal (an ORM framework)
</description>
Expand Down
2 changes: 1 addition & 1 deletion sqlhelper-jsqlparser/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>sqlhelper-jsqlparser</artifactId>

<name>${groupId}:${artifactId}:${version}</name>
<dependencies>
<dependency>
<groupId>com.github.fangjinuo.sqlhelper</groupId>
Expand Down
1 change: 1 addition & 0 deletions sqlhelper-mango/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
Supports mango (an ORM framework)
</description>
<artifactId>sqlhelper-mango</artifactId>
<name>${groupId}:${artifactId}:${version}</name>
<dependencies>
<dependency>
<groupId>org.jfaster</groupId>
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 @@ -11,7 +11,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>sqlhelper-mybatis-over-pagehelper</artifactId>

<name>${groupId}:${artifactId}:${version}</name>
<description>
supports migrate from mybatis-pagehelper
</description>
Expand Down
1 change: 1 addition & 0 deletions sqlhelper-mybatis-solon-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>sqlhelper-mybatis-solon-plugin</artifactId>
<name>${groupId}:${artifactId}:${version}</name>
<packaging>jar</packaging>

<description>
Expand Down
2 changes: 1 addition & 1 deletion sqlhelper-mybatis-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>sqlhelper-mybatis-spring-boot-starter</artifactId>

<name>${groupId}:${artifactId}:${version}</name>
<description>
use sqlhelper-mybatis in spring boot application
</description>
Expand Down
2 changes: 1 addition & 1 deletion sqlhelper-mybatis-spring-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>sqlhelper-mybatis-spring-common</artifactId>

<name>${groupId}:${artifactId}:${version}</name>
<dependencies>
<dependency>
<groupId>com.github.fangjinuo.sqlhelper</groupId>
Expand Down
1 change: 1 addition & 0 deletions sqlhelper-mybatis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<version>3.4.14</version>
</parent>
<artifactId>sqlhelper-mybatis</artifactId>
<name>${groupId}:${artifactId}:${version}</name>
<packaging>jar</packaging>
<description>
Supports mybatis (an ORM framework)
Expand Down
2 changes: 1 addition & 1 deletion sqlhelper-mybatisplus-commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>sqlhelper-mybatisplus-commons</artifactId>

<name>${groupId}:${artifactId}:${version}</name>
<build>
<plugins>
<plugin>
Expand Down
2 changes: 1 addition & 1 deletion sqlhelper-mybatisplus-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>sqlhelper-mybatisplus-spring-boot-starter</artifactId>

<name>${groupId}:${artifactId}:${version}</name>
<dependencyManagement>
<dependencies>
<dependency>
Expand Down
1 change: 1 addition & 0 deletions sqlhelper-mybatisplus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>sqlhelper-mybatisplus</artifactId>
<name>${groupId}:${artifactId}:${version}</name>
<dependencies>
<dependency>
<groupId>com.github.fangjinuo.sqlhelper</groupId>
Expand Down
2 changes: 1 addition & 1 deletion sqlhelper-mybatisplus_2x-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>sqlhelper-mybatisplus_2x-spring-boot-starter</artifactId>

<name>${groupId}:${artifactId}:${version}</name>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down
2 changes: 1 addition & 1 deletion sqlhelper-mybatisplus_2x/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>sqlhelper-mybatisplus_2x</artifactId>

<name>${groupId}:${artifactId}:${version}</name>
<dependencies>
<dependency>
<groupId>com.baomidou</groupId>
Expand Down
2 changes: 1 addition & 1 deletion sqlhelper-springjdbc-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>sqlhelper-springjdbc-spring-boot-starter</artifactId>

<name>${groupId}:${artifactId}:${version}</name>
<dependencyManagement>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion sqlhelper-springjdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>sqlhelper-springjdbc</artifactId>

<name>${groupId}:${artifactId}:${version}</name>
<dependencies>
<dependency>
<groupId>org.springframework</groupId>
Expand Down
1 change: 1 addition & 0 deletions sqlhelper-tkmapper-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>sqlhelper-tkmapper-spring-boot-starter</artifactId>
<name>${groupId}:${artifactId}:${version}</name>
<dependencyManagement>
<dependencies>
<dependency>
Expand Down

0 comments on commit b680dc5

Please sign in to comment.