Skip to content

Commit bc02ee0

Browse files
committed
Update the samples to use 2.0.4 snapshots
1 parent 244c698 commit bc02ee0

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

samples/junit5/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ ext {
3434
junitJupiterVersion = '5.0.0'
3535
}
3636

37-
ext['spring-restdocs.version'] = '2.0.3.BUILD-SNAPSHOT'
37+
ext['spring-restdocs.version'] = '2.0.4.BUILD-SNAPSHOT'
3838

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

samples/rest-assured/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ ext {
3131
snippetsDir = file('build/generated-snippets')
3232
}
3333

34-
ext['spring-restdocs.version'] = '2.0.3.BUILD-SNAPSHOT'
34+
ext['spring-restdocs.version'] = '2.0.4.BUILD-SNAPSHOT'
3535

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

samples/rest-notes-grails/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ apply plugin: "idea"
2222
apply plugin: "org.grails.grails-web"
2323

2424
ext {
25-
restDocsVersion = "2.0.3.BUILD-SNAPSHOT"
25+
restDocsVersion = "2.0.4.BUILD-SNAPSHOT"
2626
snippetsDir = file('src/docs/generated-snippets')
2727
}
2828

samples/rest-notes-slate/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ ext {
2727
snippetsDir = file('build/generated-snippets')
2828
}
2929

30-
ext['spring-restdocs.version'] = '2.0.3.BUILD-SNAPSHOT'
30+
ext['spring-restdocs.version'] = '2.0.4.BUILD-SNAPSHOT'
3131

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

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

+1-1
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.8</java.version>
21-
<spring-restdocs.version>2.0.3.BUILD-SNAPSHOT</spring-restdocs.version>
21+
<spring-restdocs.version>2.0.4.BUILD-SNAPSHOT</spring-restdocs.version>
2222
</properties>
2323

2424
<dependencies>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ ext {
3131
snippetsDir = file('build/generated-snippets')
3232
}
3333

34-
ext['spring-restdocs.version'] = '2.0.3.BUILD-SNAPSHOT'
34+
ext['spring-restdocs.version'] = '2.0.4.BUILD-SNAPSHOT'
3535

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

samples/testng/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ ext {
3131
snippetsDir = file('build/generated-snippets')
3232
}
3333

34-
ext['spring-restdocs.version'] = '2.0.3.BUILD-SNAPSHOT'
34+
ext['spring-restdocs.version'] = '2.0.4.BUILD-SNAPSHOT'
3535

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

samples/web-test-client/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ext {
2020
snippetsDir = file('build/generated-snippets')
2121
}
2222

23-
ext['spring-restdocs.version'] = '2.0.3.BUILD-SNAPSHOT'
23+
ext['spring-restdocs.version'] = '2.0.4.BUILD-SNAPSHOT'
2424

2525
dependencies {
2626
compile 'io.projectreactor.ipc:reactor-netty:0.7.1.RELEASE'

0 commit comments

Comments
 (0)