Skip to content

Commit

Permalink
升级 APIJSON 及 apijson-framework 6.4.3-springboot3,Maven 3.12.1,自身 1.9.…
Browse files Browse the repository at this point in the history
…0-springboot3
  • Loading branch information
TommyLemon authored Mar 12, 2024
1 parent ec56ba5 commit c457479
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>apijson.router</groupId>
<artifactId>apijson-router</artifactId>
<version>1.8.0</version>
<version>1.9.0-springboot3</version>
<packaging>jar</packaging>

<name>APIJSONRouter</name>
Expand All @@ -14,7 +14,10 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>1.8</java.version>
<java.version>17</java.version>
<maven.compiler.encoding>UTF-8</maven.compiler.encoding>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
</properties>

<dependencies>
Expand All @@ -34,12 +37,12 @@
<dependency>
<groupId>com.github.Tencent</groupId>
<artifactId>APIJSON</artifactId>
<version>6.3.0</version>
<version>6.4.3-springboot3</version>
</dependency>
<dependency>
<groupId>com.github.APIJSON</groupId>
<artifactId>apijson-framework</artifactId>
<version>6.3.0</version>
<version>6.4.3-springboot3</version>
</dependency>
</dependencies>

Expand All @@ -48,10 +51,10 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<version>3.12.1</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
<source>17</source>
<target>17</target>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit c457479

Please sign in to comment.