Upgrade to Spring Framework 5.0.2.RELEASE
Closes gh-458
This commit is contained in:
@@ -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/",
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user