1
mirror of https://github.com/CarmJos/EasyPlugin.git synced 2026-06-04 16:48:16 +08:00

[v1.3.7] 版本更新

- [F] 修复Javadoc内容不继承的问题。
- [U] 更新 EasySQL 版本到 0.3.1 。
This commit is contained in:
2022-01-26 04:22:49 +08:00
parent fe34bbc17d
commit 5ea196b6df
12 changed files with 18 additions and 16 deletions
+2 -2
View File
@@ -5,7 +5,7 @@
<parent>
<artifactId>easyplugin-parent</artifactId>
<groupId>cc.carm.lib</groupId>
<version>1.3.6</version>
<version>1.3.7</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -54,7 +54,7 @@
<dependency>
<groupId>cc.carm.lib</groupId>
<artifactId>easysql-beecp</artifactId>
<version>0.3.0</version>
<version>0.3.1</version>
<optional>true</optional>
<scope>compile</scope>
</dependency>