diff --git a/docs/src/main/asciidoc/docker-project.adoc b/docs/src/main/asciidoc/docker-project.adoc
index 8b5b51d8d7..e802bc2d56 100644
--- a/docs/src/main/asciidoc/docker-project.adoc
+++ b/docs/src/main/asciidoc/docker-project.adoc
@@ -307,7 +307,7 @@ set -x
CURRENT_DIR="$( pwd )"
-export SC_CONTRACT_DOCKER_VERSION="${SC_CONTRACT_DOCKER_VERSION:-3.0.0-SNAPSHOT}"
+export SC_CONTRACT_DOCKER_VERSION="${SC_CONTRACT_DOCKER_VERSION:-3.0.1-SNAPSHOT}"
export APP_IP="$( ./whats_my_ip.sh )"
export APP_PORT="${APP_PORT:-8000}"
export APPLICATION_BASE_URL="http://${APP_IP}:${APP_PORT}"
@@ -578,7 +578,7 @@ $ docker run \
-e "STUBRUNNER_STUBS_MODE=REMOTE" \ <5>
-v "${HOME}/.m2/:/root/.m2:ro" \ <6>
-p 8750:8750 \ <7>
- springcloud/spring-cloud-contract-stub-runner:3.0.0-SNAPSHOT <8>
+ springcloud/spring-cloud-contract-stub-runner:3.0.1-SNAPSHOT <8>
```
<1> We're injecting the address of RabbitMQ via https://camel.apache.org/components/latest/rabbitmq-component.html#_spring_boot_auto_configuration[Apache Camel's Spring Boot Auto-Configuration]
<2> We're telling Stub Runner which stubs to download
diff --git a/samples/standalone/contracts/com/example/server/pom.xml b/samples/standalone/contracts/com/example/server/pom.xml
index b491364209..968640c8b3 100644
--- a/samples/standalone/contracts/com/example/server/pom.xml
+++ b/samples/standalone/contracts/com/example/server/pom.xml
@@ -21,7 +21,7 @@
UTF-8
1.8
- 3.0.0-SNAPSHOT
+ 3.0.1-SNAPSHOT
2020.0.0-SNAPSHOT
true
diff --git a/samples/standalone/dsl/http-server/gradle.properties b/samples/standalone/dsl/http-server/gradle.properties
index b80c0c7aff..bbabb8ec9c 100644
--- a/samples/standalone/dsl/http-server/gradle.properties
+++ b/samples/standalone/dsl/http-server/gradle.properties
@@ -1,4 +1,4 @@
org.gradle.daemon=false
-verifierVersion=3.0.0-SNAPSHOT
+verifierVersion=3.0.1-SNAPSHOT
BOM_VERSION=2020.0.0-SNAPSHOT
bootVersion=2.4.0
\ No newline at end of file
diff --git a/samples/standalone/dsl/http-server/pom.xml b/samples/standalone/dsl/http-server/pom.xml
index 85d3456411..e833a0aaaa 100644
--- a/samples/standalone/dsl/http-server/pom.xml
+++ b/samples/standalone/dsl/http-server/pom.xml
@@ -21,7 +21,7 @@
UTF-8
1.8
- 3.0.0-SNAPSHOT
+ 3.0.1-SNAPSHOT
2020.0.0-SNAPSHOT
diff --git a/samples/standalone/dsl/pom.xml b/samples/standalone/dsl/pom.xml
index fd2a7ed0f4..dfb0abf9ce 100644
--- a/samples/standalone/dsl/pom.xml
+++ b/samples/standalone/dsl/pom.xml
@@ -7,7 +7,7 @@
org.springframework.cloud
spring-cloud-contract-samples-standalone
- 3.0.0-SNAPSHOT
+ 3.0.1-SNAPSHOT
..
@@ -19,7 +19,7 @@
- 3.0.0-SNAPSHOT
+ 3.0.1-SNAPSHOT
diff --git a/samples/standalone/restdocs/http-client/gradle.properties b/samples/standalone/restdocs/http-client/gradle.properties
index b80c0c7aff..bbabb8ec9c 100644
--- a/samples/standalone/restdocs/http-client/gradle.properties
+++ b/samples/standalone/restdocs/http-client/gradle.properties
@@ -1,4 +1,4 @@
org.gradle.daemon=false
-verifierVersion=3.0.0-SNAPSHOT
+verifierVersion=3.0.1-SNAPSHOT
BOM_VERSION=2020.0.0-SNAPSHOT
bootVersion=2.4.0
\ No newline at end of file
diff --git a/samples/standalone/restdocs/http-client/pom.xml b/samples/standalone/restdocs/http-client/pom.xml
index 9015bd2106..297a99349f 100644
--- a/samples/standalone/restdocs/http-client/pom.xml
+++ b/samples/standalone/restdocs/http-client/pom.xml
@@ -38,7 +38,7 @@
UTF-8
1.8
- 3.0.0-SNAPSHOT
+ 3.0.1-SNAPSHOT
diff --git a/samples/standalone/restdocs/http-server/gradle.properties b/samples/standalone/restdocs/http-server/gradle.properties
index b80c0c7aff..bbabb8ec9c 100644
--- a/samples/standalone/restdocs/http-server/gradle.properties
+++ b/samples/standalone/restdocs/http-server/gradle.properties
@@ -1,4 +1,4 @@
org.gradle.daemon=false
-verifierVersion=3.0.0-SNAPSHOT
+verifierVersion=3.0.1-SNAPSHOT
BOM_VERSION=2020.0.0-SNAPSHOT
bootVersion=2.4.0
\ No newline at end of file
diff --git a/samples/standalone/restdocs/http-server/pom.xml b/samples/standalone/restdocs/http-server/pom.xml
index e5ad7991fc..028029379d 100644
--- a/samples/standalone/restdocs/http-server/pom.xml
+++ b/samples/standalone/restdocs/http-server/pom.xml
@@ -21,7 +21,7 @@
UTF-8
1.8
- 3.0.0-SNAPSHOT
+ 3.0.1-SNAPSHOT
true
diff --git a/samples/standalone/restdocs/pom.xml b/samples/standalone/restdocs/pom.xml
index 782670deda..0c88cd8e85 100644
--- a/samples/standalone/restdocs/pom.xml
+++ b/samples/standalone/restdocs/pom.xml
@@ -7,7 +7,7 @@
org.springframework.cloud
spring-cloud-contract-samples-standalone
- 3.0.0-SNAPSHOT
+ 3.0.1-SNAPSHOT
..
@@ -19,7 +19,7 @@
- 3.0.0-SNAPSHOT
+ 3.0.1-SNAPSHOT
diff --git a/samples/standalone/webclient/http-client/gradle.properties b/samples/standalone/webclient/http-client/gradle.properties
index b80c0c7aff..bbabb8ec9c 100644
--- a/samples/standalone/webclient/http-client/gradle.properties
+++ b/samples/standalone/webclient/http-client/gradle.properties
@@ -1,4 +1,4 @@
org.gradle.daemon=false
-verifierVersion=3.0.0-SNAPSHOT
+verifierVersion=3.0.1-SNAPSHOT
BOM_VERSION=2020.0.0-SNAPSHOT
bootVersion=2.4.0
\ No newline at end of file
diff --git a/samples/standalone/webclient/http-client/pom.xml b/samples/standalone/webclient/http-client/pom.xml
index 95e1e279f0..b591895d16 100644
--- a/samples/standalone/webclient/http-client/pom.xml
+++ b/samples/standalone/webclient/http-client/pom.xml
@@ -21,7 +21,7 @@
UTF-8
1.8
- 3.0.0-SNAPSHOT
+ 3.0.1-SNAPSHOT
diff --git a/samples/standalone/webclient/http-server/gradle.properties b/samples/standalone/webclient/http-server/gradle.properties
index b80c0c7aff..bbabb8ec9c 100644
--- a/samples/standalone/webclient/http-server/gradle.properties
+++ b/samples/standalone/webclient/http-server/gradle.properties
@@ -1,4 +1,4 @@
org.gradle.daemon=false
-verifierVersion=3.0.0-SNAPSHOT
+verifierVersion=3.0.1-SNAPSHOT
BOM_VERSION=2020.0.0-SNAPSHOT
bootVersion=2.4.0
\ No newline at end of file
diff --git a/samples/standalone/webclient/http-server/pom.xml b/samples/standalone/webclient/http-server/pom.xml
index 14caddbe24..9115c8bc9f 100644
--- a/samples/standalone/webclient/http-server/pom.xml
+++ b/samples/standalone/webclient/http-server/pom.xml
@@ -21,7 +21,7 @@
UTF-8
1.8
- 3.0.0-SNAPSHOT
+ 3.0.1-SNAPSHOT
diff --git a/samples/standalone/webclient/pom.xml b/samples/standalone/webclient/pom.xml
index 4876a407ab..74e3f6f61f 100644
--- a/samples/standalone/webclient/pom.xml
+++ b/samples/standalone/webclient/pom.xml
@@ -7,7 +7,7 @@
org.springframework.cloud
spring-cloud-contract-samples-standalone
- 3.0.0-SNAPSHOT
+ 3.0.1-SNAPSHOT
..
@@ -19,7 +19,7 @@
- 3.0.0-SNAPSHOT
+ 3.0.1-SNAPSHOT