We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc69f02 commit 82f9a90Copy full SHA for 82f9a90
pom.xml
@@ -28,7 +28,7 @@
28
29
<groupId>com.github.pagehelper</groupId>
30
<artifactId>pagehelper</artifactId>
31
- <version>${pagehelper-version}${version-suffix}-SNAPSHOT</version>
+ <version>6.1.0</version>
32
<packaging>jar</packaging>
33
34
<name>pagehelper 6</name>
@@ -56,12 +56,9 @@
56
</scm>
57
58
<properties>
59
- <pagehelper-version>6.0.1</pagehelper-version>
60
- <version-suffix></version-suffix>
61
-
62
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
63
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
64
- <argLine>-Dfile.encoding=UTF-8</argLine>
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
65
</properties>
66
67
<dependencies>
0 commit comments