8000 更新版本和文档 · coder-zhw/Mybatis-PageHelper@e0c97f6 · GitHub
[go: up one dir, main page]

Skip to content

Commit e0c97f6

Browse files
committed
更新版本和文档
1 parent e4ac39c commit e0c97f6

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,10 @@
6767

6868
- http://repo1.maven.org/maven2/com/github/jsqlparser/jsqlparser/0.9.1/
6969

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+
7074
##4.2.0
7175

7276
- 使用新的方式进行分页,4.2版本是从5.0版本分离出来的一个特殊版本,这个版本兼容4.x的所有功能,5.0版本时为了简化分页逻辑,会去掉部分功能,所以4.2是4.x的最后一个版本。

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
<groupId>com.github.pagehelper</groupId>
3030
<artifactId>pagehelper</artifactId>
31-
<version>4.2.0</version>
31+
<version>4.2.1</version>
3232
<packaging>jar</packaging>
3333

3434
<name>pagehelper 5</name>
@@ -206,7 +206,7 @@
206206
</executions>
207207
</plugin>
208208
<!-- GPG mvn clean deploy -P release -Dgpg.passphrase=YourPassphase-->
209-
<!--<plugin>
209+
<plugin>
210210
<groupId>org.apache.maven.plugins</groupId>
211211
<artifactId>maven-gpg-plugin</artifactId>
212212
<executions>
@@ -218,7 +218,7 @@
218218
</goals>
219219
</execution>
220220
</executions>
221-
</plugin>-->
221+
</plugin>
222222
</plugins>
223223
</build>
224224
<distributionManagement>

wikis/Changelog.markdown

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
##更新日志
22

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
48

59
- 使用新的方式进行分页,4.2版本是从5.0版本分离出来的一个特殊版本,这个版本兼容4.x的所有功能,5.0版本时为了简化分页逻辑,会去掉部分功能,所以4.2是4.x的最后一个版本。
610
- 支持 MyBatis 3.1.0+ 版本

0 commit comments

Comments
 (0)
0