From 0d1815ec3152d1bd4cd683406feb5309c32f431d Mon Sep 17 00:00:00 2001
From: Marcin Grzejszczak
Date: Wed, 24 Jan 2018 18:24:27 +0100
Subject: [PATCH] Sync docs from 1.2.x to gh-pages
---
.../multi__spring_cloud_contract_faq.html | 2 +-
...ti__spring_cloud_contract_stub_runner.html | 27 +-
..._spring_cloud_contract_verifier_setup.html | 75 ++++-
1.2.x/multi/multi_spring-cloud-contract.html | 2 +-
1.2.x/single/spring-cloud-contract.html | 106 ++++++-
.../checkstyle.html | 6 +-
.../complex.html | 6 +-
.../configs.html | 6 +-
.../convert-mojo.html | 6 +-
.../generateStubs-mojo.html | 6 +-
.../generateTests-mojo.html | 6 +-
.../help-mojo.html | 6 +-
.../index.html | 6 +-
.../integration.html | 6 +-
.../issue-tracking.html | 6 +-
.../junit.html | 6 +-
.../license.html | 6 +-
.../plugin-info.html | 6 +-
.../plugin-management.html | 6 +-
.../plugins.html | 6 +-
.../project-info.html | 6 +-
.../project-reports.html | 6 +-
.../project-summary.html | 6 +-
.../run-mojo.html | 6 +-
.../sitemap.html | 6 +-
.../source-repository.html | 6 +-
.../spock.html | 6 +-
.../team-list.html | 6 +-
.../usage.html | 6 +-
1.2.x/spring-cloud-contract.xml | 279 +++++++++++++++++-
30 files changed, 550 insertions(+), 85 deletions(-)
diff --git a/1.2.x/multi/multi__spring_cloud_contract_faq.html b/1.2.x/multi/multi__spring_cloud_contract_faq.html
index 3f221f0db5..ca450b463f 100644
--- a/1.2.x/multi/multi__spring_cloud_contract_faq.html
+++ b/1.2.x/multi/multi__spring_cloud_contract_faq.html
@@ -115,7 +115,7 @@ one to one to the contents of the repo.
Example of a <parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
- <version>2.0.0.M6</version>
+ <version>2.0.0.BUILD-SNAPSHOT</version>
<relativePath />
</parent>
diff --git a/1.2.x/multi/multi__spring_cloud_contract_stub_runner.html b/1.2.x/multi/multi__spring_cloud_contract_stub_runner.html
index 3fb5ebbe80..4d41b93fb7 100644
--- a/1.2.x/multi/multi__spring_cloud_contract_stub_runner.html
+++ b/1.2.x/multi/multi__spring_cloud_contract_stub_runner.html
@@ -685,4 +685,29 @@ pass an empty classifier this way: groupId:artifactId:vers
downloaded.port means the port of the WireMock server.
![[Important]](images/important.png) | Important |
|---|
Starting with version 1.0.4, you can provide a range of versions that you
would like the Stub Runner to take into consideration. You can read more about the
Aether versioning
-ranges here. |