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 b7815e7 commit 883e122Copy full SHA for 883e122
pom.xml
@@ -208,10 +208,10 @@
208
<plugin>
209
<groupId>org.apache.maven.plugins</groupId>
210
<artifactId>maven-compiler-plugin</artifactId>
211
- <version>3.1</version>
+ <version>3.7.0</version>
212
<configuration>
213
- <source>1.6</source>
214
- <target>1.6</target>
+ <source>1.7</source>
+ <target>1.7</target>
215
<encoding>${project.build.sourceEncoding}</encoding>
216
</configuration>
217
<executions>
0 commit comments