From 23737a4516a2e582b2010ea58cf10d25620035b1 Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Tue, 14 May 2013 08:54:25 -0500 Subject: [PATCH] Update the README to use JDK1.8 b88 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 78a45b95451..96793d34c96 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ a cross-platform, self-contained bootstrap mechanism for the build. ### prerequisites -[Git][] and the latest [Early Access build of OpenJDK 1.8][JDK18]. +[Git][] and [Early Access build of OpenJDK 1.8 build 88][JDK18 build 88]. ### check out sources `git clone git://github.com/SpringSource/spring-framework.git` @@ -85,7 +85,7 @@ The Spring Framework is released under version 2.0 of the [Apache License][]. [Gradle]: http://gradle.org [`./gradlew`]: http://vimeo.com/34436402 [Git]: http://help.github.com/set-up-git-redirect -[JDK18]: http://jdk8.java.net/download.html +[JDK18 build 88]: https://jdk8.java.net/archive/8-b88.html [Gradle build and release FAQ]: https://github.com/SpringSource/spring-framework/wiki/Gradle-build-and-release-FAQ [Pull requests]: http://help.github.com/send-pull-requests [contributor guidelines]: https://github.com/SpringSource/spring-framework/blob/master/CONTRIBUTING.md