Skip to content

Commit b84bd00

Browse files
committed
Upgrade Maven Compiler Plugin to version 3.10.1
1 parent 73732ee commit b84bd00

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
<spring-boot.version>2.2.0.RELEASE</spring-boot.version>
5555
<identifier.version>1.1.0-SNAPSHOT</identifier.version>
5656

57-
<maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>
57+
<maven-compiler-plugin.version>3.10.1</maven-compiler-plugin.version>
5858
<maven-surefire-plugin.version>2.22.2</maven-surefire-plugin.version>
5959
<maven-checkstyle-plugin.version>3.1.2</maven-checkstyle-plugin.version>
6060
<maven-source-plugin.version>3.2.1</maven-source-plugin.version>
@@ -122,7 +122,6 @@
122122
<encoding>${project.build.sourceEncoding}</encoding>
123123
<showDeprecation>true</showDeprecation>
124124
<showWarnings>true</showWarnings>
125-
<optimize>true</optimize>
126125
</configuration>
127126
</plugin>
128127
<plugin>

0 commit comments

Comments
 (0)