Skip to content

Commit 6c0fe8a

Browse files
committed
升级 APIJSON 和自身版本至 5.1.0,升级 UnitAuto 至 2.7.2
1 parent 0dfed3a commit 6c0fe8a

File tree

7 files changed

+6
-6
lines changed

7 files changed

+6
-6
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright ©2020 APIJSON
189+
Copyright ©2020 APIJSON(https://github.com/APIJSON)
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

libs/apijson-orm-4.8.0.jar

-312 KB
Binary file not shown.

libs/apijson-orm-5.1.0.jar

356 KB
Binary file not shown.

libs/unitauto-2.6.3.jar

-83.9 KB
Binary file not shown.

libs/unitauto-2.7.2.jar

95.7 KB
Binary file not shown.

pom.xml

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

66
<groupId>apijson.framework</groupId>
77
<artifactId>apijson-framework</artifactId>
8-
<version>5.0.5</version>
8+
<version>5.1.0</version>
99
<packaging>jar</packaging>
1010

1111
<name>APIJSONFramework</name>
12-
<description>APIJSON Server Framework</description>
12+
<description>APIJSON Server Framework, simplify use for APIJSON</description>
1313

1414
<properties>
1515
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -31,11 +31,11 @@
3131
</dependency>
3232

3333
<!-- 可使用 libs 目录的 apijson-orm.jar 来替代,两种方式二选一 -->
34-
<!-- <dependency>
34+
<dependency>
3535
<groupId>com.github.Tencent</groupId>
3636
<artifactId>APIJSON</artifactId>
37-
<version>5.0.0</version>
38-
</dependency> -->
37+
<version>5.1.0</version>
38+
</dependency>
3939

4040
<!-- 数据库 JDBC 驱动 <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< -->
4141
<dependency>

0 commit comments

Comments
 (0)