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

Upgrade to Spring REST Docs 2.0.5 #418

Merged
merged 1 commit into from
Sep 21, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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