Skip to content

Commit

Permalink
升级 APIJSON 6.1.0,自身 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TommyLemon committed Apr 27, 2023
1 parent de55659 commit 0933b81
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>apijson.column</groupId>
<artifactId>apijson-column</artifactId>
<version>1.5.0</version>
<version>1.6.0</version>
<packaging>jar</packaging>

<name>apijson-column</name>
Expand All @@ -29,7 +29,7 @@
<dependency>
<groupId>com.github.Tencent</groupId>
<artifactId>APIJSON</artifactId>
<version>6.0.0</version>
<version>6.1.0</version>
</dependency>
<!-- 可使用 libs 目录的 apijson-orm.jar 来替代,两种方式二选一 >>>>>>>>>> -->

Expand All @@ -40,6 +40,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
Expand Down

0 comments on commit 0933b81

Please sign in to comment.