Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.

Commit

Permalink
Upgrade to Spring REST Docs 2.0.5 (#418)
Browse files Browse the repository at this point in the history
  • Loading branch information
fbenz authored Sep 21, 2020
1 parent 7d75bdd commit 0afad49
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ cache:
- $HOME/.gradle/caches/
- $HOME/.gradle/wrapper/
before_install:
- mvn install:install-file -Dfile=lib/spring-restdocs-core-2.0.4.RELEASE-test.jar
-DgroupId=org.springframework.restdocs -DartifactId=spring-restdocs-core -Dversion=2.0.4.RELEASE
- mvn install:install-file -Dfile=lib/spring-restdocs-core-2.0.5.RELEASE-test.jar
-DgroupId=org.springframework.restdocs -DartifactId=spring-restdocs-core -Dversion=2.0.5.RELEASE
-Dpackaging=jar -Dclassifier=test
- mvn install:install-file -Dfile=lib/dokka-core-0.10.1-tests.jar
-DgroupId=org.jetbrains.dokka -DartifactId=dokka-core -Dversion=0.10.1
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<snippetsDirectory>${project.build.directory}/generated-snippets</snippetsDirectory>
<spring-restdocs.version>2.0.4.RELEASE</spring-restdocs.version>
<spring-restdocs.version>2.0.5.RELEASE</spring-restdocs.version>
<dokka.version>0.10.1</dokka.version>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion samples/java-webflux/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<start-class>capital.scalable.restdocs.example.Application</start-class>
<spring-restdocs.version>2.0.4.RELEASE</spring-restdocs.version>
<spring-restdocs.version>2.0.5.RELEASE</spring-restdocs.version>
<spring-auto-restdocs.version>2.0.10-SNAPSHOT</spring-auto-restdocs.version>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion samples/java-webmvc/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
buildscript {
ext {
springAutoRestDocsVersion = "2.0.10-SNAPSHOT"
springRestDocsVersion = "2.0.4.RELEASE"
springRestDocsVersion = "2.0.5.RELEASE"
springBootVersion = "2.3.3.RELEASE"
}
repositories {
Expand Down
2 changes: 1 addition & 1 deletion samples/java-webmvc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<start-class>capital.scalable.restdocs.example.Application</start-class>
<spring-restdocs.version>2.0.4.RELEASE</spring-restdocs.version>
<spring-restdocs.version>2.0.5.RELEASE</spring-restdocs.version>
<spring-auto-restdocs.version>2.0.10-SNAPSHOT</spring-auto-restdocs.version>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion samples/kotlin-webmvc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ buildscript {
ext {
kotlinVersion = "1.4.0"
springAutoRestDocsVersion = "2.0.10-SNAPSHOT"
springRestDocsVersion = "2.0.4.RELEASE"
springRestDocsVersion = "2.0.5.RELEASE"
springBootVersion = "2.3.3.RELEASE"
dokkaPluginVersion = "0.10.1"
}
Expand Down
2 changes: 1 addition & 1 deletion samples/kotlin-webmvc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<spring-restdocs.version>2.0.4.RELEASE</spring-restdocs.version>
<spring-restdocs.version>2.0.5.RELEASE</spring-restdocs.version>
<spring-auto-restdocs.version>2.0.10-SNAPSHOT</spring-auto-restdocs.version>
<kotlin.version>1.4.0</kotlin.version>
<dokka.version>0.10.1</dokka.version>
Expand Down

0 comments on commit 0afad49

Please sign in to comment.