Skip to content

Commit

Permalink
update jdk 11
Browse files Browse the repository at this point in the history
  • Loading branch information
weihubeats committed Dec 26, 2023
1 parent 338a004 commit 242efcb
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 13 deletions.
7 changes: 1 addition & 6 deletions spring-boot-nebula-aggregate/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,7 @@
</parent>

<artifactId>spring-boot-nebula-aggregate</artifactId>

<properties>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>


<dependencies>

Expand Down
4 changes: 0 additions & 4 deletions spring-boot-nebula-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@

<artifactId>spring-boot-nebula-common</artifactId>

<properties>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
</properties>

<dependencies>

Expand Down
6 changes: 3 additions & 3 deletions spring-boot-nebula-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@

<properties>
<revision>0.0.01</revision>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>1.8</java.version>
<java.version>11</java.version>
<spring-boot.version>2.7.0</spring-boot.version>
<lombok.version>1.18.4</lombok.version>
<flatten-maven-plugin.version>1.2.7</flatten-maven-plugin.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.deploy.skip>true</maven.deploy.skip>

</properties>

<dependencies>
Expand Down

0 comments on commit 242efcb

Please sign in to comment.