We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c085ab5 commit c34ee0fCopy full SHA for c34ee0f
1 file changed
APIJSONORM/pom.xml
@@ -4,7 +4,7 @@
4
<modelVersion>4.0.0</modelVersion>
5
6
<groupId>com.github.Tencent</groupId>
7
- <artifactId>APIJSON</artifactId>
+ <artifactId>APIJSON-spring-boot3</artifactId>
8
<version>6.2.0</version>
9
<packaging>jar</packaging>
10
@@ -14,7 +14,7 @@
14
<properties>
15
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
16
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
17
- <java.version>1.8</java.version>
+ <java.version>17</java.version>
18
</properties>
19
20
<dependencies>
@@ -32,8 +32,8 @@
32
<artifactId>maven-compiler-plugin</artifactId>
33
<version>3.8.1</version>
34
<configuration>
35
- <source>1.8</source>
36
- <target>1.8</target>
+ <source>17</source>
+ <target>17</target>
37
</configuration>
38
</plugin>
39
0 commit comments