From fac2d41295ea861b5d00ebe0053babb344339ab9 Mon Sep 17 00:00:00 2001 From: Huang YunKun Date: Tue, 14 Jul 2015 20:55:19 +0800 Subject: [PATCH] Fix jdk version requirement Closes gh-3484 --- CONTRIBUTING.adoc | 2 +- README.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 100755 CONTRIBUTING.adoc mode change 100644 => 100755 README.adoc diff --git a/CONTRIBUTING.adoc b/CONTRIBUTING.adoc old mode 100644 new mode 100755 index 3a4a3b2068..b872c681c5 --- a/CONTRIBUTING.adoc +++ b/CONTRIBUTING.adoc @@ -54,7 +54,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.6 or above and JDK 1.7. +http://maven.apache.org/run-maven/index.html[Apache Maven] v3.0.6 or above and JDK 1.8. diff --git a/README.adoc b/README.adoc old mode 100644 new mode 100755 index 3897ad1116..13fc97aa7c --- a/README.adoc +++ b/README.adoc @@ -93,7 +93,7 @@ requests. If you want to raise an issue, please follow the recommendations bello 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. You also need JDK 1.7 (although Boot applications can run on Java 1.6). +v3.0.5 or above. You also need JDK 1.8 (although Boot applications can run on Java 1.6). [indent=0] ----