Skip to content

Commit

Permalink
升级 APIJSON 和自身版本至 5.1.0,升级 UnitAuto 至 2.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
TommyLemon committed May 3, 2022
1 parent 0dfed3a commit 6c0fe8a
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright ©2020 APIJSON
Copyright ©2020 APIJSON(https://github.com/APIJSON)

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
Binary file removed libs/apijson-orm-4.8.0.jar
Binary file not shown.
Binary file added libs/apijson-orm-5.1.0.jar
Binary file not shown.
Binary file removed libs/unitauto-2.6.3.jar
Binary file not shown.
Binary file added libs/unitauto-2.7.2.jar
Binary file not shown.
Binary file not shown.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

<groupId>apijson.framework</groupId>
<artifactId>apijson-framework</artifactId>
<version>5.0.5</version>
<version>5.1.0</version>
<packaging>jar</packaging>

<name>APIJSONFramework</name>
<description>APIJSON Server Framework</description>
<description>APIJSON Server Framework, simplify use for APIJSON</description>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand All @@ -31,11 +31,11 @@
</dependency>

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

<!-- 数据库 JDBC 驱动 <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< -->
<dependency>
Expand Down

0 comments on commit 6c0fe8a

Please sign in to comment.