Update Java version to 1.7 in generated pom

This fixes #2607 and brings the Java version in the generated pom
to match the version in the generated build.gradle.
This commit is contained in:
Scott Kirkpatrick
2016-04-22 11:47:34 -07:00
parent aa6d0cc9e4
commit bf35d57178

View File

@@ -97,8 +97,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</version>
<configuration>
<source>1.6</source>
<target>1.6</target>
<source>1.7</source>
<target>1.7</target>
</configuration>
</plugin>
</plugins>