From 66ec793363f419ad4ddd896d72518149e6bfb54c Mon Sep 17 00:00:00 2001 From: buildmaster Date: Sat, 23 Dec 2017 01:16:19 +0000 Subject: [PATCH] Sync docs from 1.1.x to gh-pages --- 1.1.x/multi/multi_pr01.html | 2 +- 1.1.x/single/spring-cloud-contract.html | 2 +- 1.1.x/spring-cloud-contract-maven-plugin/checkstyle.html | 2 +- 1.1.x/spring-cloud-contract-maven-plugin/complex.html | 2 +- 1.1.x/spring-cloud-contract-maven-plugin/configs.html | 2 +- 1.1.x/spring-cloud-contract-maven-plugin/convert-mojo.html | 4 ++-- .../generateStubs-mojo.html | 4 ++-- .../generateTests-mojo.html | 4 ++-- 1.1.x/spring-cloud-contract-maven-plugin/help-mojo.html | 4 ++-- 1.1.x/spring-cloud-contract-maven-plugin/index.html | 2 +- 1.1.x/spring-cloud-contract-maven-plugin/integration.html | 2 +- .../spring-cloud-contract-maven-plugin/issue-tracking.html | 2 +- 1.1.x/spring-cloud-contract-maven-plugin/junit.html | 2 +- 1.1.x/spring-cloud-contract-maven-plugin/license.html | 2 +- 1.1.x/spring-cloud-contract-maven-plugin/plugin-info.html | 6 +++--- .../plugin-management.html | 2 +- 1.1.x/spring-cloud-contract-maven-plugin/plugins.html | 2 +- 1.1.x/spring-cloud-contract-maven-plugin/project-info.html | 2 +- .../spring-cloud-contract-maven-plugin/project-reports.html | 2 +- .../spring-cloud-contract-maven-plugin/project-summary.html | 4 ++-- 1.1.x/spring-cloud-contract-maven-plugin/run-mojo.html | 4 ++-- 1.1.x/spring-cloud-contract-maven-plugin/sitemap.html | 2 +- .../source-repository.html | 2 +- 1.1.x/spring-cloud-contract-maven-plugin/spock.html | 2 +- 1.1.x/spring-cloud-contract-maven-plugin/team-list.html | 2 +- 1.1.x/spring-cloud-contract-maven-plugin/usage.html | 2 +- 1.1.x/spring-cloud-contract.html | 2 +- 1.1.x/spring-cloud-contract.xml | 4 ++-- 28 files changed, 37 insertions(+), 37 deletions(-) diff --git a/1.1.x/multi/multi_pr01.html b/1.1.x/multi/multi_pr01.html index 79f7b8a8e7..d00bced087 100644 --- a/1.1.x/multi/multi_pr01.html +++ b/1.1.x/multi/multi_pr01.html @@ -1,4 +1,4 @@

Documentation Authors: Adam Dudczak, Mathias Düsterhöft, Marcin Grzejszczak, Dennis Kieselhorst, Jakub Kubryński, Karol Lassak, -Olga Maciaszek-Sharma, Mariusz Smykuła, Dave Syer

1.1.5.BUILD-SNAPSHOT

\ No newline at end of file +Olga Maciaszek-Sharma, Mariusz Smykuła, Dave Syer

1.1.6.BUILD-SNAPSHOT

\ No newline at end of file diff --git a/1.1.x/single/spring-cloud-contract.html b/1.1.x/single/spring-cloud-contract.html index 33526091d7..5101b8f72e 100644 --- a/1.1.x/single/spring-cloud-contract.html +++ b/1.1.x/single/spring-cloud-contract.html @@ -1,7 +1,7 @@ Spring Cloud Contract

Spring Cloud Contract


Table of Contents

1. Spring Cloud Contract
2. Spring Cloud Contract Verifier Introduction
2.1. Why?
2.1.1. Testing issues
2.2. Purposes
2.3. How
2.3.1. Define the contract
2.3.2. Client Side
2.3.3. Server Side
2.4. Step by step guide to CDC
2.4.1. Technical note
2.4.2. Consumer side (Loan Issuance)
2.4.3. Producer side (Fraud Detection server)
2.4.4. Consumer side (Loan Issuance) final step
2.5. Dependencies
2.6. Additional links
2.6.1. Spring Cloud Contract video
2.6.2. Readings
2.7. Samples
3. Spring Cloud Contract Verifier Setup
3.1. Gradle Project
3.1.1. Prerequisites
3.1.2. Add gradle plugin with dependencies
3.1.3. Gradle and Rest Assured 3.0
3.1.4. Snapshot versions for Gradle
3.1.5. Add stubs
3.1.6. Run plugin
3.1.7. Default setup
3.1.8. Configure plugin
3.1.9. Configuration options
3.1.10. Single base class for all tests
3.1.11. Different base classes for contracts
3.1.12. Invoking generated tests
3.1.13. Spring Cloud Contract Verifier on consumer side
3.2. Using in your Maven project
3.2.1. Add maven plugin
3.2.2. Maven and Rest Assured 3.0
3.2.3. Snapshot versions for Maven
3.2.4. Add stubs
3.2.5. Run plugin
3.2.6. Configure plugin
3.2.7. Important configuration options
3.2.8. Single base class for all tests
3.2.9. Different base classes for contracts
3.2.10. Invoking generated tests
3.2.11. FAQ with Maven Plugin
3.2.12. Maven Plugin and STS
3.2.13. Spring Cloud Contract Verifier on consumer side
3.3. Scenarios
3.4. Stubs and transitive dependencies
4. Spring Cloud Contract Verifier Messaging
4.1. Integrations
4.2. Manual Integration Testing
4.3. Publisher side test generation
4.3.1. Scenario 1 (no input message)
4.3.2. Scenario 2 (output triggered by input)
4.3.3. Scenario 3 (no output message)
4.4. Consumer Stub Side generation
5. Spring Cloud Contract Stub Runner
5.1. Snapshot versions
5.2. Publishing stubs as JARs
5.3. Stub Runner Core
5.3.1. Retrieving stubs
Stub downloading
Classpath scanning
5.3.2. Running stubs
Limitations
Running using main app
HTTP Stubs
Viewing registered mappings
Messaging Stubs
5.4. Stub Runner JUnit Rule
5.4.1. Maven settings
5.4.2. Providing fixed ports
5.4.3. Fluent API
5.4.4. Stub Runner with Spring
5.5. Stub Runner Spring Cloud
5.5.1. Stubbing Service Discovery
Test profiles and service discovery
5.5.2. Additional Configuration
5.6. Stub Runner Boot Application
5.6.1. How to use it?
Stub Runner Server
Spring Cloud CLI
5.6.2. Endpoints
HTTP
Messaging
5.6.3. Example
5.6.4. Stub Runner Boot with Service Discovery
5.7. Stubs Per Consumer
5.8. Common
5.8.1. Common properties for JUnit and Spring
5.8.2. Stub runner stubs ids
6. Stub Runner for Messaging
6.1. Stub triggering
6.1.1. Trigger by label
6.1.2. Trigger by group and artifact ids
6.1.3. Trigger by artifact ids
6.1.4. Trigger all messages
6.2. Stub Runner Camel
6.2.1. Adding it to the project
6.2.2. Disabling the functionality
6.2.3. Examples
Stubs structure
Scenario 1 (no input message)
Scenario 2 (output triggered by input)
Scenario 3 (input with no output)
6.3. Stub Runner Integration
6.3.1. Adding it to the project
6.3.2. Disabling the functionality
6.3.3. Examples
Stubs structure
Scenario 1 (no input message)
Scenario 2 (output triggered by input)
Scenario 3 (input with no output)
6.4. Stub Runner Stream
6.4.1. Adding it to the project
6.4.2. Disabling the functionality
6.4.3. Examples
Stubs structure
Scenario 1 (no input message)
Scenario 2 (output triggered by input)
Scenario 3 (input with no output)
6.5. Stub Runner Spring AMQP
6.5.1. Adding it to the project
6.5.2. Examples
Stubs structure
Triggering the message
Spring AMQP Test Configuration
7. Contract DSL
7.1. Limitations
7.2. Common Top-Level elements
7.2.1. Description
7.2.2. Name
7.2.3. Ignoring Contracts
7.2.4. HTTP Top-Level Elements
7.3. Request
7.4. Response
7.5. Dynamic properties
7.5.1. Dynamic properties inside the body
7.5.2. Regular expressions
7.5.3. Passing Optional Parameters
7.5.4. Executing Custom Methods on the Server Side
7.5.5. Referencing the Request from the Response
7.5.6. Registering Your Own WireMock Extension
7.5.7. Dynamic Properties in the Matchers Sections
7.6. JAX-RS Support
7.7. Async Support
7.8. Working with Context Paths
7.9. Messaging Top-Level Elements
7.9.1. Output Triggered by a Method
7.9.2. Output Triggered by a Message
7.9.3. Consumer/Producer
7.9.4. Common
7.10. Multiple Contracts in One File
8. Customization
8.1. Extending the DSL
8.1.1. Common JAR
8.1.2. Adding the Dependency to the Project
8.1.3. Test the Dependency in the Project’s Dependencies
8.1.4. Test a Dependency in the Plugin’s Dependencies
8.1.5. Referencing classes in DSLs
9. Using the Pluggable Architecture
9.1. Custom Contract Converter
9.1.1. Pact Converter
9.1.2. Pact Contract
9.1.3. Pact for Producers
9.1.4. Pact for Consumers
9.2. Using the Custom Test Generator
9.3. Using the Custom Stub Generator
9.4. Using the Custom Stub Runner
9.5. Using the Custom Stub Downloader
10. Spring Cloud Contract WireMock
10.1. Registering Stubs Automatically
10.2. Using Files to Specify the Stub Bodies
10.3. Alternative: Using JUnit Rules
10.4. Relaxed SSL Validation for Rest Template
10.5. WireMock and Spring MVC Mocks
10.6. Generating Stubs using RestDocs
10.7. Generating Contracts using RestDocs
11. Links

Documentation Authors: Adam Dudczak, Mathias Düsterhöft, Marcin Grzejszczak, Dennis Kieselhorst, Jakub Kubryński, Karol Lassak, -Olga Maciaszek-Sharma, Mariusz Smykuła, Dave Syer

1.1.5.BUILD-SNAPSHOT

1. Spring Cloud Contract

What you always need is confidence in pushing new features into a new application or service in a distributed system. +Olga Maciaszek-Sharma, Mariusz Smykuła, Dave Syer

1.1.6.BUILD-SNAPSHOT

1. Spring Cloud Contract

What you always need is confidence in pushing new features into a new application or service in a distributed system. This project provides support for Consumer Driven Contracts and service schemas in Spring applications, covering a range of options for writing tests, publishing them as assets, asserting that a contract is kept by producers and consumers, for HTTP and message-based interactions.

2. Spring Cloud Contract Verifier Introduction

[Tip]Tip

The Accurest project was initially started by Marcin Grzejszczak and Jakub Kubrynski (codearte.io)

Just to make long story short - Spring Cloud Contract Verifier is a tool that enables Consumer Driven Contract (CDC) development of JVM-based applications. It is shipped diff --git a/1.1.x/spring-cloud-contract-maven-plugin/checkstyle.html b/1.1.x/spring-cloud-contract-maven-plugin/checkstyle.html index 1031b625c3..99733a4047 100644 --- a/1.1.x/spring-cloud-contract-maven-plugin/checkstyle.html +++ b/1.1.x/spring-cloud-contract-maven-plugin/checkstyle.html @@ -149,7 +149,7 @@

  • Last Published: 2017-12-23 |
  • -
  • Version: 1.1.5.BUILD-SNAPSHOT +
  • Version: 1.1.6.BUILD-SNAPSHOT
  • diff --git a/1.1.x/spring-cloud-contract-maven-plugin/complex.html b/1.1.x/spring-cloud-contract-maven-plugin/complex.html index e1bb1cf2a5..6466c9014e 100644 --- a/1.1.x/spring-cloud-contract-maven-plugin/complex.html +++ b/1.1.x/spring-cloud-contract-maven-plugin/complex.html @@ -149,7 +149,7 @@
  • Last Published: 2017-12-23 |
  • -
  • Version: 1.1.5.BUILD-SNAPSHOT +
  • Version: 1.1.6.BUILD-SNAPSHOT
  • diff --git a/1.1.x/spring-cloud-contract-maven-plugin/configs.html b/1.1.x/spring-cloud-contract-maven-plugin/configs.html index 681661e151..0dfdfc8bdb 100644 --- a/1.1.x/spring-cloud-contract-maven-plugin/configs.html +++ b/1.1.x/spring-cloud-contract-maven-plugin/configs.html @@ -149,7 +149,7 @@
  • Last Published: 2017-12-23 |
  • -
  • Version: 1.1.5.BUILD-SNAPSHOT +
  • Version: 1.1.6.BUILD-SNAPSHOT
  • diff --git a/1.1.x/spring-cloud-contract-maven-plugin/convert-mojo.html b/1.1.x/spring-cloud-contract-maven-plugin/convert-mojo.html index 876d1fe2e3..a11502de73 100644 --- a/1.1.x/spring-cloud-contract-maven-plugin/convert-mojo.html +++ b/1.1.x/spring-cloud-contract-maven-plugin/convert-mojo.html @@ -149,7 +149,7 @@
  • Last Published: 2017-12-23 |
  • -
  • Version: 1.1.5.BUILD-SNAPSHOT +
  • Version: 1.1.6.BUILD-SNAPSHOT
  • @@ -263,7 +263,7 @@

    Full name:

    -

    org.springframework.cloud:spring-cloud-contract-maven-plugin:1.1.5.BUILD-SNAPSHOT:convert

    +

    org.springframework.cloud:spring-cloud-contract-maven-plugin:1.1.6.BUILD-SNAPSHOT:convert

    Description:

    diff --git a/1.1.x/spring-cloud-contract-maven-plugin/generateStubs-mojo.html b/1.1.x/spring-cloud-contract-maven-plugin/generateStubs-mojo.html index 67864b8a04..8a72b44207 100644 --- a/1.1.x/spring-cloud-contract-maven-plugin/generateStubs-mojo.html +++ b/1.1.x/spring-cloud-contract-maven-plugin/generateStubs-mojo.html @@ -149,7 +149,7 @@
  • Last Published: 2017-12-23 |
  • -
  • Version: 1.1.5.BUILD-SNAPSHOT +
  • Version: 1.1.6.BUILD-SNAPSHOT
  • @@ -263,7 +263,7 @@

    Full name:

    -

    org.springframework.cloud:spring-cloud-contract-maven-plugin:1.1.5.BUILD-SNAPSHOT:generateStubs

    +

    org.springframework.cloud:spring-cloud-contract-maven-plugin:1.1.6.BUILD-SNAPSHOT:generateStubs

    Description:

    diff --git a/1.1.x/spring-cloud-contract-maven-plugin/generateTests-mojo.html b/1.1.x/spring-cloud-contract-maven-plugin/generateTests-mojo.html index 19e474a14f..49f36d04ac 100644 --- a/1.1.x/spring-cloud-contract-maven-plugin/generateTests-mojo.html +++ b/1.1.x/spring-cloud-contract-maven-plugin/generateTests-mojo.html @@ -149,7 +149,7 @@
  • Last Published: 2017-12-23 |
  • -
  • Version: 1.1.5.BUILD-SNAPSHOT +
  • Version: 1.1.6.BUILD-SNAPSHOT
  • @@ -263,7 +263,7 @@

    Full name:

    -

    org.springframework.cloud:spring-cloud-contract-maven-plugin:1.1.5.BUILD-SNAPSHOT:generateTests

    +

    org.springframework.cloud:spring-cloud-contract-maven-plugin:1.1.6.BUILD-SNAPSHOT:generateTests

    Description:

    diff --git a/1.1.x/spring-cloud-contract-maven-plugin/help-mojo.html b/1.1.x/spring-cloud-contract-maven-plugin/help-mojo.html index f26280e295..7e4189750e 100644 --- a/1.1.x/spring-cloud-contract-maven-plugin/help-mojo.html +++ b/1.1.x/spring-cloud-contract-maven-plugin/help-mojo.html @@ -149,7 +149,7 @@
  • Last Published: 2017-12-23 |
  • -
  • Version: 1.1.5.BUILD-SNAPSHOT +
  • Version: 1.1.6.BUILD-SNAPSHOT
  • @@ -263,7 +263,7 @@

    Full name:

    -

    org.springframework.cloud:spring-cloud-contract-maven-plugin:1.1.5.BUILD-SNAPSHOT:help

    +

    org.springframework.cloud:spring-cloud-contract-maven-plugin:1.1.6.BUILD-SNAPSHOT:help

    Description:

    diff --git a/1.1.x/spring-cloud-contract-maven-plugin/index.html b/1.1.x/spring-cloud-contract-maven-plugin/index.html index 3b19b781b8..e7d0a58ecd 100644 --- a/1.1.x/spring-cloud-contract-maven-plugin/index.html +++ b/1.1.x/spring-cloud-contract-maven-plugin/index.html @@ -149,7 +149,7 @@
  • Last Published: 2017-12-23 |
  • -
  • Version: 1.1.5.BUILD-SNAPSHOT +
  • Version: 1.1.6.BUILD-SNAPSHOT
  • diff --git a/1.1.x/spring-cloud-contract-maven-plugin/integration.html b/1.1.x/spring-cloud-contract-maven-plugin/integration.html index c65bac2445..9b8648b8cc 100644 --- a/1.1.x/spring-cloud-contract-maven-plugin/integration.html +++ b/1.1.x/spring-cloud-contract-maven-plugin/integration.html @@ -149,7 +149,7 @@
  • Last Published: 2017-12-23 |
  • -
  • Version: 1.1.5.BUILD-SNAPSHOT +
  • Version: 1.1.6.BUILD-SNAPSHOT
  • diff --git a/1.1.x/spring-cloud-contract-maven-plugin/issue-tracking.html b/1.1.x/spring-cloud-contract-maven-plugin/issue-tracking.html index 20c5fbdc9c..9c73c3aedd 100644 --- a/1.1.x/spring-cloud-contract-maven-plugin/issue-tracking.html +++ b/1.1.x/spring-cloud-contract-maven-plugin/issue-tracking.html @@ -149,7 +149,7 @@
  • Last Published: 2017-12-23 |
  • -
  • Version: 1.1.5.BUILD-SNAPSHOT +
  • Version: 1.1.6.BUILD-SNAPSHOT
  • diff --git a/1.1.x/spring-cloud-contract-maven-plugin/junit.html b/1.1.x/spring-cloud-contract-maven-plugin/junit.html index bd200f3a9e..259c3f3bdd 100644 --- a/1.1.x/spring-cloud-contract-maven-plugin/junit.html +++ b/1.1.x/spring-cloud-contract-maven-plugin/junit.html @@ -149,7 +149,7 @@
  • Last Published: 2017-12-23 |
  • -
  • Version: 1.1.5.BUILD-SNAPSHOT +
  • Version: 1.1.6.BUILD-SNAPSHOT
  • diff --git a/1.1.x/spring-cloud-contract-maven-plugin/license.html b/1.1.x/spring-cloud-contract-maven-plugin/license.html index c03b182d66..7d1f274623 100644 --- a/1.1.x/spring-cloud-contract-maven-plugin/license.html +++ b/1.1.x/spring-cloud-contract-maven-plugin/license.html @@ -149,7 +149,7 @@
  • Last Published: 2017-12-23 |
  • -
  • Version: 1.1.5.BUILD-SNAPSHOT +
  • Version: 1.1.6.BUILD-SNAPSHOT
  • diff --git a/1.1.x/spring-cloud-contract-maven-plugin/plugin-info.html b/1.1.x/spring-cloud-contract-maven-plugin/plugin-info.html index 672e8a6f60..7a76c036a2 100644 --- a/1.1.x/spring-cloud-contract-maven-plugin/plugin-info.html +++ b/1.1.x/spring-cloud-contract-maven-plugin/plugin-info.html @@ -149,7 +149,7 @@
  • Last Published: 2017-12-23 |
  • -
  • Version: 1.1.5.BUILD-SNAPSHOT +
  • Version: 1.1.6.BUILD-SNAPSHOT
  • @@ -326,7 +326,7 @@ Call mvn spring-cloud-contract:help -Ddetail=true <plugin> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-contract-maven-plugin</artifactId> - <version>1.1.5.BUILD-SNAPSHOT</version> + <version>1.1.6.BUILD-SNAPSHOT</version> </plugin> ... </plugins> @@ -336,7 +336,7 @@ Call mvn spring-cloud-contract:help -Ddetail=true <plugin> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-contract-maven-plugin</artifactId> - <version>1.1.5.BUILD-SNAPSHOT</version> + <version>1.1.6.BUILD-SNAPSHOT</version> </plugin> ... </plugins> diff --git a/1.1.x/spring-cloud-contract-maven-plugin/plugin-management.html b/1.1.x/spring-cloud-contract-maven-plugin/plugin-management.html index f7c133b11b..10aa72cb42 100644 --- a/1.1.x/spring-cloud-contract-maven-plugin/plugin-management.html +++ b/1.1.x/spring-cloud-contract-maven-plugin/plugin-management.html @@ -149,7 +149,7 @@
  • Last Published: 2017-12-23 |
  • -
  • Version: 1.1.5.BUILD-SNAPSHOT +
  • Version: 1.1.6.BUILD-SNAPSHOT
  • diff --git a/1.1.x/spring-cloud-contract-maven-plugin/plugins.html b/1.1.x/spring-cloud-contract-maven-plugin/plugins.html index 6c6d6c3074..f0758b7800 100644 --- a/1.1.x/spring-cloud-contract-maven-plugin/plugins.html +++ b/1.1.x/spring-cloud-contract-maven-plugin/plugins.html @@ -149,7 +149,7 @@
  • Last Published: 2017-12-23 |
  • -
  • Version: 1.1.5.BUILD-SNAPSHOT +
  • Version: 1.1.6.BUILD-SNAPSHOT
  • diff --git a/1.1.x/spring-cloud-contract-maven-plugin/project-info.html b/1.1.x/spring-cloud-contract-maven-plugin/project-info.html index 3624212912..d3ebdcb536 100644 --- a/1.1.x/spring-cloud-contract-maven-plugin/project-info.html +++ b/1.1.x/spring-cloud-contract-maven-plugin/project-info.html @@ -149,7 +149,7 @@
  • Last Published: 2017-12-23 |
  • -
  • Version: 1.1.5.BUILD-SNAPSHOT +
  • Version: 1.1.6.BUILD-SNAPSHOT
  • diff --git a/1.1.x/spring-cloud-contract-maven-plugin/project-reports.html b/1.1.x/spring-cloud-contract-maven-plugin/project-reports.html index 9a55bfe479..158ed1a55e 100644 --- a/1.1.x/spring-cloud-contract-maven-plugin/project-reports.html +++ b/1.1.x/spring-cloud-contract-maven-plugin/project-reports.html @@ -149,7 +149,7 @@
  • Last Published: 2017-12-23 |
  • -
  • Version: 1.1.5.BUILD-SNAPSHOT +
  • Version: 1.1.6.BUILD-SNAPSHOT
  • diff --git a/1.1.x/spring-cloud-contract-maven-plugin/project-summary.html b/1.1.x/spring-cloud-contract-maven-plugin/project-summary.html index 8b34db37e5..28f4c75786 100644 --- a/1.1.x/spring-cloud-contract-maven-plugin/project-summary.html +++ b/1.1.x/spring-cloud-contract-maven-plugin/project-summary.html @@ -149,7 +149,7 @@
  • Last Published: 2017-12-23 |
  • -
  • Version: 1.1.5.BUILD-SNAPSHOT +
  • Version: 1.1.6.BUILD-SNAPSHOT
  • @@ -362,7 +362,7 @@ spring-cloud-contract-maven-plugin Version -1.1.5.BUILD-SNAPSHOT +1.1.6.BUILD-SNAPSHOT Type maven-plugin diff --git a/1.1.x/spring-cloud-contract-maven-plugin/run-mojo.html b/1.1.x/spring-cloud-contract-maven-plugin/run-mojo.html index dae0a43a3f..c7037a2ccf 100644 --- a/1.1.x/spring-cloud-contract-maven-plugin/run-mojo.html +++ b/1.1.x/spring-cloud-contract-maven-plugin/run-mojo.html @@ -149,7 +149,7 @@
  • Last Published: 2017-12-23 |
  • -
  • Version: 1.1.5.BUILD-SNAPSHOT +
  • Version: 1.1.6.BUILD-SNAPSHOT
  • @@ -263,7 +263,7 @@

    Full name:

    -

    org.springframework.cloud:spring-cloud-contract-maven-plugin:1.1.5.BUILD-SNAPSHOT:run

    +

    org.springframework.cloud:spring-cloud-contract-maven-plugin:1.1.6.BUILD-SNAPSHOT:run

    Description:

    diff --git a/1.1.x/spring-cloud-contract-maven-plugin/sitemap.html b/1.1.x/spring-cloud-contract-maven-plugin/sitemap.html index 4782cc5a39..c92edd2012 100644 --- a/1.1.x/spring-cloud-contract-maven-plugin/sitemap.html +++ b/1.1.x/spring-cloud-contract-maven-plugin/sitemap.html @@ -149,7 +149,7 @@
  • Last Published: 2017-12-23 |
  • -
  • Version: 1.1.5.BUILD-SNAPSHOT +
  • Version: 1.1.6.BUILD-SNAPSHOT
  • diff --git a/1.1.x/spring-cloud-contract-maven-plugin/source-repository.html b/1.1.x/spring-cloud-contract-maven-plugin/source-repository.html index d5792bcf0d..3572911fea 100644 --- a/1.1.x/spring-cloud-contract-maven-plugin/source-repository.html +++ b/1.1.x/spring-cloud-contract-maven-plugin/source-repository.html @@ -149,7 +149,7 @@
  • Last Published: 2017-12-23 |
  • -
  • Version: 1.1.5.BUILD-SNAPSHOT +
  • Version: 1.1.6.BUILD-SNAPSHOT
  • diff --git a/1.1.x/spring-cloud-contract-maven-plugin/spock.html b/1.1.x/spring-cloud-contract-maven-plugin/spock.html index 46c2d61274..9af6db9252 100644 --- a/1.1.x/spring-cloud-contract-maven-plugin/spock.html +++ b/1.1.x/spring-cloud-contract-maven-plugin/spock.html @@ -149,7 +149,7 @@
  • Last Published: 2017-12-23 |
  • -
  • Version: 1.1.5.BUILD-SNAPSHOT +
  • Version: 1.1.6.BUILD-SNAPSHOT
  • diff --git a/1.1.x/spring-cloud-contract-maven-plugin/team-list.html b/1.1.x/spring-cloud-contract-maven-plugin/team-list.html index bc7c42a3a7..76ac90d9ad 100644 --- a/1.1.x/spring-cloud-contract-maven-plugin/team-list.html +++ b/1.1.x/spring-cloud-contract-maven-plugin/team-list.html @@ -149,7 +149,7 @@
  • Last Published: 2017-12-23 |
  • -
  • Version: 1.1.5.BUILD-SNAPSHOT +
  • Version: 1.1.6.BUILD-SNAPSHOT
  • diff --git a/1.1.x/spring-cloud-contract-maven-plugin/usage.html b/1.1.x/spring-cloud-contract-maven-plugin/usage.html index 4c892dd651..56db9f8b45 100644 --- a/1.1.x/spring-cloud-contract-maven-plugin/usage.html +++ b/1.1.x/spring-cloud-contract-maven-plugin/usage.html @@ -149,7 +149,7 @@
  • Last Published: 2017-12-23 |
  • -
  • Version: 1.1.5.BUILD-SNAPSHOT +
  • Version: 1.1.6.BUILD-SNAPSHOT
  • diff --git a/1.1.x/spring-cloud-contract.html b/1.1.x/spring-cloud-contract.html index 157551cb2a..527e2ec3a4 100644 --- a/1.1.x/spring-cloud-contract.html +++ b/1.1.x/spring-cloud-contract.html @@ -90,7 +90,7 @@ $(addBlockSwitches);
    -

    1.1.5.BUILD-SNAPSHOT

    +

    1.1.6.BUILD-SNAPSHOT

    diff --git a/1.1.x/spring-cloud-contract.xml b/1.1.x/spring-cloud-contract.xml index 5f3ee6dfec..c315e43218 100644 --- a/1.1.x/spring-cloud-contract.xml +++ b/1.1.x/spring-cloud-contract.xml @@ -4,13 +4,13 @@ Spring Cloud Contract -2017-12-22 +2017-12-20 Documentation Authors: Adam Dudczak, Mathias Düsterhöft, Marcin Grzejszczak, Dennis Kieselhorst, Jakub Kubryński, Karol Lassak, Olga Maciaszek-Sharma, Mariusz Smykuła, Dave Syer -1.1.5.BUILD-SNAPSHOT +1.1.6.BUILD-SNAPSHOT Spring Cloud Contract