Skip to content

Commit 0933b81

Browse files
committed
升级 APIJSON 6.1.0,自身 1.6.0
1 parent de55659 commit 0933b81

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>apijson.column</groupId>
77
<artifactId>apijson-column</artifactId>
8-
<version>1.5.0</version>
8+
<version>1.6.0</version>
99
<packaging>jar</packaging>
1010

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

@@ -40,6 +40,7 @@
4040
<plugin>
4141
<groupId>org.apache.maven.plugins</groupId>
4242
<artifactId>maven-compiler-plugin</artifactId>
43+
<version>3.8.1</version>
4344
<configuration>
4445
<source>1.8</source>
4546
<target>1.8</target>

0 commit comments

Comments
 (0)