Skip to content

Commit f07dfc5

Browse files
committed
发布 1.2.12,升级 PageHelper 到 5.1.10
1 parent 721327e commit f07dfc5

File tree

5 files changed

+9
-5
lines changed

5 files changed

+9
-5
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,14 @@ 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.11</version>
17+
<version>1.2.12</version>
1818
</dependency>
1919
```
2020

21+
## v1.2.12 - 2019-06-05
22+
23+
- 升级 PageHelper 到 5.1.10
24+
2125
## v1.2.11 - 2019-05-29
2226

2327
- 升级 PageHelper 到 5.1.9

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.11</version>
32+
<version>1.2.12</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.11</version>
32+
<version>1.2.12</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.11</version>
32+
<version>1.2.12</version>
3333
</parent>
3434
<artifactId>pagehelper-spring-boot-starter</artifactId>
3535
<name>pagehelper-spring-boot-starter</name>

pom.xml

Lines changed: 1 addition & 1 deletion
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.11</version>
32+
<version>1.2.12</version>
3333
<packaging>pom</packaging>
3434

3535
<name>pagehelper-spring-boot</name>

0 commit comments

Comments
 (0)