File tree Expand file tree Collapse file tree 2 files changed +5
-13
lines changed
Expand file tree Collapse file tree 2 files changed +5
-13
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 55
66 <groupId >apijson.column</groupId >
77 <artifactId >apijson-column</artifactId >
8- <version >2.1.0 </version >
8+ <version >2.1.5 </version >
99 <packaging >jar</packaging >
1010
1111 <name >apijson-column</name >
1414 <properties >
1515 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1616 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
17- <java .version>17 </java .version>
17+ <java .version>1.8 </java .version>
1818 <maven .compiler.encoding>UTF-8</maven .compiler.encoding>
19- <maven .compiler.source>17</maven .compiler.source>
20- <maven .compiler.target>17</maven .compiler.target>
2119 </properties >
2220
2321 <dependencies >
3230 <dependency >
3331 <groupId >com.github.Tencent</groupId >
3432 <artifactId >APIJSON</artifactId >
35- <version >7.1.0 </version >
33+ <version >7.5.5 </version >
3634 </dependency >
3735 <!-- 可使用 libs 目录的 apijson-orm.jar 来替代,两种方式二选一 >>>>>>>>>> -->
3836
4543 <artifactId >maven-compiler-plugin</artifactId >
4644 <version >3.12.1</version >
4745 <configuration >
48- <source >17 </source >
49- <target >17 </target >
46+ <source >1.8 </source >
47+ <target >1.8 </target >
5048 </configuration >
5149 </plugin >
5250 </plugins >
You can’t perform that action at this time.
0 commit comments