We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fce1c2f commit 6dccfc7Copy full SHA for 6dccfc7
pom.xml
@@ -70,6 +70,9 @@
70
</modules>
71
72
<properties>
73
+ <maven.compiler.source>1.7</maven.compiler.source>
74
+ <maven.compiler.target>1.7</maven.compiler.target>
75
+
76
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
77
<downloadJavadocs>true</downloadJavadocs>
78
<downloadSources>true</downloadSources>
@@ -301,10 +304,8 @@
301
304
<plugin>
302
305
<groupId>org.apache.maven.plugins</groupId>
303
306
<artifactId>maven-compiler-plugin</artifactId>
- <version>2.3.2</version>
307
+ <version>3.6.0</version>
308
<configuration>
- <source>1.7</source>
- <target>1.7</target>
309
<encoding>UTF-8</encoding>
310
</configuration>
311
</plugin>
0 commit comments