Update the samples to use 2.0.6 snapshots
This commit is contained in:
@@ -31,7 +31,7 @@ ext {
|
||||
snippetsDir = file('build/generated-snippets')
|
||||
}
|
||||
|
||||
ext['spring-restdocs.version'] = '2.0.5.BUILD-SNAPSHOT'
|
||||
ext['spring-restdocs.version'] = '2.0.6.BUILD-SNAPSHOT'
|
||||
|
||||
dependencies {
|
||||
asciidoctor 'org.springframework.restdocs:spring-restdocs-asciidoctor'
|
||||
|
||||
@@ -31,7 +31,7 @@ ext {
|
||||
snippetsDir = file('build/generated-snippets')
|
||||
}
|
||||
|
||||
ext['spring-restdocs.version'] = '2.0.5.BUILD-SNAPSHOT'
|
||||
ext['spring-restdocs.version'] = '2.0.6.BUILD-SNAPSHOT'
|
||||
|
||||
dependencies {
|
||||
asciidoctor 'org.springframework.restdocs:spring-restdocs-asciidoctor'
|
||||
|
||||
@@ -27,7 +27,7 @@ ext {
|
||||
snippetsDir = file('build/generated-snippets')
|
||||
}
|
||||
|
||||
ext['spring-restdocs.version'] = '2.0.5.BUILD-SNAPSHOT'
|
||||
ext['spring-restdocs.version'] = '2.0.6.BUILD-SNAPSHOT'
|
||||
|
||||
dependencies {
|
||||
compile 'org.springframework.boot:spring-boot-starter-data-jpa'
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<java.version>1.8</java.version>
|
||||
<spring-restdocs.version>2.0.5.BUILD-SNAPSHOT</spring-restdocs.version>
|
||||
<spring-restdocs.version>2.0.6.BUILD-SNAPSHOT</spring-restdocs.version>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
|
||||
@@ -31,7 +31,7 @@ ext {
|
||||
snippetsDir = file('build/generated-snippets')
|
||||
}
|
||||
|
||||
ext['spring-restdocs.version'] = '2.0.5.BUILD-SNAPSHOT'
|
||||
ext['spring-restdocs.version'] = '2.0.6.BUILD-SNAPSHOT'
|
||||
|
||||
dependencies {
|
||||
asciidoctor 'org.springframework.restdocs:spring-restdocs-asciidoctor'
|
||||
|
||||
@@ -31,7 +31,7 @@ ext {
|
||||
snippetsDir = file('build/generated-snippets')
|
||||
}
|
||||
|
||||
ext['spring-restdocs.version'] = '2.0.5.BUILD-SNAPSHOT'
|
||||
ext['spring-restdocs.version'] = '2.0.6.BUILD-SNAPSHOT'
|
||||
|
||||
dependencies {
|
||||
asciidoctor 'org.springframework.restdocs:spring-restdocs-asciidoctor'
|
||||
|
||||
@@ -20,7 +20,7 @@ ext {
|
||||
snippetsDir = file('build/generated-snippets')
|
||||
}
|
||||
|
||||
ext['spring-restdocs.version'] = '2.0.5.BUILD-SNAPSHOT'
|
||||
ext['spring-restdocs.version'] = '2.0.6.BUILD-SNAPSHOT'
|
||||
|
||||
dependencies {
|
||||
compile 'io.projectreactor.ipc:reactor-netty:0.7.1.RELEASE'
|
||||
|
||||
Reference in New Issue
Block a user