From fd5f2e38ce553041d525a4628bb6bc1112f4c8b7 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Wed, 17 Feb 2016 13:51:20 +0000 Subject: [PATCH] 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 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 707d504..43b4865 100644 --- a/pom.xml +++ b/pom.xml @@ -150,7 +150,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.5 + 3.5.1 -Xlint:unchecked