pom.xml: Upgrade maven-compiler-plugin to 3.5.1

Release Notes - Maven Compiler Plugin - Version 3.5.1

** Bug
    * [MCOMPILER-236] - Compilation error due to MCOMPILER-157 in deploy phase
    * [MCOMPILER-240] - Generated sources directory should not be added to compiler's source roots
    * [MCOMPILER-262] - When using annotationProcessorPaths, the project dependencies must not be added as well

Signed-off-by: Paul Campbell <paulcampbell@fife.ac.uk>
This commit is contained in:
Paul Campbell 2016-02-17 13:51:20 +00:00
parent 5ceb1a7d8e
commit fd5f2e38ce

View file

@ -150,7 +150,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.5</version>
<version>3.5.1</version>
<configuration>
<compilerArgs>
<arg>-Xlint:unchecked</arg>