File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 5
5
6
6
<groupId >apijson.orm</groupId >
7
7
<artifactId >apijson-orm</artifactId >
8
- <version >5.0.5 </version >
8
+ <version >5.1.0 </version >
9
9
<packaging >jar</packaging >
10
10
11
11
<name >APIJSONORM</name >
23
23
<artifactId >fastjson</artifactId >
24
24
<version >1.2.79</version >
25
25
</dependency >
26
- <dependency >
27
- <groupId >javax.activation</groupId >
28
- <artifactId >activation</artifactId >
29
- <version >1.1.1</version >
30
- </dependency >
31
26
</dependencies >
32
27
33
28
<build >
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ public class Log {
14
14
15
15
public static boolean DEBUG = true ;
16
16
17
- public static final String VERSION = "5.0 .0" ;
17
+ public static final String VERSION = "5.1 .0" ;
18
18
public static final String KEY_SYSTEM_INFO_DIVIDER = "---|-----APIJSON SYSTEM INFO-----|---" ;
19
19
20
20
//默认的时间格式
You can’t perform that action at this time.
0 commit comments