Update the samples to use the latest snapshots
This commit is contained in:
@@ -30,7 +30,7 @@ ext {
|
||||
snippetsDir = file('build/generated-snippets')
|
||||
}
|
||||
|
||||
ext['spring-restdocs.version'] = '1.2.2.BUILD-SNAPSHOT'
|
||||
ext['spring-restdocs.version'] = '1.2.3.BUILD-SNAPSHOT'
|
||||
|
||||
dependencies {
|
||||
compile 'org.springframework.boot:spring-boot-starter-web'
|
||||
|
||||
@@ -21,7 +21,7 @@ apply plugin: "idea"
|
||||
apply plugin: "org.grails.grails-web"
|
||||
|
||||
ext {
|
||||
restDocsVersion = "1.2.2.BUILD-SNAPSHOT"
|
||||
restDocsVersion = "1.2.3.BUILD-SNAPSHOT"
|
||||
snippetsDir = file('src/docs/generated-snippets')
|
||||
}
|
||||
|
||||
|
||||
@@ -26,7 +26,7 @@ ext {
|
||||
snippetsDir = file('build/generated-snippets')
|
||||
}
|
||||
|
||||
ext['spring-restdocs.version'] = '1.2.2.BUILD-SNAPSHOT'
|
||||
ext['spring-restdocs.version'] = '1.2.3.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.7</java.version>
|
||||
<spring-restdocs.version>1.2.2.BUILD-SNAPSHOT</spring-restdocs.version>
|
||||
<spring-restdocs.version>1.2.3.BUILD-SNAPSHOT</spring-restdocs.version>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
|
||||
@@ -30,7 +30,7 @@ ext {
|
||||
snippetsDir = file('build/generated-snippets')
|
||||
}
|
||||
|
||||
ext['spring-restdocs.version'] = '1.2.2.BUILD-SNAPSHOT'
|
||||
ext['spring-restdocs.version'] = '1.2.3.BUILD-SNAPSHOT'
|
||||
|
||||
dependencies {
|
||||
asciidoctor "org.springframework.restdocs:spring-restdocs-asciidoctor:${project.ext['spring-restdocs.version']}"
|
||||
|
||||
@@ -30,7 +30,7 @@ ext {
|
||||
snippetsDir = file('build/generated-snippets')
|
||||
}
|
||||
|
||||
ext['spring-restdocs.version'] = '1.2.2.BUILD-SNAPSHOT'
|
||||
ext['spring-restdocs.version'] = '1.2.3.BUILD-SNAPSHOT'
|
||||
|
||||
dependencies {
|
||||
asciidoctor "org.springframework.restdocs:spring-restdocs-asciidoctor:${project.ext['spring-restdocs.version']}"
|
||||
|
||||
Reference in New Issue
Block a user