Upgrade to Spring Framework 5.0.2.RELEASE

Closes gh-458
This commit is contained in:
Andy Wilkinson
2017-11-28 07:20:53 +00:00
parent 73970cafe8
commit 11da628066
2 changed files with 2 additions and 3 deletions

View File

@@ -16,7 +16,6 @@ allprojects {
group = 'org.springframework.restdocs'
repositories {
mavenCentral()
maven { url 'https://repo.spring.io/libs-snapshot' }
}
}
@@ -35,7 +34,7 @@ sonarqube {
}
ext {
springVersion = '5.0.2.BUILD-SNAPSHOT'
springVersion = '5.0.2.RELEASE'
javadocLinks = [
'http://docs.oracle.com/javase/8/docs/api/',
"http://docs.spring.io/spring-framework/docs/$springVersion/javadoc-api/",

View File

@@ -83,7 +83,7 @@ If you want to jump straight in, a number of sample applications are available:
Spring REST Docs has the following minimum requirements:
- Java 8
- Spring Framework 5
- Spring Framework 5 (5.0.2 or later)
Additionally, the `spring-restdocs-restassured` module has the following minimum
requirements: