diff --git a/spring-cloud-contract-maven-plugin/complex-content.html b/spring-cloud-contract-maven-plugin/complex-content.html
index 71429fcad9..602b7d2766 100644
--- a/spring-cloud-contract-maven-plugin/complex-content.html
+++ b/spring-cloud-contract-maven-plugin/complex-content.html
@@ -1,13 +1,13 @@
-
+
Spring Cloud Contract Verifier Maven Plugin –
@@ -104,7 +104,7 @@
- Last Published: 2016-07-26
+ Last Published: 2016-08-03
|
Version: 1.0.0.BUILD-SNAPSHOT
diff --git a/spring-cloud-contract-maven-plugin/complex.html b/spring-cloud-contract-maven-plugin/complex.html
index 9c3a0fee62..8eebdd9c88 100644
--- a/spring-cloud-contract-maven-plugin/complex.html
+++ b/spring-cloud-contract-maven-plugin/complex.html
@@ -1,13 +1,13 @@
-
+
Spring Cloud Contract Verifier Maven Plugin –
@@ -104,7 +104,7 @@
- Last Published: 2016-07-26
+ Last Published: 2016-08-03
|
Version: 1.0.0.BUILD-SNAPSHOT
diff --git a/spring-cloud-contract-maven-plugin/index.html b/spring-cloud-contract-maven-plugin/index.html
index bd1adef9df..6fddc81302 100644
--- a/spring-cloud-contract-maven-plugin/index.html
+++ b/spring-cloud-contract-maven-plugin/index.html
@@ -1,13 +1,13 @@
-
+
Spring Cloud Contract Verifier Maven Plugin –
@@ -104,7 +104,7 @@
- Last Published: 2016-07-26
+ Last Published: 2016-08-03
|
Version: 1.0.0.BUILD-SNAPSHOT
diff --git a/spring-cloud-contract-maven-plugin/junit.html b/spring-cloud-contract-maven-plugin/junit.html
index 6412835e2e..fe11f09716 100644
--- a/spring-cloud-contract-maven-plugin/junit.html
+++ b/spring-cloud-contract-maven-plugin/junit.html
@@ -1,13 +1,13 @@
-
+
Spring Cloud Contract Verifier Maven Plugin –
@@ -104,7 +104,7 @@
- Last Published: 2016-07-26
+ Last Published: 2016-08-03
|
Version: 1.0.0.BUILD-SNAPSHOT
diff --git a/spring-cloud-contract-maven-plugin/sitemap.html b/spring-cloud-contract-maven-plugin/sitemap.html
index 5191e97172..dca3b504cf 100644
--- a/spring-cloud-contract-maven-plugin/sitemap.html
+++ b/spring-cloud-contract-maven-plugin/sitemap.html
@@ -1,13 +1,13 @@
-
+
Spring Cloud Contract Verifier Maven Plugin – Sitemap
@@ -104,7 +104,7 @@
- Last Published: 2016-07-27
+ Last Published: 2016-08-03
|
Version: 1.0.0.BUILD-SNAPSHOT
diff --git a/spring-cloud-contract-maven-plugin/spock.html b/spring-cloud-contract-maven-plugin/spock.html
index 551fbe8af9..5890bf5371 100644
--- a/spring-cloud-contract-maven-plugin/spock.html
+++ b/spring-cloud-contract-maven-plugin/spock.html
@@ -1,13 +1,13 @@
-
+
Spring Cloud Contract Verifier Maven Plugin –
@@ -104,7 +104,7 @@
- Last Published: 2016-07-26
+ Last Published: 2016-08-03
|
Version: 1.0.0.BUILD-SNAPSHOT
diff --git a/spring-cloud-contract-maven-plugin/usage.html b/spring-cloud-contract-maven-plugin/usage.html
index 7872820473..75f05e3035 100644
--- a/spring-cloud-contract-maven-plugin/usage.html
+++ b/spring-cloud-contract-maven-plugin/usage.html
@@ -1,13 +1,13 @@
-
+
Spring Cloud Contract Verifier Maven Plugin –
@@ -104,7 +104,7 @@
- Last Published: 2016-07-26
+ Last Published: 2016-08-03
|
Version: 1.0.0.BUILD-SNAPSHOT
diff --git a/spring-cloud-contract.html b/spring-cloud-contract.html
index 2621d5a0e2..2e889642c4 100644
--- a/spring-cloud-contract.html
+++ b/spring-cloud-contract.html
@@ -5159,7 +5159,8 @@ public class WiremockForDocsMockServerApplicationTests {
public void contextLoads() throws Exception {
// will read stubs classpath
MockRestServiceServer server = WireMockRestServiceServer.with(this.restTemplate)
- .baseUrl("http://example.org").stubs("classpath:/stubs/resource.json");
+ .baseUrl("http://example.org").stubs("classpath:/stubs/resource.json")
+ .build();
// We're asserting if WireMock responded properly
assertThat(this.service.go()).isEqualTo("Hello World");
server.verify();
@@ -5340,7 +5341,7 @@ number of different ways, including as described above using