Skip to content

Commit 05432c2

Browse files
author
Dave Syer
committed
Clarify requirements for building from source
1 parent 1d0eea1 commit 05432c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CONTRIBUTING.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ should also work without issue.
4141

4242
=== Building from source
4343
To build the source you will need to install
44-
http://maven.apache.org/run-maven/index.html[Apache Maven] v3.0 or above.
44+
http://maven.apache.org/run-maven/index.html[Apache Maven] v3.0.6 or above and JDK 1.7.
4545

4646
==== Default build
4747
The project can be built from the root directory using the standard maven command:

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Having trouble with Spring Boot, We'd like to help!
7676
You don't need to build from source to use Spring Boot (binaries in
7777
http://repo.spring.io[repo.spring.io], but if you want to try out the latest and greatest,
7878
Spring Boot can be http://maven.apache.org/run-maven/index.html[built with maven]
79-
v3.0.5 or above.
79+
v3.0.5 or above. You also need JDK 1.7 (although Boot applications can run on Java 1.6).
8080

8181
[indent=0]
8282
----

0 commit comments

Comments
 (0)