We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa520b8 commit e14f6c6Copy full SHA for e14f6c6
1 file changed
APIJSON-Java-Server/APIJSONFinal/pom.xml
@@ -4,7 +4,7 @@
4
<groupId>apijson.jfinal</groupId>
5
<artifactId>apijson-final</artifactId>
6
<packaging>jar</packaging>
7
- <version>4.6.0</version>
+ <version>4.6.3</version>
8
<name>Demo project for APIJSON Server based on JFinal</name>
9
<url>http://maven.apache.org</url>
10
<dependencies>
@@ -26,12 +26,12 @@
26
<dependency>
27
<groupId>com.github.Tencent</groupId>
28
<artifactId>APIJSON</artifactId>
29
+ <version>4.6.1</version>
30
</dependency>
31
32
<groupId>com.github.APIJSON</groupId>
33
<artifactId>apijson-framework</artifactId>
34
35
36
<!-- 可使用 libs 目录的 apijson-orm.jar 和 apijson-framework.jar 来替代,两种方式二选一 >>>>>>>>>> -->
37
0 commit comments