Skip to content

Commit c34ee0f

Browse files
committed
升级jdk
1 parent c085ab5 commit c34ee0f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

APIJSONORM/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55

66
<groupId>com.github.Tencent</groupId>
7-
<artifactId>APIJSON</artifactId>
7+
<artifactId>APIJSON-spring-boot3</artifactId>
88
<version>6.2.0</version>
99
<packaging>jar</packaging>
1010

@@ -14,7 +14,7 @@
1414
<properties>
1515
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1616
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
17-
<java.version>1.8</java.version>
17+
<java.version>17</java.version>
1818
</properties>
1919

2020
<dependencies>
@@ -32,8 +32,8 @@
3232
<artifactId>maven-compiler-plugin</artifactId>
3333
<version>3.8.1</version>
3434
<configuration>
35-
<source>1.8</source>
36-
<target>1.8</target>
35+
<source>17</source>
36+
<target>17</target>
3737
</configuration>
3838
</plugin>
3939

0 commit comments

Comments
 (0)