diff --git a/README.adoc b/README.adoc
index c236be76fc..84644f2332 100644
--- a/README.adoc
+++ b/README.adoc
@@ -19,6 +19,7 @@ If you prefer to learn about the project by doing some tutorials, you can check
workshops under
https://cloud-samples.spring.io/spring-cloud-contract-samples/workshops.html[this link].
+
== Project page
You can read more about Spring Cloud Contract by going to https://spring.io/projects/spring-cloud-contract[the project page]
@@ -207,39 +208,6 @@ IMPORTANT: Remember to set the `Scan Scope` to `All sources` since we apply chec
== How to Build Spring Cloud Contract
-=== Cloning the repository on Windows
-
-While cloning this project on Windows, some files in the git repository may exceed the Windows maximum file path limit of 255 characters, which may
-result in an incorrectly (probably partially) checked out repository.
-
-To resolve this issue, you can set the `core.longPaths` attribute to `true` or clone the Spring Cloud Contract repository.
-
-To set the `core.longPaths` attribute to `true`, you have three options:
-
-- Change it for all users of the machine (doing so requires administrator privileges):
-
-
-[source,bash]
-----
-git config --system core.longPaths true
-git clone https://github.com/spring-cloud/spring-cloud-contract.git
-----
-
-- Change it for the current user (no administrative privileges required):
-
-[source,bash]
-----
-git config --global core.longPaths true
-git clone https://github.com/spring-cloud/spring-cloud-contract.git
-----
-
-- Change for just this repository (administrative privileges depend on where the repository is being cloned to):
-
-[source,bash]
-----
-git clone -c core.longPaths true https://github.com/spring-cloud/spring-cloud-contract.git
-----
-
IMPORTANT: You need to have all the necessary Groovy plugins
installed for your IDE to properly resolve the sources. For example, in
Intellij IDEA, having both the Eclipse Groovy Compiler Plugin and the GMavenPlus Intellij
diff --git a/docker/pom.xml b/docker/pom.xml
index c06eebf106..f2019e0600 100644
--- a/docker/pom.xml
+++ b/docker/pom.xml
@@ -7,13 +7,13 @@
org.springframework.cloudspring-cloud-contract-parent
- 2.2.6.RELEASE
+ 2.2.6.BUILD-SNAPSHOT..spring-cloud-contract-docker-parentpom
- 2.2.6.RELEASE
+ 2.2.6.BUILD-SNAPSHOTSpring Cloud Contract Docker ParentSpring Cloud Contract Docker Parent
diff --git a/docker/spring-cloud-contract-docker/pom.xml b/docker/spring-cloud-contract-docker/pom.xml
index ec45d11256..a0ee865e60 100644
--- a/docker/spring-cloud-contract-docker/pom.xml
+++ b/docker/spring-cloud-contract-docker/pom.xml
@@ -12,13 +12,13 @@
org.springframework.cloudspring-cloud-contract-docker-parent
- 2.2.6.RELEASE
+ 2.2.6.BUILD-SNAPSHOT..spring-cloud-contract-dockerpom
- 2.2.6.RELEASE
+ 2.2.6.BUILD-SNAPSHOTSpring Cloud Contract DockerSpring Cloud Contract Docker
diff --git a/docker/spring-cloud-contract-docker/project/gradle.properties b/docker/spring-cloud-contract-docker/project/gradle.properties
index 702e23dadb..d1e9d2eabe 100644
--- a/docker/spring-cloud-contract-docker/project/gradle.properties
+++ b/docker/spring-cloud-contract-docker/project/gradle.properties
@@ -1,2 +1,2 @@
org.gradle.daemon=false
-verifierVersion=2.2.6.RELEASE
+verifierVersion=2.2.6.BUILD-SNAPSHOT
diff --git a/docker/spring-cloud-contract-stub-runner-docker/pom.xml b/docker/spring-cloud-contract-stub-runner-docker/pom.xml
index b4aa462aaf..15430519a5 100644
--- a/docker/spring-cloud-contract-stub-runner-docker/pom.xml
+++ b/docker/spring-cloud-contract-stub-runner-docker/pom.xml
@@ -7,13 +7,13 @@
org.springframework.cloudspring-cloud-contract-docker-parent
- 2.2.6.RELEASE
+ 2.2.6.BUILD-SNAPSHOT..spring-cloud-contract-stub-runner-dockerpom
- 2.2.6.RELEASE
+ 2.2.6.BUILD-SNAPSHOTSpring Cloud Contract Stub Runner DockerSpring Cloud Contract Stub Runner Docker
diff --git a/docs/pom.xml b/docs/pom.xml
index 652db85171..2d103851f6 100644
--- a/docs/pom.xml
+++ b/docs/pom.xml
@@ -6,7 +6,7 @@
org.springframework.cloudspring-cloud-contract-parent
- 2.2.6.RELEASE
+ 2.2.6.BUILD-SNAPSHOT..spring-cloud-contract-docs
diff --git a/docs/src/main/asciidoc/_configprops.adoc b/docs/src/main/asciidoc/_configprops.adoc
index be24854e0a..96f6b92343 100644
--- a/docs/src/main/asciidoc/_configprops.adoc
+++ b/docs/src/main/asciidoc/_configprops.adoc
@@ -1,46 +1,46 @@
|===
|Name | Default | Description
-|stubrunner.amqp.enabled | `false` | Whether to enable support for Stub Runner and AMQP.
-|stubrunner.amqp.mockCOnnection | `true` | Whether to enable support for Stub Runner and AMQP mocked connection factory.
-|stubrunner.classifier | `stubs` | The classifier to use by default in ivy co-ordinates for a stub.
-|stubrunner.cloud.consul.enabled | `true` | Whether to enable stubs registration in Consul.
-|stubrunner.cloud.delegate.enabled | `true` | Whether to enable DiscoveryClient's Stub Runner implementation.
-|stubrunner.cloud.enabled | `true` | Whether to enable Spring Cloud support for Stub Runner.
-|stubrunner.cloud.eureka.enabled | `true` | Whether to enable stubs registration in Eureka.
-|stubrunner.cloud.loadbalancer.enabled | `true` | Whether to enable Stub Runner's Spring Cloud Load Balancer integration.
-|stubrunner.cloud.stubbed.discovery.enabled | `true` | Whether Service Discovery should be stubbed for Stub Runner. If set to false, stubs will get registered in real service discovery.
-|stubrunner.cloud.zookeeper.enabled | `true` | Whether to enable stubs registration in Zookeeper.
+|stubrunner.amqp.enabled | false | Whether to enable support for Stub Runner and AMQP.
+|stubrunner.amqp.mockCOnnection | true | Whether to enable support for Stub Runner and AMQP mocked connection factory.
+|stubrunner.classifier | stubs | The classifier to use by default in ivy co-ordinates for a stub.
+|stubrunner.cloud.consul.enabled | true | Whether to enable stubs registration in Consul.
+|stubrunner.cloud.delegate.enabled | true | Whether to enable DiscoveryClient's Stub Runner implementation.
+|stubrunner.cloud.enabled | true | Whether to enable Spring Cloud support for Stub Runner.
+|stubrunner.cloud.eureka.enabled | true | Whether to enable stubs registration in Eureka.
+|stubrunner.cloud.loadbalancer.enabled | true | Whether to enable Stub Runner's Spring Cloud Load Balancer integration.
+|stubrunner.cloud.stubbed.discovery.enabled | true | Whether Service Discovery should be stubbed for Stub Runner. If set to false, stubs will get registered in real service discovery.
+|stubrunner.cloud.zookeeper.enabled | true | Whether to enable stubs registration in Zookeeper.
|stubrunner.consumer-name | | You can override the default {@code spring.application.name} of this field by setting a value to this parameter.
-|stubrunner.delete-stubs-after-test | `true` | If set to {@code false} will NOT delete stubs from a temporary folder after running tests.
-|stubrunner.fail-on-no-stubs | `true` | When enabled, this flag will tell stub runner to throw an exception when no stubs / contracts were found.
-|stubrunner.generate-stubs | `false` | When enabled, this flag will tell stub runner to not load the generated stubs, but convert the found contracts at runtime to a stub format and run those stubs.
+|stubrunner.delete-stubs-after-test | true | If set to {@code false} will NOT delete stubs from a temporary folder after running tests.
+|stubrunner.fail-on-no-stubs | true | When enabled, this flag will tell stub runner to throw an exception when no stubs / contracts were found.
+|stubrunner.generate-stubs | false | When enabled, this flag will tell stub runner to not load the generated stubs, but convert the found contracts at runtime to a stub format and run those stubs.
|stubrunner.http-server-stub-configurer | | Configuration for an HTTP server stub.
-|stubrunner.ids | `[]` | The ids of the stubs to run in "ivy" notation ([groupId]:artifactId:[version]:[classifier][:port]). {@code groupId}, {@code classifier}, {@code version} and {@code port} can be optional.
+|stubrunner.ids | [] | The ids of the stubs to run in "ivy" notation ([groupId]:artifactId:[version]:[classifier][:port]). {@code groupId}, {@code classifier}, {@code version} and {@code port} can be optional.
|stubrunner.ids-to-service-ids | | Mapping of Ivy notation based ids to serviceIds inside your application. Example "a:b" -> "myService" "artifactId" -> "myOtherService"
-|stubrunner.integration.enabled | `true` | Whether to enable Stub Runner integration with Spring Integration.
-|stubrunner.jms.enabled | `true` | Whether to enable Stub Runner integration with Spring JMS.
-|stubrunner.kafka.enabled | `true` | Whether to enable Stub Runner integration with Spring Kafka.
-|stubrunner.kafka.initializer.enabled | `true` | Whether to allow Stub Runner to take care of polling for messages instead of the KafkaStubMessages component. The latter should be used only on the producer side.
+|stubrunner.integration.enabled | true | Whether to enable Stub Runner integration with Spring Integration.
+|stubrunner.jms.enabled | true | Whether to enable Stub Runner integration with Spring JMS.
+|stubrunner.kafka.enabled | true | Whether to enable Stub Runner integration with Spring Kafka.
+|stubrunner.kafka.initializer.enabled | true | Whether to allow Stub Runner to take care of polling for messages instead of the KafkaStubMessages component. The latter should be used only on the producer side.
|stubrunner.mappings-output-folder | | Dumps the mappings of each HTTP server to the selected folder.
-|stubrunner.max-port | `15000` | Max value of a port for the automatically started WireMock server.
-|stubrunner.min-port | `10000` | Min value of a port for the automatically started WireMock server.
+|stubrunner.max-port | 15000 | Max value of a port for the automatically started WireMock server.
+|stubrunner.min-port | 10000 | Min value of a port for the automatically started WireMock server.
|stubrunner.password | | Repository password.
|stubrunner.properties | | Map of properties that can be passed to custom {@link org.springframework.cloud.contract.stubrunner.StubDownloaderBuilder}.
|stubrunner.proxy-host | | Repository proxy host.
|stubrunner.proxy-port | | Repository proxy port.
-|stubrunner.stream.enabled | `true` | Whether to enable Stub Runner integration with Spring Cloud Stream.
+|stubrunner.stream.enabled | true | Whether to enable Stub Runner integration with Spring Cloud Stream.
|stubrunner.stubs-mode | | Pick where the stubs should come from.
-|stubrunner.stubs-per-consumer | `false` | Should only stubs for this particular consumer get registered in HTTP server stub.
+|stubrunner.stubs-per-consumer | false | Should only stubs for this particular consumer get registered in HTTP server stub.
|stubrunner.username | | Repository username.
-|wiremock.placeholders.enabled | `true` | Flag to indicate that http URLs in generated wiremock stubs should be filtered to add or resolve a placeholder for a dynamic port.
-|wiremock.reset-mappings-after-each-test | `false` |
-|wiremock.rest-template-ssl-enabled | `false` |
-|wiremock.server.files | `[]` |
-|wiremock.server.https-port | `-1` |
-|wiremock.server.https-port-dynamic | `false` |
-|wiremock.server.port | `8080` |
-|wiremock.server.port-dynamic | `false` |
-|wiremock.server.stubs | `[]` |
+|wiremock.placeholders.enabled | true | Flag to indicate that http URLs in generated wiremock stubs should be filtered to add or resolve a placeholder for a dynamic port.
+|wiremock.reset-mappings-after-each-test | false |
+|wiremock.rest-template-ssl-enabled | false |
+|wiremock.server.files | [] |
+|wiremock.server.https-port | -1 |
+|wiremock.server.https-port-dynamic | false |
+|wiremock.server.port | 8080 |
+|wiremock.server.port-dynamic | false |
+|wiremock.server.stubs | [] |
|===
\ No newline at end of file
diff --git a/guides/gs-contract-rest/complete/contract-rest-client/pom.xml b/guides/gs-contract-rest/complete/contract-rest-client/pom.xml
index 15eccfb38c..40ad652b24 100644
--- a/guides/gs-contract-rest/complete/contract-rest-client/pom.xml
+++ b/guides/gs-contract-rest/complete/contract-rest-client/pom.xml
@@ -11,14 +11,14 @@
org.springframework.bootspring-boot-starter-parent
- 2.3.8.RELEASE
+ 2.3.5.RELEASEUTF-81.8
- Hoxton.SR10
+ Hoxton.BUILD-SNAPSHOT
diff --git a/guides/gs-contract-rest/complete/contract-rest-service/pom.xml b/guides/gs-contract-rest/complete/contract-rest-service/pom.xml
index 5d390a2a8d..1596efd18c 100644
--- a/guides/gs-contract-rest/complete/contract-rest-service/pom.xml
+++ b/guides/gs-contract-rest/complete/contract-rest-service/pom.xml
@@ -11,15 +11,15 @@
org.springframework.bootspring-boot-starter-parent
- 2.3.8.RELEASE
+ 2.3.5.RELEASEUTF-81.8
- Hoxton.SR10
- 2.2.6.RELEASE
+ Hoxton.BUILD-SNAPSHOT
+ 2.2.6.BUILD-SNAPSHOT
diff --git a/guides/gs-contract-rest/initial/contract-rest-client/pom.xml b/guides/gs-contract-rest/initial/contract-rest-client/pom.xml
index f716606403..a2053a97b9 100644
--- a/guides/gs-contract-rest/initial/contract-rest-client/pom.xml
+++ b/guides/gs-contract-rest/initial/contract-rest-client/pom.xml
@@ -11,7 +11,7 @@
org.springframework.bootspring-boot-starter-parent
- 2.3.8.RELEASE
+ 2.3.5.RELEASE
diff --git a/guides/gs-contract-rest/initial/contract-rest-service/pom.xml b/guides/gs-contract-rest/initial/contract-rest-service/pom.xml
index 0b8feb9990..d999c116a5 100644
--- a/guides/gs-contract-rest/initial/contract-rest-service/pom.xml
+++ b/guides/gs-contract-rest/initial/contract-rest-service/pom.xml
@@ -11,15 +11,15 @@
org.springframework.bootspring-boot-starter-parent
- 2.3.8.RELEASE
+ 2.3.5.RELEASEUTF-81.8
- Hoxton.SR10
- 2.2.6.RELEASE
+ Hoxton.BUILD-SNAPSHOT
+ 2.2.6.BUILD-SNAPSHOT
diff --git a/guides/pom.xml b/guides/pom.xml
index 4cc29ede55..0b1bc4aee4 100644
--- a/guides/pom.xml
+++ b/guides/pom.xml
@@ -6,7 +6,7 @@
org.springframework.cloudspring-cloud-contract-parent
- 2.2.6.RELEASE
+ 2.2.6.BUILD-SNAPSHOT..spring-cloud-contract-guides
diff --git a/pom.xml b/pom.xml
index d9e4082d64..c1312b595d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,13 +7,13 @@
org.springframework.cloudspring-cloud-build
- 2.3.2.RELEASE
+ 2.3.1.RELEASEspring-cloud-contract-parentpom
- 2.2.6.RELEASE
+ 2.2.6.BUILD-SNAPSHOTSpring Cloud ContractSpring Cloud Contract
@@ -28,15 +28,15 @@
2.173.6.140.0.9
- 2.3.2.RELEASE
- 2.2.4.RELEASE
- Horsham.SR11
+ 2.3.1.RELEASE
+ 2.2.5.BUILD-SNAPSHOT
+ Horsham.SR93.0.4.RELEASE
- 2.2.7.RELEASE
- 2.2.6.RELEASE
- 2.2.7.RELEASE
- 3.0.13.RELEASE
+ 2.2.7.BUILD-SNAPSHOT
+ 2.2.6.BUILD-SNAPSHOT
+ 2.2.7.BUILD-SNAPSHOT
+ 3.0.11.RELEASE5.0.43.2.91.3-groovy-2.5
diff --git a/samples/pom.xml b/samples/pom.xml
index ac95e4238e..7742684035 100644
--- a/samples/pom.xml
+++ b/samples/pom.xml
@@ -7,13 +7,13 @@
org.springframework.cloudspring-cloud-contract-parent
- 2.2.6.RELEASE
+ 2.2.6.BUILD-SNAPSHOT..spring-cloud-contract-samplespom
- 2.2.6.RELEASE
+ 2.2.6.BUILD-SNAPSHOTSpring Cloud Contract SamplesSpring Cloud Contract Samples
diff --git a/samples/standalone/pom.xml b/samples/standalone/pom.xml
index e2ba90ba93..b4831a4e2e 100644
--- a/samples/standalone/pom.xml
+++ b/samples/standalone/pom.xml
@@ -7,13 +7,13 @@
org.springframework.cloudspring-cloud-contract-samples
- 2.2.6.RELEASE
+ 2.2.6.BUILD-SNAPSHOT..spring-cloud-contract-samples-standalonepom
- 2.2.6.RELEASE
+ 2.2.6.BUILD-SNAPSHOTSpring Cloud Contract Standalone Test SamplesSpring Cloud Contract Standalone Test Samples used for end to end tests
diff --git a/samples/wiremock-jetty/pom.xml b/samples/wiremock-jetty/pom.xml
index 83d025c028..cff9c4eb98 100644
--- a/samples/wiremock-jetty/pom.xml
+++ b/samples/wiremock-jetty/pom.xml
@@ -5,7 +5,7 @@
4.0.0wiremock-jetty
- 2.2.6.RELEASE
+ 2.2.6.BUILD-SNAPSHOTjarwiremock-jetty
@@ -14,14 +14,14 @@
org.springframework.bootspring-boot-starter-parent
- 2.3.8.RELEASE
+ 2.3.5.RELEASEUTF-81.8
- 2.2.6.RELEASE
+ 2.2.6.BUILD-SNAPSHOT
diff --git a/samples/wiremock-native/pom.xml b/samples/wiremock-native/pom.xml
index bc9f2181b1..434f994d24 100644
--- a/samples/wiremock-native/pom.xml
+++ b/samples/wiremock-native/pom.xml
@@ -5,7 +5,7 @@
4.0.0wiremock-native
- 2.2.6.RELEASE
+ 2.2.6.BUILD-SNAPSHOTjarwiremock-native
@@ -14,14 +14,14 @@
org.springframework.bootspring-boot-starter-parent
- 2.3.8.RELEASE
+ 2.3.5.RELEASEUTF-81.8
- 2.2.6.RELEASE
+ 2.2.6.BUILD-SNAPSHOT
diff --git a/samples/wiremock-tomcat/pom.xml b/samples/wiremock-tomcat/pom.xml
index 2a28cc61cc..37d146a8f1 100644
--- a/samples/wiremock-tomcat/pom.xml
+++ b/samples/wiremock-tomcat/pom.xml
@@ -5,7 +5,7 @@
4.0.0wiremock-tomcat
- 2.2.6.RELEASE
+ 2.2.6.BUILD-SNAPSHOTjarwiremock-tomcat
@@ -14,14 +14,14 @@
org.springframework.bootspring-boot-starter-parent
- 2.3.8.RELEASE
+ 2.3.5.RELEASEUTF-81.8
- 2.2.6.RELEASE
+ 2.2.6.BUILD-SNAPSHOT
diff --git a/samples/wiremock-undertow-ssl/pom.xml b/samples/wiremock-undertow-ssl/pom.xml
index f9480d6c9e..1bab5a461e 100644
--- a/samples/wiremock-undertow-ssl/pom.xml
+++ b/samples/wiremock-undertow-ssl/pom.xml
@@ -5,7 +5,7 @@
4.0.0wiremock-undertow-ssl
- 2.2.6.RELEASE
+ 2.2.6.BUILD-SNAPSHOTjarwiremock-undertow-ssl
@@ -14,14 +14,14 @@
org.springframework.bootspring-boot-starter-parent
- 2.3.8.RELEASE
+ 2.3.5.RELEASEUTF-81.8
- 2.2.6.RELEASE
+ 2.2.6.BUILD-SNAPSHOT
diff --git a/samples/wiremock-undertow/pom.xml b/samples/wiremock-undertow/pom.xml
index d3dd8a6295..78f2542b58 100644
--- a/samples/wiremock-undertow/pom.xml
+++ b/samples/wiremock-undertow/pom.xml
@@ -5,7 +5,7 @@
4.0.0wiremock-undertow
- 2.2.6.RELEASE
+ 2.2.6.BUILD-SNAPSHOTjarwiremock-undertow
@@ -14,14 +14,14 @@
org.springframework.bootspring-boot-starter-parent
- 2.3.8.RELEASE
+ 2.3.5.RELEASEUTF-81.8
- 2.2.6.RELEASE
+ 2.2.6.BUILD-SNAPSHOT
diff --git a/samples/wiremock/pom.xml b/samples/wiremock/pom.xml
index 4a2a49592e..b011f8ad82 100644
--- a/samples/wiremock/pom.xml
+++ b/samples/wiremock/pom.xml
@@ -5,7 +5,7 @@
4.0.0wiremock
- 2.2.6.RELEASE
+ 2.2.6.BUILD-SNAPSHOTjarwiremock
@@ -14,14 +14,14 @@
org.springframework.bootspring-boot-starter-parent
- 2.3.8.RELEASE
+ 2.3.5.RELEASEUTF-81.8
- 2.2.6.RELEASE
+ 2.2.6.BUILD-SNAPSHOT
diff --git a/specs/pom.xml b/specs/pom.xml
index f9eb18818f..1a87c9cb61 100644
--- a/specs/pom.xml
+++ b/specs/pom.xml
@@ -7,13 +7,13 @@
org.springframework.cloudspring-cloud-contract-parent
- 2.2.6.RELEASE
+ 2.2.6.BUILD-SNAPSHOT..spring-cloud-contract-specspom
- 2.2.6.RELEASE
+ 2.2.6.BUILD-SNAPSHOTSpring Cloud Contract SpecsSpring Cloud Contract Specs
diff --git a/specs/spring-cloud-contract-spec-groovy/pom.xml b/specs/spring-cloud-contract-spec-groovy/pom.xml
index b8998bf4db..81ab77c3a8 100644
--- a/specs/spring-cloud-contract-spec-groovy/pom.xml
+++ b/specs/spring-cloud-contract-spec-groovy/pom.xml
@@ -6,7 +6,7 @@
org.springframework.cloudspring-cloud-contract-parent
- 2.2.6.RELEASE
+ 2.2.6.BUILD-SNAPSHOT../..spring-cloud-contract-spec-groovy
diff --git a/specs/spring-cloud-contract-spec-java/pom.xml b/specs/spring-cloud-contract-spec-java/pom.xml
index 44acba4558..ba5df52c50 100644
--- a/specs/spring-cloud-contract-spec-java/pom.xml
+++ b/specs/spring-cloud-contract-spec-java/pom.xml
@@ -11,7 +11,7 @@
org.springframework.cloudspring-cloud-contract-parent
- 2.2.6.RELEASE
+ 2.2.6.BUILD-SNAPSHOT../..spring-cloud-contract-spec-java
diff --git a/specs/spring-cloud-contract-spec-kotlin/pom.xml b/specs/spring-cloud-contract-spec-kotlin/pom.xml
index 75f52db57f..e345022924 100644
--- a/specs/spring-cloud-contract-spec-kotlin/pom.xml
+++ b/specs/spring-cloud-contract-spec-kotlin/pom.xml
@@ -6,7 +6,7 @@
org.springframework.cloudspring-cloud-contract-parent
- 2.2.6.RELEASE
+ 2.2.6.BUILD-SNAPSHOT../..spring-cloud-contract-spec-kotlin
diff --git a/specs/spring-cloud-contract-spec/pom.xml b/specs/spring-cloud-contract-spec/pom.xml
index 05f0d723d0..9d3160d6df 100644
--- a/specs/spring-cloud-contract-spec/pom.xml
+++ b/specs/spring-cloud-contract-spec/pom.xml
@@ -6,7 +6,7 @@
org.springframework.cloudspring-cloud-contract-parent
- 2.2.6.RELEASE
+ 2.2.6.BUILD-SNAPSHOT../..spring-cloud-contract-spec
diff --git a/spring-cloud-contract-dependencies/pom.xml b/spring-cloud-contract-dependencies/pom.xml
index f0fee89d04..e5ca4d5548 100644
--- a/spring-cloud-contract-dependencies/pom.xml
+++ b/spring-cloud-contract-dependencies/pom.xml
@@ -6,11 +6,11 @@
spring-cloud-dependencies-parentorg.springframework.cloud
- 2.3.2.RELEASE
+ 2.3.2.BUILD-SNAPSHOTspring-cloud-contract-dependencies
- 2.2.6.RELEASE
+ 2.2.6.BUILD-SNAPSHOTpomspring-cloud-contract-dependenciesSpring Cloud Contract Dependencies
diff --git a/spring-cloud-contract-shade/pom.xml b/spring-cloud-contract-shade/pom.xml
index 4a180ff9c1..225fa0b747 100644
--- a/spring-cloud-contract-shade/pom.xml
+++ b/spring-cloud-contract-shade/pom.xml
@@ -19,7 +19,7 @@
org.springframework.cloudspring-cloud-contract-parent
- 2.2.6.RELEASE
+ 2.2.6.BUILD-SNAPSHOT..spring-cloud-contract-shade
diff --git a/spring-cloud-contract-starters/pom.xml b/spring-cloud-contract-starters/pom.xml
index 0ebc8228e7..971e3de538 100644
--- a/spring-cloud-contract-starters/pom.xml
+++ b/spring-cloud-contract-starters/pom.xml
@@ -7,7 +7,7 @@
org.springframework.cloudspring-cloud-contract-parent
- 2.2.6.RELEASE
+ 2.2.6.BUILD-SNAPSHOT..
diff --git a/spring-cloud-contract-starters/spring-cloud-starter-contract-stub-runner-jetty/pom.xml b/spring-cloud-contract-starters/spring-cloud-starter-contract-stub-runner-jetty/pom.xml
index 469423d792..e7295d3708 100644
--- a/spring-cloud-contract-starters/spring-cloud-starter-contract-stub-runner-jetty/pom.xml
+++ b/spring-cloud-contract-starters/spring-cloud-starter-contract-stub-runner-jetty/pom.xml
@@ -6,7 +6,7 @@
org.springframework.cloudspring-cloud-contract-starters
- 2.2.6.RELEASE
+ 2.2.6.BUILD-SNAPSHOT..spring-cloud-starter-contract-stub-runner-jetty
diff --git a/spring-cloud-contract-starters/spring-cloud-starter-contract-stub-runner/pom.xml b/spring-cloud-contract-starters/spring-cloud-starter-contract-stub-runner/pom.xml
index 832c9dd2ba..1d05afb4d6 100644
--- a/spring-cloud-contract-starters/spring-cloud-starter-contract-stub-runner/pom.xml
+++ b/spring-cloud-contract-starters/spring-cloud-starter-contract-stub-runner/pom.xml
@@ -23,7 +23,7 @@
org.springframework.cloudspring-cloud-contract-starters
- 2.2.6.RELEASE
+ 2.2.6.BUILD-SNAPSHOT..spring-cloud-starter-contract-stub-runner
diff --git a/spring-cloud-contract-starters/spring-cloud-starter-contract-verifier/pom.xml b/spring-cloud-contract-starters/spring-cloud-starter-contract-verifier/pom.xml
index b597e3c105..92f0cb5f28 100644
--- a/spring-cloud-contract-starters/spring-cloud-starter-contract-verifier/pom.xml
+++ b/spring-cloud-contract-starters/spring-cloud-starter-contract-verifier/pom.xml
@@ -6,7 +6,7 @@
org.springframework.cloudspring-cloud-contract-starters
- 2.2.6.RELEASE
+ 2.2.6.BUILD-SNAPSHOT..spring-cloud-starter-contract-verifier
diff --git a/spring-cloud-contract-stub-runner-boot/pom.xml b/spring-cloud-contract-stub-runner-boot/pom.xml
index 94519d95f8..1662527ede 100644
--- a/spring-cloud-contract-stub-runner-boot/pom.xml
+++ b/spring-cloud-contract-stub-runner-boot/pom.xml
@@ -6,7 +6,7 @@
org.springframework.cloudspring-cloud-contract-parent
- 2.2.6.RELEASE
+ 2.2.6.BUILD-SNAPSHOT..spring-cloud-contract-stub-runner-boot
diff --git a/spring-cloud-contract-stub-runner/pom.xml b/spring-cloud-contract-stub-runner/pom.xml
index b1b1bb1e63..16cd79981f 100644
--- a/spring-cloud-contract-stub-runner/pom.xml
+++ b/spring-cloud-contract-stub-runner/pom.xml
@@ -6,7 +6,7 @@
org.springframework.cloudspring-cloud-contract-parent
- 2.2.6.RELEASE
+ 2.2.6.BUILD-SNAPSHOT..spring-cloud-contract-stub-runner
diff --git a/spring-cloud-contract-stub-runner/src/main/java/org/springframework/cloud/contract/stubrunner/messaging/kafka/StubRunnerKafkaRouter.java b/spring-cloud-contract-stub-runner/src/main/java/org/springframework/cloud/contract/stubrunner/messaging/kafka/StubRunnerKafkaRouter.java
index 4ba930dfb4..907085a5fe 100644
--- a/spring-cloud-contract-stub-runner/src/main/java/org/springframework/cloud/contract/stubrunner/messaging/kafka/StubRunnerKafkaRouter.java
+++ b/spring-cloud-contract-stub-runner/src/main/java/org/springframework/cloud/contract/stubrunner/messaging/kafka/StubRunnerKafkaRouter.java
@@ -68,16 +68,13 @@ class StubRunnerKafkaRouter implements MessageListener