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 e6ee42e commit 0b7130aCopy full SHA for 0b7130a
pom.xml
@@ -66,8 +66,8 @@
66
</pluginRepositories>
67
68
<properties>
69
- <targetJavaVersion>1.6</targetJavaVersion>
70
- <maven.compiler.source>1.6</maven.compiler.source>
+ <targetJavaVersion>1.7</targetJavaVersion>
+ <maven.compiler.source>1.7</maven.compiler.source>
71
<maven.compiler.target>${targetJavaVersion}</maven.compiler.target>
72
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
73
<github.global.server>github</github.global.server>
0 commit comments