Skip to content

Commit

Permalink
发布6.1.0,jsqlparser直接依赖都是中间接口,可以通过SPI替换默认实现。
Browse files Browse the repository at this point in the history
  • Loading branch information
pagehelper committed Dec 16, 2023
1 parent bc69f02 commit 82f9a90
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

<groupId>com.github.pagehelper</groupId>
<artifactId>pagehelper</artifactId>
<version>${pagehelper-version}${version-suffix}-SNAPSHOT</version>
<version>6.1.0</version>
<packaging>jar</packaging>

<name>pagehelper 6</name>
Expand Down Expand Up @@ -56,12 +56,9 @@
</scm>

<properties>
<pagehelper-version>6.0.1</pagehelper-version>
<version-suffix></version-suffix>

<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<argLine>-Dfile.encoding=UTF-8</argLine>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

<dependencies>
Expand Down

0 comments on commit 82f9a90

Please sign in to comment.