File tree Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 67
67
68
68
- http://repo1.maven.org/maven2/com/github/jsqlparser/jsqlparser/0.9.1/
69
69
70
+ ##4 .2.1
71
+
72
+ - 解决` SimpleCache ` 类遗留问题导致的错误 [ #143 ] ( http://git.oschina.net/free/Mybatis_PageHelper/issues/143 ) fix by [ dhhua] ( https://github.com/dhhua )
73
+
70
74
##4 .2.0
71
75
72
76
- 使用新的方式进行分页,4.2版本是从5.0版本分离出来的一个特殊版本,这个版本兼容4.x的所有功能,5.0版本时为了简化分页逻辑,会去掉部分功能,所以4.2是4.x的最后一个版本。
Original file line number Diff line number Diff line change 28
28
29
29
<groupId >com.github.pagehelper</groupId >
30
30
<artifactId >pagehelper</artifactId >
31
- <version >4.2.0 </version >
31
+ <version >4.2.1 </version >
32
32
<packaging >jar</packaging >
33
33
34
34
<name >pagehelper 5</name >
206
206
</executions >
207
207
</plugin >
208
208
<!-- GPG mvn clean deploy -P release -Dgpg.passphrase=YourPassphase-->
209
- <!-- < plugin>
209
+ <plugin >
210
210
<groupId >org.apache.maven.plugins</groupId >
211
211
<artifactId >maven-gpg-plugin</artifactId >
212
212
<executions >
218
218
</goals >
219
219
</execution >
220
220
</executions >
221
- </plugin>-->
221
+ </plugin >
222
222
</plugins >
223
223
</build >
224
224
<distributionManagement >
Original file line number Diff line number Diff line change 1
1
##更新日志
2
2
3
- ##4 .2.0 - 2016-12-09
3
+ ##4 .2.1 - 2016-12-11
4
+
5
+ - 解决` SimpleCache ` 类遗留问题导致的错误 [ #143 ] ( http://git.oschina.net/free/Mybatis_PageHelper/issues/143 ) fix by [ dhhua] ( https://github.com/dhhua )
6
+
7
+ ###4 .2.0 - 2016-12-09
4
8
5
9
- 使用新的方式进行分页,4.2版本是从5.0版本分离出来的一个特殊版本,这个版本兼容4.x的所有功能,5.0版本时为了简化分页逻辑,会去掉部分功能,所以4.2是4.x的最后一个版本。
6
10
- 支持 MyBatis 3.1.0+ 版本
You can’t perform that action at this time.
0 commit comments