Skip to content

Commit

Permalink
升级互相依赖的版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
abel533 committed Apr 22, 2018
1 parent 8820a11 commit 835684e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.1</version>
<version>4.0.2</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.1</version>
<version>4.0.2</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>2</version>
</parent>
<artifactId>mapper-all</artifactId>
<version>4.0.1</version>
<version>4.0.2</version>
<packaging>pom</packaging>

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

<properties>
<mapper-core.version>1.0.1</mapper-core.version>
<mapper-core.version>1.0.2</mapper-core.version>
<mapper-base.version>1.0.0</mapper-base.version>
<mapper-extra.version>1.0.0</mapper-extra.version>
<mapper-extra.version>1.0.1</mapper-extra.version>
<mapper-spring.version>1.0.0</mapper-spring.version>
<mapper-weekend.version>1.1.3</mapper-weekend.version>
<mapper-generator.version>1.0.0</mapper-generator.version>
Expand Down
2 changes: 1 addition & 1 deletion extra/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<version>2</version>
</parent>
<artifactId>mapper-extra</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
<packaging>jar</packaging>

<name>mapper-extra</name>
Expand Down

0 comments on commit 835684e

Please sign in to comment.