Skip to content

Commit 0c9b850

Browse files
committed
更新版本2.3.2
1 parent 6b8f9e8 commit 0c9b850

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,11 @@ Country代码:
8686

8787
##Maven坐标以及下载地址
8888

89-
###测试版2.3.2-SNAPSHOT - 2015-04-21
89+
###最新版本2.3.2 - 2015-04-21
9090

9191
* 解决Example查询中in,notin无效的bug[#24](http://git.oschina.net/free/Mapper/issues/24)
9292

93-
###最新版本2.3.1 - 2015-04-13
93+
###2.3.1 - 2015-04-13
9494

9595
* 完善所有和PrimaryKey有关的通用查询
9696

@@ -114,7 +114,7 @@ Country代码:
114114
<dependency>
115115
<groupId>com.github.abel533</groupId>
116116
<artifactId>mapper</artifactId>
117-
<version>2.3.1</version>
117+
<version>2.3.2</version>
118118
</dependency>
119119
```
120120

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.github.abel533</groupId>
66
<artifactId>mapper</artifactId>
7-
<version>2.3.2-SNAPSHOT</version>
7+
<version>2.3.2</version>
88
<packaging>jar</packaging>
99

1010
<name>mapper</name>

wiki/Changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
#更新日志
22

3+
##2.3.2 - 2015-04-21
4+
5+
* 解决Example查询中in,notin无效的bug[#24](http://git.oschina.net/free/Mapper/issues/24)
6+
37
##2.3.1 - 2015-04-13
48

59
* 完善所有和PrimaryKey有关的通用查询

0 commit comments

Comments
 (0)