Skip to content

Commit

Permalink
4.0.3 正式版
Browse files Browse the repository at this point in the history
  • Loading branch information
abel533 committed Jun 19, 2018
1 parent 86c8e0e commit 57a57d1
Show file tree
Hide file tree
Showing 16 changed files with 19 additions and 19 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.0.3-beta1</version>
<version>4.0.3</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.0.3-beta1</version>
<version>4.0.3</version>
</parent>
<artifactId>mapper</artifactId>
<packaging>jar</packaging>
Expand Down
4 changes: 2 additions & 2 deletions all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<version>2</version>
</parent>
<artifactId>mapper-all</artifactId>
<version>4.0.3-beta1</version>
<version>4.0.3</version>
<packaging>pom</packaging>

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

<properties>
<mapper-module.version>1.0.4-beta1</mapper-module.version>
<mapper-module.version>1.0.4</mapper-module.version>
<mapper-weekend.version>1.1.3</mapper-weekend.version>
</properties>

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.0.4-beta1</version>
<version>1.0.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.0.4-beta1</version>
<version>1.0.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.0.4-beta1</version>
<version>1.0.4</version>
</parent>
<artifactId>mapper-extra</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion 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.0.4-beta1</version>
<version>1.0.4</version>
</parent>
<artifactId>mapper-generator</artifactId>
<packaging>jar</packaging>
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>2</version>
</parent>
<artifactId>mapper-modules</artifactId>
<version>1.0.4-beta1</version>
<version>1.0.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.0.3-beta1</version>
<version>2.0.3</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.0.3-beta1</version>
<version>2.0.3</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.0.3-beta1</version>
<version>2.0.3</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.0.3-beta1</version>
<version>2.0.3</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.0.3-beta1</version>
<version>2.0.3</version>
</parent>
<artifactId>mapper-spring-boot-starter</artifactId>
<name>mapper-spring-boot-starter</name>
Expand Down
4 changes: 2 additions & 2 deletions spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<version>2</version>
</parent>
<artifactId>mapper-spring-boot</artifactId>
<version>2.0.3-beta1</version>
<version>2.0.3</version>
<packaging>pom</packaging>

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

<properties>
<mapper-module.version>1.0.4-beta1</mapper-module.version>
<mapper-module.version>1.0.4</mapper-module.version>
<mapper-weekend.version>1.1.3</mapper-weekend.version>
<mybatis.version>3.4.6</mybatis.version>
<mybatis-spring.version>1.3.2</mybatis-spring.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.0.4-beta1</version>
<version>1.0.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>2</version>
</parent>
<artifactId>mapper-weekend</artifactId>
<version>1.1.4-beta1</version>
<version>1.1.4</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.0.4-beta1</mapper-module.version>
<mapper-module.version>1.0.4</mapper-module.version>
</properties>

<dependencies>
Expand Down

0 comments on commit 57a57d1

Please sign in to comment.