update maven-compiler-plugin to version 2.4

This commit is contained in:
Sebastian Sdorra
2012-05-13 18:59:01 +02:00
parent 6a3353e1ab
commit df3cff1ef9

View File

@@ -146,7 +146,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</version>
<version>2.4</version>
<configuration>
<source>${project.build.javaLevel}</source>
<target>${project.build.javaLevel}</target>