Update the samples to build against 1.0.2 snapshots
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<java.version>1.7</java.version>
|
||||
<spring-restdocs.version>1.0.1.BUILD-SNAPSHOT</spring-restdocs.version>
|
||||
<spring-restdocs.version>1.0.2.BUILD-SNAPSHOT</spring-restdocs.version>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
|
||||
@@ -28,7 +28,7 @@ targetCompatibility = 1.7
|
||||
|
||||
ext {
|
||||
snippetsDir = file('build/generated-snippets')
|
||||
springRestdocsVersion = '1.0.1.BUILD-SNAPSHOT'
|
||||
springRestdocsVersion = '1.0.2.BUILD-SNAPSHOT'
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
||||
Reference in New Issue
Block a user