File tree 2 files changed +5
-13
lines changed
2 files changed +5
-13
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 5
5
6
6
<groupId >apijson.column</groupId >
7
7
<artifactId >apijson-column</artifactId >
8
- <version >2.1.0 </version >
8
+ <version >2.1.5 </version >
9
9
<packaging >jar</packaging >
10
10
11
11
<name >apijson-column</name >
14
14
<properties >
15
15
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
16
16
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
17
- <java .version>17 </java .version>
17
+ <java .version>1.8 </java .version>
18
18
<maven .compiler.encoding>UTF-8</maven .compiler.encoding>
19
- <maven .compiler.source>17</maven .compiler.source>
20
- <maven .compiler.target>17</maven .compiler.target>
21
19
</properties >
22
20
23
21
<dependencies >
32
30
<dependency >
33
31
<groupId >com.github.Tencent</groupId >
34
32
<artifactId >APIJSON</artifactId >
35
- <version >7.1.0 </version >
33
+ <version >7.5.5 </version >
36
34
</dependency >
37
35
<!-- 可使用 libs 目录的 apijson-orm.jar 来替代,两种方式二选一 >>>>>>>>>> -->
38
36
45
43
<artifactId >maven-compiler-plugin</artifactId >
46
44
<version >3.12.1</version >
47
45
<configuration >
48
- <source >17 </source >
49
- <target >17 </target >
46
+ <source >1.8 </source >
47
+ <target >1.8 </target >
50
48
</configuration >
51
49
</plugin >
52
50
</plugins >
You can’t perform that action at this time.
0 commit comments