Skip to content

Commit 6dccfc7

Browse files
committed
upgrade version for maven-compiler-plugin
1 parent fce1c2f commit 6dccfc7

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pom.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@
7070
</modules>
7171

7272
<properties>
73+
<maven.compiler.source>1.7</maven.compiler.source>
74+
<maven.compiler.target>1.7</maven.compiler.target>
75+
7376
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
7477
<downloadJavadocs>true</downloadJavadocs>
7578
<downloadSources>true</downloadSources>
@@ -301,10 +304,8 @@
301304
<plugin>
302305
<groupId>org.apache.maven.plugins</groupId>
303306
<artifactId>maven-compiler-plugin</artifactId>
304-
<version>2.3.2</version>
307+
<version>3.6.0</version>
305308
<configuration>
306-
<source>1.7</source>
307-
<target>1.7</target>
308309
<encoding>UTF-8</encoding>
309310
</configuration>
310311
</plugin>

0 commit comments

Comments
 (0)