Skip to content

Commit 721327e

Browse files
committed
发布 1.2.11,升级依赖版本
1 parent ca3c7a3 commit 721327e

File tree

5 files changed

+16
-9
lines changed

5 files changed

+16
-9
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,17 @@ Add the following dependency to your pom.xml:
1414
<dependency>
1515
<groupId>com.github.pagehelper</groupId>
1616
<artifactId>pagehelper-spring-boot-starter</artifactId>
17-
<version>1.2.10</version>
17+
<version>1.2.11</version>
1818
</dependency>
1919
```
2020

21+
## v1.2.11 - 2019-05-29
22+
23+
- 升级 PageHelper 到 5.1.9
24+
- 升级 MyBatis 到 3.5.1
25+
- 升级 MyBatis Starter 到 2.0.1
26+
- 升级 springboot 到 2.1.5.RELEASE
27+
2128
## v1.2.10 - 2018-11-11
2229

2330
- 升级 PageHelper 到 5.1.8

pagehelper-spring-boot-autoconfigure/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<parent>
3030
<groupId>com.github.pagehelper</groupId>
3131
<artifactId>pagehelper-spring-boot</artifactId>
32-
<version>1.2.10</version>
32+
<version>1.2.11</version>
3333
</parent>
3434
<artifactId>pagehelper-spring-boot-autoconfigure</artifactId>
3535
<name>pagehelper-spring-boot-autoconfigure</name>

pagehelper-spring-boot-samples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<parent>
3030
<groupId>com.github.pagehelper</groupId>
3131
<artifactId>pagehelper-spring-boot</artifactId>
32-
<version>1.2.10</version>
32+
<version>1.2.11</version>
3333
</parent>
3434
<artifactId>pagehelper-spring-boot-samples</artifactId>
3535
<packaging>pom</packaging>

pagehelper-spring-boot-starter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<parent>
3030
<groupId>com.github.pagehelper</groupId>
3131
<artifactId>pagehelper-spring-boot</artifactId>
32-
<version>1.2.10</version>
32+
<version>1.2.11</version>
3333
</parent>
3434
<artifactId>pagehelper-spring-boot-starter</artifactId>
3535
<name>pagehelper-spring-boot-starter</name>

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
<groupId>com.github.pagehelper</groupId>
3131
<artifactId>pagehelper-spring-boot</artifactId>
32-
<version>1.2.10</version>
32+
<version>1.2.11</version>
3333
<packaging>pom</packaging>
3434

3535
<name>pagehelper-spring-boot</name>
@@ -63,10 +63,10 @@
6363
</modules>
6464

6565
<properties>
66-
<mybatis.version>3.4.6</mybatis.version>
67-
<pagehelper.version>5.1.8</pagehelper.version>
68-
<mybatis-spring-boot.version>1.3.2</mybatis-spring-boot.version>
69-
<spring-boot.version>2.0.1.RELEASE</spring-boot.version>
66+
<mybatis.version>3.5.1</mybatis.version>
67+
<pagehelper.version>5.1.9</pagehelper.version>
68+
<mybatis-spring-boot.version>2.0.1</mybatis-spring-boot.version>
69+
<spring-boot.version>2.1.5.RELEASE</spring-boot.version>
7070
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
7171
</properties>
7272

0 commit comments

Comments
 (0)