Skip to content

Commit

Permalink
Clarify requirements for building from source
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Syer committed Mar 31, 2014
1 parent 1d0eea1 commit 05432c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]
----
Expand Down

0 comments on commit 05432c2

Please sign in to comment.