Upgrade samples to use 2.0.1 snapshots

This commit is contained in:
Andy Wilkinson
2017-11-28 08:55:46 +00:00
parent 4a54c401aa
commit bd3d253a2c
8 changed files with 8 additions and 8 deletions

View File

@@ -34,7 +34,7 @@ ext {
junitJupiterVersion = '5.0.0'
}
ext['spring-restdocs.version'] = '2.0.0.BUILD-SNAPSHOT'
ext['spring-restdocs.version'] = '2.0.1.BUILD-SNAPSHOT'
dependencies {
asciidoctor "org.springframework.restdocs:spring-restdocs-asciidoctor:${project.ext['spring-restdocs.version']}"

View File

@@ -31,7 +31,7 @@ ext {
snippetsDir = file('build/generated-snippets')
}
ext['spring-restdocs.version'] = '2.0.0.BUILD-SNAPSHOT'
ext['spring-restdocs.version'] = '2.0.1.BUILD-SNAPSHOT'
dependencies {
compile 'org.springframework.boot:spring-boot-starter-web'

View File

@@ -21,7 +21,7 @@ apply plugin: "idea"
apply plugin: "org.grails.grails-web"
ext {
restDocsVersion = "2.0.0.BUILD-SNAPSHOT"
restDocsVersion = "2.0.1.BUILD-SNAPSHOT"
snippetsDir = file('src/docs/generated-snippets')
}

View File

@@ -27,7 +27,7 @@ ext {
snippetsDir = file('build/generated-snippets')
}
ext['spring-restdocs.version'] = '2.0.0.BUILD-SNAPSHOT'
ext['spring-restdocs.version'] = '2.0.1.BUILD-SNAPSHOT'
dependencies {
compile 'org.springframework.boot:spring-boot-starter-data-jpa'

View File

@@ -18,7 +18,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>1.8</java.version>
<spring-restdocs.version>2.0.0.BUILD-SNAPSHOT</spring-restdocs.version>
<spring-restdocs.version>2.0.1.BUILD-SNAPSHOT</spring-restdocs.version>
</properties>
<dependencies>

View File

@@ -31,7 +31,7 @@ ext {
snippetsDir = file('build/generated-snippets')
}
ext['spring-restdocs.version'] = '2.0.0.BUILD-SNAPSHOT'
ext['spring-restdocs.version'] = '2.0.1.BUILD-SNAPSHOT'
dependencies {
asciidoctor "org.springframework.restdocs:spring-restdocs-asciidoctor:${project.ext['spring-restdocs.version']}"

View File

@@ -31,7 +31,7 @@ ext {
snippetsDir = file('build/generated-snippets')
}
ext['spring-restdocs.version'] = '2.0.0.BUILD-SNAPSHOT'
ext['spring-restdocs.version'] = '2.0.1.BUILD-SNAPSHOT'
dependencies {
asciidoctor "org.springframework.restdocs:spring-restdocs-asciidoctor:${project.ext['spring-restdocs.version']}"

View File

@@ -20,7 +20,7 @@ ext {
snippetsDir = file('build/generated-snippets')
}
ext['spring-restdocs.version'] = '2.0.0.BUILD-SNAPSHOT'
ext['spring-restdocs.version'] = '2.0.1.BUILD-SNAPSHOT'
dependencies {
compile 'io.projectreactor.ipc:reactor-netty:0.7.1.RELEASE'