Skip to content

Commit dab59d1

Browse files
committed
Release 2.0.4.RELEASE
1 parent 8169878 commit dab59d1

File tree

8 files changed

+10
-10
lines changed

8 files changed

+10
-10
lines changed

gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
version=2.0.4.BUILD-SNAPSHOT
2-
javaFormatVersion=0.0.15
3-
org.gradle.daemon=false
1+
version=2.0.4.RELEASE
42
asciidoctorj15Version=1.5.8.1
53
asciidoctorj16Version=1.6.2
4+
javaFormatVersion=0.0.15
65
asciidoctorj20Version=2.0.0
76
asciidoctorj21Version=2.1.0
7+
org.gradle.daemon=false

samples/junit5/build.gradle

Lines changed: 1 addition & 1 deletion
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.4.BUILD-SNAPSHOT'
34+
ext['spring-restdocs.version'] = '2.0.4.RELEASE'
3535

3636
dependencies {
3737
asciidoctor 'org.springframework.restdocs:spring-restdocs-asciidoctor'

samples/rest-assured/build.gradle

Lines changed: 1 addition & 1 deletion
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.4.BUILD-SNAPSHOT'
34+
ext['spring-restdocs.version'] = '2.0.4.RELEASE'
3535

3636
dependencies {
3737
asciidoctor 'org.springframework.restdocs:spring-restdocs-asciidoctor'

samples/rest-notes-slate/build.gradle

Lines changed: 1 addition & 1 deletion
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.4.BUILD-SNAPSHOT'
30+
ext['spring-restdocs.version'] = '2.0.4.RELEASE'
3131

3232
dependencies {
3333
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.8</java.version>
21-
<spring-restdocs.version>2.0.4.BUILD-SNAPSHOT</spring-restdocs.version>
21+
<spring-restdocs.version>2.0.4.RELEASE</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
@@ -31,7 +31,7 @@ ext {
3131
snippetsDir = file('build/generated-snippets')
3232
}
3333

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

3636
dependencies {
3737
asciidoctor 'org.springframework.restdocs:spring-restdocs-asciidoctor'

samples/testng/build.gradle

Lines changed: 1 addition & 1 deletion
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.4.BUILD-SNAPSHOT'
34+
ext['spring-restdocs.version'] = '2.0.4.RELEASE'
3535

3636
dependencies {
3737
asciidoctor 'org.springframework.restdocs:spring-restdocs-asciidoctor'

samples/web-test-client/build.gradle

Lines changed: 1 addition & 1 deletion
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.4.BUILD-SNAPSHOT'
23+
ext['spring-restdocs.version'] = '2.0.4.RELEASE'
2424

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

0 commit comments

Comments
 (0)