Merge "Added -source 1.6 to pom.xml"

This commit is contained in:
Jenkins 2013-10-05 17:41:38 +00:00 committed by Gerrit Code Review
commit f86a83b1ed
1 changed files with 8 additions and 0 deletions

View File

@ -87,6 +87,14 @@
<dependencyLocationsEnabled>false</dependencyLocationsEnabled>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.6</source>
<target>1.6</target>
</configuration>
</plugin>
</plugins>
</build>