Update samples following the release of 1.1.0.RELEASE

This commit is contained in:
Andy Wilkinson
2016-06-23 15:41:22 +01:00
parent 41b7fd63f6
commit 857525954b
6 changed files with 6 additions and 6 deletions

View File

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

View File

@@ -31,7 +31,7 @@ apply plugin: "org.grails.grails-web"
ext {
grailsVersion = project.grailsVersion
gradleWrapperVersion = project.gradleWrapperVersion
restDocsVersion = "1.1.0.BUILD-SNAPSHOT"
restDocsVersion = "1.1.1.BUILD-SNAPSHOT"
snippetsDir = file('src/docs/generated-snippets')
}

View File

@@ -26,7 +26,7 @@ ext {
snippetsDir = file('build/generated-snippets')
}
ext['spring-restdocs.version'] = '1.1.0.BUILD-SNAPSHOT'
ext['spring-restdocs.version'] = '1.1.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.7</java.version>
<spring-restdocs.version>1.1.0.BUILD-SNAPSHOT</spring-restdocs.version>
<spring-restdocs.version>1.1.1.BUILD-SNAPSHOT</spring-restdocs.version>
</properties>
<dependencies>

View File

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

View File

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