Skip to content

Commit

Permalink
Release 2.0.5.RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
spring-builds committed Sep 16, 2020
1 parent ed5921f commit 5d61e75
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
version=2.0.5.BUILD-SNAPSHOT
asciidoctorj15Version=1.5.8.1
asciidoctorj23Version=2.3.1
org.gradle.daemon=false
asciidoctorj16Version=1.6.2
javaFormatVersion=0.0.15
asciidoctorj20Version=2.0.0
asciidoctorj21Version=2.1.0
asciidoctorj15Version=1.5.8.1
asciidoctorj22Version=2.2.0
asciidoctorj23Version=2.3.1
asciidoctorj21Version=2.1.0
version=2.0.5.RELEASE
asciidoctorj20Version=2.0.0
javaFormatVersion=0.0.15
asciidoctorj24Version=2.4.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.5.BUILD-SNAPSHOT'
ext['spring-restdocs.version'] = '2.0.5.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.5.BUILD-SNAPSHOT'
ext['spring-restdocs.version'] = '2.0.5.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.5.BUILD-SNAPSHOT'
ext['spring-restdocs.version'] = '2.0.5.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.5.BUILD-SNAPSHOT</spring-restdocs.version>
<spring-restdocs.version>2.0.5.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.5.BUILD-SNAPSHOT'
ext['spring-restdocs.version'] = '2.0.5.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.5.BUILD-SNAPSHOT'
ext['spring-restdocs.version'] = '2.0.5.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.5.BUILD-SNAPSHOT'
ext['spring-restdocs.version'] = '2.0.5.RELEASE'

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

0 comments on commit 5d61e75

Please sign in to comment.