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:
parent
5ceb1a7d8e
commit
fd5f2e38ce
1 changed files with 1 additions and 1 deletions
2
pom.xml
2
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue