From e63334ecaf4bbc998fbfae0a779d4246d19d07bd Mon Sep 17 00:00:00 2001 From: Greg Turnquist Date: Fri, 9 Aug 2013 13:18:06 -0500 Subject: [PATCH] Fix maven-compiler-plugin to version 2.3.2 --- README.md | 9 +++++++++ complete/pom.xml | 4 ++++ initial/pom.xml | 9 +++++++++ 3 files changed, 22 insertions(+) diff --git a/README.md b/README.md index 831463a254..29a730055f 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,15 @@ In a project directory of your choosing, create the following subdirectory struc + + + + maven-compiler-plugin + 2.3.2 + + + + spring-snapshots diff --git a/complete/pom.xml b/complete/pom.xml index 4f99c5e196..ede9dde20d 100644 --- a/complete/pom.xml +++ b/complete/pom.xml @@ -30,6 +30,10 @@ + + maven-compiler-plugin + 2.3.2 + org.springframework.boot spring-boot-maven-plugin diff --git a/initial/pom.xml b/initial/pom.xml index f40259867c..7cf86d5b3a 100644 --- a/initial/pom.xml +++ b/initial/pom.xml @@ -24,6 +24,15 @@ + + + + maven-compiler-plugin + 2.3.2 + + + + spring-snapshots