Skip to content

Commit

Permalink
发布 4.1.4 版本
Browse files Browse the repository at this point in the history
  • Loading branch information
abel533 committed Jan 9, 2019
1 parent fac373b commit 32b937a
Show file tree
Hide file tree
Showing 16 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion all/dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>tk.mybatis</groupId>
<artifactId>mapper-all</artifactId>
<version>4.1.3</version>
<version>4.1.4</version>
</parent>
<artifactId>mapper-all-dependencies</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion all/mapper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>tk.mybatis</groupId>
<artifactId>mapper-all</artifactId>
<version>4.1.3</version>
<version>4.1.4</version>
</parent>
<artifactId>mapper</artifactId>
<packaging>jar</packaging>
Expand Down
6 changes: 3 additions & 3 deletions all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<version>3</version>
</parent>
<artifactId>mapper-all</artifactId>
<version>4.1.3</version>
<version>4.1.4</version>
<packaging>pom</packaging>

<name>mapper-all</name>
Expand All @@ -43,8 +43,8 @@
</modules>

<properties>
<mapper-module.version>1.1.3</mapper-module.version>
<mapper-weekend.version>1.1.4.5</mapper-weekend.version>
<mapper-module.version>1.1.4</mapper-module.version>
<mapper-weekend.version>1.1.4.6</mapper-weekend.version>
</properties>

<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>tk.mybatis</groupId>
<artifactId>mapper-modules</artifactId>
<version>1.1.3</version>
<version>1.1.4</version>
</parent>
<artifactId>mapper-base</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>tk.mybatis</groupId>
<artifactId>mapper-modules</artifactId>
<version>1.1.3</version>
<version>1.1.4</version>
</parent>
<artifactId>mapper-core</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion extra/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>tk.mybatis</groupId>
<artifactId>mapper-modules</artifactId>
<version>1.1.3</version>
<version>1.1.4</version>
</parent>
<artifactId>mapper-extra</artifactId>
<packaging>jar</packaging>
Expand Down
4 changes: 2 additions & 2 deletions generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>tk.mybatis</groupId>
<artifactId>mapper-modules</artifactId>
<version>1.1.3</version>
<version>1.1.4</version>
</parent>
<artifactId>mapper-generator</artifactId>
<packaging>jar</packaging>
Expand All @@ -37,7 +37,7 @@
<description>Mybatis 通用 Mapper 代码生成器</description>

<properties>
<mapper-module.version>1.1.3</mapper-module.version>
<mapper-module.version>1.1.4</mapper-module.version>
<freemarker.version>2.3.28</freemarker.version>
<generator.version>1.3.7</generator.version>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<version>3</version>
</parent>
<artifactId>mapper-modules</artifactId>
<version>1.1.3</version>
<version>1.1.4</version>
<packaging>pom</packaging>

<name>mapper-parent</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<parent>
<groupId>tk.mybatis</groupId>
<artifactId>mapper-spring-boot</artifactId>
<version>2.1.3</version>
<version>2.1.4</version>
</parent>
<artifactId>mapper-spring-boot-autoconfigure</artifactId>
<name>mapper-spring-boot-autoconfigure</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<parent>
<groupId>tk.mybatis</groupId>
<artifactId>mapper-spring-boot-samples</artifactId>
<version>2.1.3</version>
<version>2.1.4</version>
</parent>
<artifactId>mapper-spring-boot-sample-annotation</artifactId>
<packaging>jar</packaging>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<parent>
<groupId>tk.mybatis</groupId>
<artifactId>mapper-spring-boot-samples</artifactId>
<version>2.1.3</version>
<version>2.1.4</version>
</parent>
<artifactId>mapper-spring-boot-sample-xml</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion spring-boot-starter/mapper-spring-boot-samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<parent>
<groupId>tk.mybatis</groupId>
<artifactId>mapper-spring-boot</artifactId>
<version>2.1.3</version>
<version>2.1.4</version>
</parent>
<artifactId>mapper-spring-boot-samples</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion spring-boot-starter/mapper-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<parent>
<groupId>tk.mybatis</groupId>
<artifactId>mapper-spring-boot</artifactId>
<version>2.1.3</version>
<version>2.1.4</version>
</parent>
<artifactId>mapper-spring-boot-starter</artifactId>
<name>mapper-spring-boot-starter</name>
Expand Down
6 changes: 3 additions & 3 deletions spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<version>3</version>
</parent>
<artifactId>mapper-spring-boot</artifactId>
<version>2.1.3</version>
<version>2.1.4</version>
<packaging>pom</packaging>

<name>mapper-spring-boot</name>
Expand All @@ -46,8 +46,8 @@
</modules>

<properties>
<mapper-module.version>1.1.3</mapper-module.version>
<mapper-weekend.version>1.1.4.5</mapper-weekend.version>
<mapper-module.version>1.1.4</mapper-module.version>
<mapper-weekend.version>1.1.4.6</mapper-weekend.version>
<mybatis.version>3.4.6</mybatis.version>
<mybatis-spring.version>1.3.2</mybatis-spring.version>
<spring-boot.version>2.1.1.RELEASE</spring-boot.version>
Expand Down
2 changes: 1 addition & 1 deletion spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>tk.mybatis</groupId>
<artifactId>mapper-modules</artifactId>
<version>1.1.3</version>
<version>1.1.4</version>
</parent>
<artifactId>mapper-spring</artifactId>
<packaging>jar</packaging>
Expand Down
4 changes: 2 additions & 2 deletions weekend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<version>3</version>
</parent>
<artifactId>mapper-weekend</artifactId>
<version>1.1.4.5</version>
<version>1.1.4.6</version>

<name>weekend</name>
<description>Mybatis通用Mapper扩展 - weekend</description>
Expand All @@ -54,7 +54,7 @@

<properties>
<jdk.version>1.8</jdk.version>
<mapper-module.version>1.1.3</mapper-module.version>
<mapper-module.version>1.1.4</mapper-module.version>
</properties>

<dependencies>
Expand Down

0 comments on commit 32b937a

Please sign in to comment.