From 05432c27fa397c320d05cb804b1bab92bb587025 Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Mon, 31 Mar 2014 09:24:09 +0100 Subject: [PATCH] Clarify requirements for building from source --- CONTRIBUTING.adoc | 2 +- README.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.adoc b/CONTRIBUTING.adoc index 5b08a31fded..c06ebc440a0 100644 --- a/CONTRIBUTING.adoc +++ b/CONTRIBUTING.adoc @@ -41,7 +41,7 @@ should also work without issue. === Building from source To build the source you will need to install -http://maven.apache.org/run-maven/index.html[Apache Maven] v3.0 or above. +http://maven.apache.org/run-maven/index.html[Apache Maven] v3.0.6 or above and JDK 1.7. ==== Default build The project can be built from the root directory using the standard maven command: diff --git a/README.adoc b/README.adoc index cea3c0c0782..4a07dcaeb27 100644 --- a/README.adoc +++ b/README.adoc @@ -76,7 +76,7 @@ Having trouble with Spring Boot, We'd like to help! You don't need to build from source to use Spring Boot (binaries in http://repo.spring.io[repo.spring.io], but if you want to try out the latest and greatest, Spring Boot can be http://maven.apache.org/run-maven/index.html[built with maven] -v3.0.5 or above. +v3.0.5 or above. You also need JDK 1.7 (although Boot applications can run on Java 1.6). [indent=0] ----