Skip to content

Commit d1881c3

Browse files
committed
Update the samples to use the latest snapshots
1 parent f6002a0 commit d1881c3

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

samples/rest-assured/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ ext {
3030
snippetsDir = file('build/generated-snippets')
3131
}
3232

33-
ext['spring-restdocs.version'] = '1.2.2.BUILD-SNAPSHOT'
33+
ext['spring-restdocs.version'] = '1.2.3.BUILD-SNAPSHOT'
3434

3535
dependencies {
3636
compile 'org.springframework.boot:spring-boot-starter-web'

samples/rest-notes-grails/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ apply plugin: "idea"
2121
apply plugin: "org.grails.grails-web"
2222

2323
ext {
24-
restDocsVersion = "1.2.2.BUILD-SNAPSHOT"
24+
restDocsVersion = "1.2.3.BUILD-SNAPSHOT"
2525
snippetsDir = file('src/docs/generated-snippets')
2626
}
2727

samples/rest-notes-slate/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ ext {
2626
snippetsDir = file('build/generated-snippets')
2727
}
2828

29-
ext['spring-restdocs.version'] = '1.2.2.BUILD-SNAPSHOT'
29+
ext['spring-restdocs.version'] = '1.2.3.BUILD-SNAPSHOT'
3030

3131
dependencies {
3232
compile 'org.springframework.boot:spring-boot-starter-data-jpa'

samples/rest-notes-spring-data-rest/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<properties>
1919
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2020
<java.version>1.7</java.version>
21-
<spring-restdocs.version>1.2.2.BUILD-SNAPSHOT</spring-restdocs.version>
21+
<spring-restdocs.version>1.2.3.BUILD-SNAPSHOT</spring-restdocs.version>
2222
</properties>
2323

2424
<dependencies>

samples/rest-notes-spring-hateoas/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ ext {
3030
snippetsDir = file('build/generated-snippets')
3131
}
3232

33-
ext['spring-restdocs.version'] = '1.2.2.BUILD-SNAPSHOT'
33+
ext['spring-restdocs.version'] = '1.2.3.BUILD-SNAPSHOT'
3434

3535
dependencies {
3636
asciidoctor "org.springframework.restdocs:spring-restdocs-asciidoctor:${project.ext['spring-restdocs.version']}"

samples/testng/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ ext {
3030
snippetsDir = file('build/generated-snippets')
3131
}
3232

33-
ext['spring-restdocs.version'] = '1.2.2.BUILD-SNAPSHOT'
33+
ext['spring-restdocs.version'] = '1.2.3.BUILD-SNAPSHOT'
3434

3535
dependencies {
3636
asciidoctor "org.springframework.restdocs:spring-restdocs-asciidoctor:${project.ext['spring-restdocs.version']}"

0 commit comments

Comments
 (0)