From f26bdd32ff31ac4dae27c82da6cb43d72165f84b Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Wed, 13 Jul 2016 17:11:47 -0700 Subject: [PATCH] Downgrade maven-compiler-plugin to 3.5 Revert the previous upgrade due to the MCOMPILER-271 issue. Fixes gh-6391 --- spring-boot-dependencies/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-dependencies/pom.xml b/spring-boot-dependencies/pom.xml index 8d5566b9d91..357efd16923 100644 --- a/spring-boot-dependencies/pom.xml +++ b/spring-boot-dependencies/pom.xml @@ -2429,7 +2429,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.5.1 + 3.5 org.apache.maven.plugins