File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 4
4
<modelVersion >4.0.0</modelVersion >
5
5
6
6
<groupId >com.github.Tencent</groupId >
7
- <artifactId >APIJSON</artifactId >
7
+ <artifactId >APIJSON-spring-boot3 </artifactId >
8
8
<version >6.2.0</version >
9
9
<packaging >jar</packaging >
10
10
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>1.8</java .version>
17
+ <java .version>17</java .version>
18
+ <maven .compiler.source>17</maven .compiler.source>
19
+ <maven .compiler.target>17</maven .compiler.target>
18
20
</properties >
19
21
20
22
<dependencies >
32
34
<artifactId >maven-compiler-plugin</artifactId >
33
35
<version >3.8.1</version >
34
36
<configuration >
35
- <source >1.8 </source >
36
- <target >1.8 </target >
37
+ <source >17 </source >
38
+ <target >17 </target >
37
39
</configuration >
38
40
</plugin >
39
41
You can’t perform that action at this time.
0 commit comments