Skip to content
Snippets Groups Projects
Commit e6e587ce authored by Tim Molter's avatar Tim Molter
Browse files

Java 5 -> 6

parent d770d980
Branches
No related tags found
No related merge requests found
......@@ -160,14 +160,14 @@
<build>
<plugins>
<!-- Ensure compilation is done under Java 5 in all environments -->
<!-- Ensure compilation is done under Java 6 in all environments -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.2</version>
<configuration>
<source>1.5</source>
<target>1.5</target>
<source>1.6</source>
<target>1.6</target>
<showDeprecation>true</showDeprecation>
<showWarnings>true</showWarnings>
</configuration>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment