Skip to content

Commit

Permalink
Release 2.0.4.RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
spring-builds committed Sep 30, 2019
1 parent 8169878 commit dab59d1
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version=2.0.4.BUILD-SNAPSHOT
javaFormatVersion=0.0.15
org.gradle.daemon=false
version=2.0.4.RELEASE
asciidoctorj15Version=1.5.8.1
asciidoctorj16Version=1.6.2
javaFormatVersion=0.0.15
asciidoctorj20Version=2.0.0
asciidoctorj21Version=2.1.0
org.gradle.daemon=false
2 changes: 1 addition & 1 deletion samples/junit5/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ ext {
snippetsDir = file('build/generated-snippets')
}

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

dependencies {
asciidoctor 'org.springframework.restdocs:spring-restdocs-asciidoctor'
Expand Down
2 changes: 1 addition & 1 deletion samples/rest-assured/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ ext {
snippetsDir = file('build/generated-snippets')
}

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

dependencies {
asciidoctor 'org.springframework.restdocs:spring-restdocs-asciidoctor'
Expand Down
2 changes: 1 addition & 1 deletion samples/rest-notes-slate/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ ext {
snippetsDir = file('build/generated-snippets')
}

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

dependencies {
compile 'org.springframework.boot:spring-boot-starter-data-jpa'
Expand Down
2 changes: 1 addition & 1 deletion samples/rest-notes-spring-data-rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>1.8</java.version>
<spring-restdocs.version>2.0.4.BUILD-SNAPSHOT</spring-restdocs.version>
<spring-restdocs.version>2.0.4.RELEASE</spring-restdocs.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion samples/rest-notes-spring-hateoas/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ ext {
snippetsDir = file('build/generated-snippets')
}

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

dependencies {
asciidoctor 'org.springframework.restdocs:spring-restdocs-asciidoctor'
Expand Down
2 changes: 1 addition & 1 deletion samples/testng/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ ext {
snippetsDir = file('build/generated-snippets')
}

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

dependencies {
asciidoctor 'org.springframework.restdocs:spring-restdocs-asciidoctor'
Expand Down
2 changes: 1 addition & 1 deletion samples/web-test-client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ext {
snippetsDir = file('build/generated-snippets')
}

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

dependencies {
compile 'io.projectreactor.ipc:reactor-netty:0.7.1.RELEASE'
Expand Down

0 comments on commit dab59d1

Please sign in to comment.