Skip to content

Commit 82f9a90

Browse files
committed
发布6.1.0,jsqlparser直接依赖都是中间接口,可以通过SPI替换默认实现。
1 parent bc69f02 commit 82f9a90

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

pom.xml

Lines changed: 2 additions & 5 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>${pagehelper-version}${version-suffix}-SNAPSHOT</version>
31+
<version>6.1.0</version>
3232
<packaging>jar</packaging>
3333

3434
<name>pagehelper 6</name>
@@ -56,12 +56,9 @@
5656
</scm>
5757

5858
<properties>
59-
<pagehelper-version>6.0.1</pagehelper-version>
60-
<version-suffix></version-suffix>
61-
6259
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
6360
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
64-
<argLine>-Dfile.encoding=UTF-8</argLine>
61+
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
6562
</properties>
6663

6764
<dependencies>

0 commit comments

Comments
 (0)