From 115bce753f53599d27e23c6f9d6d2c3f227c3c85 Mon Sep 17 00:00:00 2001 From: buildmaster Date: Fri, 31 Jan 2020 23:08:44 +0000 Subject: [PATCH] Sync docs from 2.1.x to gh-pages --- 2.1.x/multi/multi__spring_cloud_contract_faq.html | 2 +- 2.1.x/multi/multi_pr01.html | 2 +- 2.1.x/single/spring-cloud-contract.html | 4 ++-- 2.1.x/spring-cloud-contract-maven-plugin/checkstyle.html | 2 +- 2.1.x/spring-cloud-contract-maven-plugin/ci-management.html | 2 +- 2.1.x/spring-cloud-contract-maven-plugin/complex.html | 2 +- 2.1.x/spring-cloud-contract-maven-plugin/configs.html | 2 +- 2.1.x/spring-cloud-contract-maven-plugin/convert-mojo.html | 4 ++-- .../generateStubs-mojo.html | 4 ++-- .../generateTests-mojo.html | 4 ++-- 2.1.x/spring-cloud-contract-maven-plugin/help-mojo.html | 4 ++-- 2.1.x/spring-cloud-contract-maven-plugin/index.html | 2 +- .../issue-management.html | 2 +- 2.1.x/spring-cloud-contract-maven-plugin/junit.html | 2 +- 2.1.x/spring-cloud-contract-maven-plugin/licenses.html | 2 +- 2.1.x/spring-cloud-contract-maven-plugin/plugin-info.html | 6 +++--- .../plugin-management.html | 4 ++-- 2.1.x/spring-cloud-contract-maven-plugin/plugins.html | 2 +- 2.1.x/spring-cloud-contract-maven-plugin/project-info.html | 2 +- .../spring-cloud-contract-maven-plugin/project-reports.html | 2 +- .../pushStubsToScm-mojo.html | 4 ++-- 2.1.x/spring-cloud-contract-maven-plugin/run-mojo.html | 4 ++-- 2.1.x/spring-cloud-contract-maven-plugin/scm.html | 2 +- 2.1.x/spring-cloud-contract-maven-plugin/sitemap.html | 2 +- 2.1.x/spring-cloud-contract-maven-plugin/spock.html | 2 +- 2.1.x/spring-cloud-contract-maven-plugin/summary.html | 4 ++-- 2.1.x/spring-cloud-contract-maven-plugin/team.html | 2 +- 2.1.x/spring-cloud-contract-maven-plugin/usage.html | 2 +- 2.1.x/spring-cloud-contract.html | 2 +- 2.1.x/spring-cloud-contract.xml | 4 ++-- 30 files changed, 42 insertions(+), 42 deletions(-) diff --git a/2.1.x/multi/multi__spring_cloud_contract_faq.html b/2.1.x/multi/multi__spring_cloud_contract_faq.html index 87206233f3..7c3b9f9634 100644 --- a/2.1.x/multi/multi__spring_cloud_contract_faq.html +++ b/2.1.x/multi/multi__spring_cloud_contract_faq.html @@ -123,7 +123,7 @@ one to one to the contents of the repo.

Example of a <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <java.version>1.8</java.version> - <spring-cloud-contract.version>2.1.5.BUILD-SNAPSHOT</spring-cloud-contract.version> + <spring-cloud-contract.version>2.1.6.BUILD-SNAPSHOT</spring-cloud-contract.version> <spring-cloud-release.version>Greenwich.BUILD-SNAPSHOT </spring-cloud-release.version> <excludeBuildFolders>true</excludeBuildFolders> diff --git a/2.1.x/multi/multi_pr01.html b/2.1.x/multi/multi_pr01.html index b05ec1c137..5b6186867c 100644 --- a/2.1.x/multi/multi_pr01.html +++ b/2.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, Jay Bryant

2.1.5.BUILD-SNAPSHOT

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

2.1.6.BUILD-SNAPSHOT

\ No newline at end of file diff --git a/2.1.x/single/spring-cloud-contract.html b/2.1.x/single/spring-cloud-contract.html index db4b02dce1..14d7961baf 100644 --- a/2.1.x/single/spring-cloud-contract.html +++ b/2.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. History
2.2. Why a Contract Verifier?
2.2.1. Testing issues
2.3. Purposes
2.4. How It Works
2.4.1. A Three-second Tour
On the Producer Side
On the Consumer Side
2.4.2. A Three-minute Tour
On the Producer Side
On the Consumer Side
2.4.3. Defining the Contract
2.4.4. Client Side
2.4.5. Server Side
2.5. Step-by-step Guide to Consumer Driven Contracts (CDC)
2.5.1. Technical note
2.5.2. Consumer side (Loan Issuance)
2.5.3. Producer side (Fraud Detection server)
2.5.4. Consumer Side (Loan Issuance) Final Step
2.6. Dependencies
2.7. Additional Links
2.7.1. Spring Cloud Contract video
2.7.2. Readings
2.8. Samples
3. Spring Cloud Contract FAQ
3.1. Why use Spring Cloud Contract Verifier and not X ?
3.2. I don’t want to write a contract in Groovy!
3.3. What is this value(consumer(), producer()) ?
3.4. How to do Stubs versioning?
3.4.1. API Versioning
3.4.2. JAR versioning
3.4.3. Dev or prod stubs
3.5. Common repo with contracts
3.5.1. Repo structure
3.5.2. Workflow
3.5.3. Consumer
3.5.4. Producer
3.5.5. How can I define messaging contracts per topic not per producer?
For Maven Project
For Gradle Project
3.6. Do I need a Binary Storage? Can’t I use Git?
3.6.1. Protocol convention
3.6.2. Producer
3.6.3. Producer with contracts stored locally
Keeping contracts with the producer and stubs in an external repository
3.6.4. Consumer
3.7. Can I use the Pact Broker?
3.7.1. Pact Consumer
3.7.2. Producer
3.7.3. Pact Consumer (Producer Contract approach)
3.8. How can I debug the request/response being sent by the generated tests client?
3.8.1. How can I debug the mapping/request/response being sent by WireMock?
3.8.2. How can I see what got registered in the HTTP server stub?
3.8.3. Can I reference text from file?
4. Spring Cloud Contract Verifier Setup
4.1. Gradle Project
4.1.1. Prerequisites
5. Add Gradle Plugin with Dependencies
5.1. Gradle and Rest Assured 2.0
5.2. Snapshot Versions for Gradle
5.3. Add stubs
5.4. Run the Plugin
5.5. Default Setup
5.6. Configure Plugin
5.7. Configuration Options
5.8. Single Base Class for All Tests
5.9. Different Base Classes for Contracts
5.10. Invoking Generated Tests
5.11. Pushing stubs to SCM
5.12. Spring Cloud Contract Verifier on the Consumer Side
5.13. Maven Project
5.13.1. Add maven plugin
5.13.2. Maven and Rest Assured 2.0
5.13.3. Snapshot versions for Maven
5.13.4. Add stubs
5.13.5. Run plugin
5.13.6. Configure plugin
5.13.7. Configuration Options
5.13.8. Single Base Class for All Tests
5.13.9. Different base classes for contracts
5.13.10. Invoking generated tests
5.13.11. Pushing stubs to SCM
5.13.12. Maven Plugin and STS
5.13.13. Maven Plugin with Spock Tests
5.14. Stubs and Transitive Dependencies
5.15. Scenarios
5.16. Docker Project
5.16.1. Short intro to Maven, JARs and Binary storage
5.16.2. How it works
Environment Variables
5.16.3. Example of usage
5.16.4. Server side (nodejs)
6. Spring Cloud Contract Verifier Messaging
6.1. Integrations
6.2. Manual Integration Testing
6.3. Publisher-Side Test Generation
6.3.1. Scenario 1: No Input Message
6.3.2. Scenario 2: Output Triggered by Input
6.3.3. Scenario 3: No Output Message
6.4. Consumer Stub Generation
7. Spring Cloud Contract Stub Runner
7.1. Snapshot versions
7.2. Publishing Stubs as JARs
7.3. Stub Runner Core
7.3.1. Retrieving stubs
Stub downloading
Classpath scanning
Configuring HTTP Server Stubs
7.3.2. Running stubs
Running using main app
HTTP Stubs
Viewing registered mappings
Messaging Stubs
7.4. Stub Runner JUnit Rule and Stub Runner JUnit5 Extension
7.4.1. Maven settings
7.4.2. Providing fixed ports
7.4.3. Fluent API
7.4.4. Stub Runner with Spring
7.5. Stub Runner Spring Cloud
7.5.1. Stubbing Service Discovery
Test profiles and service discovery
7.5.2. Additional Configuration
7.6. Stub Runner Boot Application
7.6.1. How to use it?
Stub Runner Server
Stub Runner Server Fat Jar
Spring Cloud CLI
7.6.2. Endpoints
HTTP
Messaging
7.6.3. Example
7.6.4. Stub Runner Boot with Service Discovery
7.7. Stubs Per Consumer
7.8. Common
7.8.1. Common Properties for JUnit and Spring
7.8.2. Stub Runner Stubs IDs
7.9. Stub Runner Docker
7.9.1. How to use it
7.9.2. Example of client side usage in a non JVM project
8. Stub Runner for Messaging
8.1. Stub triggering
8.1.1. Trigger by Label
8.1.2. Trigger by Group and Artifact Ids
8.1.3. Trigger by Artifact Ids
8.1.4. Trigger All Messages
8.2. Stub Runner Camel
8.2.1. Adding it to the project
8.2.2. Disabling the functionality
8.2.3. Examples
Stubs structure
Scenario 1 (no input message)
Scenario 2 (output triggered by input)
Scenario 3 (input with no output)
8.3. Stub Runner Integration
8.3.1. Adding the Runner to the Project
8.3.2. Disabling the functionality
Scenario 1 (no input message)
Scenario 2 (output triggered by input)
Scenario 3 (input with no output)
8.4. Stub Runner Stream
8.4.1. Adding the Runner to the Project
8.4.2. Disabling the functionality
Scenario 1 (no input message)
Scenario 2 (output triggered by input)
Scenario 3 (input with no output)
8.5. Stub Runner Spring AMQP
8.5.1. Adding the Runner to the Project
Triggering the message
Spring AMQP Test Configuration
9. Contract DSL
9.1. Limitations
9.2. Common Top-Level elements
9.2.1. Description
9.2.2. Name
9.2.3. Ignoring Contracts
9.2.4. Passing Values from Files
9.2.5. HTTP Top-Level Elements
9.3. Request
9.4. Response
9.5. Dynamic properties
9.5.1. Dynamic properties inside the body
9.5.2. Regular expressions
9.5.3. Passing Optional Parameters
9.5.4. Executing Custom Methods on the Server Side
9.5.5. Referencing the Request from the Response
9.5.6. Registering Your Own WireMock Extension
9.5.7. Dynamic Properties in the Matchers Sections
9.6. JAX-RS Support
9.7. Async Support
9.8. Working with Context Paths
9.9. Working with WebFlux
9.9.1. WebFlux with WebTestClient
9.9.2. WebFlux with Explicit mode
9.10. XML Support for REST
9.11. Messaging Top-Level Elements
9.11.1. Output Triggered by a Method
9.11.2. Output Triggered by a Message
9.11.3. Consumer/Producer
9.11.4. Common
9.12. Multiple Contracts in One File
9.13. Generating Spring REST Docs snippets from the contracts
10. Customization
10.1. Extending the DSL
10.1.1. Common JAR
10.1.2. Adding the Dependency to the Project
10.1.3. Test the Dependency in the Project’s Dependencies
10.1.4. Test a Dependency in the Plugin’s Dependencies
10.1.5. Referencing classes in DSLs
11. Using the Pluggable Architecture
11.1. Custom Contract Converter
11.1.1. Pact Converter
11.1.2. Pact Contract
11.1.3. Pact for Producers
11.1.4. Pact for Consumers
11.2. Using the Custom Test Generator
11.3. Using the Custom Stub Generator
11.4. Using the Custom Stub Runner
11.5. Using the Custom Stub Downloader
11.6. Using the SCM Stub Downloader
11.7. Using the Pact Stub Downloader
12. Spring Cloud Contract WireMock
12.1. Registering Stubs Automatically
12.2. Using Files to Specify the Stub Bodies
12.3. Alternative: Using JUnit Rules
12.4. Relaxed SSL Validation for Rest Template
12.5. WireMock and Spring MVC Mocks
12.6. Customization of WireMock configuration
12.7. Generating Stubs using REST Docs
12.8. Generating Contracts by Using REST Docs
13. Migrations
13.1. 1.0.x → 1.1.x
13.1.1. New structure of generated stubs
13.2. 1.1.x → 1.2.x
13.2.1. Custom HttpServerStub
13.2.2. New packages for generated tests
13.2.3. New Methods in TemplateProcessor
13.2.4. RestAssured 3.0
13.3. 1.2.x → 2.0.x
14. 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, Jay Bryant

2.1.5.BUILD-SNAPSHOT

1. Spring Cloud Contract

You need confidence when pushing new features to a new application or service in a +Olga Maciaszek-Sharma, Mariusz Smykuła, Dave Syer, Jay Bryant

2.1.6.BUILD-SNAPSHOT

1. Spring Cloud Contract

You need confidence when pushing new features to a new application or service in a distributed system. This project provides support for Consumer Driven Contracts and service schemas in Spring applications (for both HTTP and message-based interactions), covering a range of options for writing tests, publishing them as assets, and asserting @@ -968,7 +968,7 @@ one to one to the contents of the repo.

Example of a <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <java.version>1.8</java.version> - <spring-cloud-contract.version>2.1.5.BUILD-SNAPSHOT</spring-cloud-contract.version> + <spring-cloud-contract.version>2.1.6.BUILD-SNAPSHOT</spring-cloud-contract.version> <spring-cloud-release.version>Greenwich.BUILD-SNAPSHOT </spring-cloud-release.version> <excludeBuildFolders>true</excludeBuildFolders> diff --git a/2.1.x/spring-cloud-contract-maven-plugin/checkstyle.html b/2.1.x/spring-cloud-contract-maven-plugin/checkstyle.html index 90e06b3e5b..53ea0ec598 100644 --- a/2.1.x/spring-cloud-contract-maven-plugin/checkstyle.html +++ b/2.1.x/spring-cloud-contract-maven-plugin/checkstyle.html @@ -149,7 +149,7 @@

  • Last Published: 2020-01-31 |
  • -
  • Version: 2.1.5.BUILD-SNAPSHOT +
  • Version: 2.1.6.BUILD-SNAPSHOT
  • diff --git a/2.1.x/spring-cloud-contract-maven-plugin/ci-management.html b/2.1.x/spring-cloud-contract-maven-plugin/ci-management.html index 8034815d5c..a590ee9d61 100644 --- a/2.1.x/spring-cloud-contract-maven-plugin/ci-management.html +++ b/2.1.x/spring-cloud-contract-maven-plugin/ci-management.html @@ -149,7 +149,7 @@
  • Last Published: 2020-01-31 |
  • -
  • Version: 2.1.5.BUILD-SNAPSHOT +
  • Version: 2.1.6.BUILD-SNAPSHOT
  • diff --git a/2.1.x/spring-cloud-contract-maven-plugin/complex.html b/2.1.x/spring-cloud-contract-maven-plugin/complex.html index 9e37b0f2e4..d01d17362d 100644 --- a/2.1.x/spring-cloud-contract-maven-plugin/complex.html +++ b/2.1.x/spring-cloud-contract-maven-plugin/complex.html @@ -149,7 +149,7 @@
  • Last Published: 2020-01-31 |
  • -
  • Version: 2.1.5.BUILD-SNAPSHOT +
  • Version: 2.1.6.BUILD-SNAPSHOT
  • diff --git a/2.1.x/spring-cloud-contract-maven-plugin/configs.html b/2.1.x/spring-cloud-contract-maven-plugin/configs.html index 53481aa093..f021f056cc 100644 --- a/2.1.x/spring-cloud-contract-maven-plugin/configs.html +++ b/2.1.x/spring-cloud-contract-maven-plugin/configs.html @@ -149,7 +149,7 @@
  • Last Published: 2020-01-31 |
  • -
  • Version: 2.1.5.BUILD-SNAPSHOT +
  • Version: 2.1.6.BUILD-SNAPSHOT
  • diff --git a/2.1.x/spring-cloud-contract-maven-plugin/convert-mojo.html b/2.1.x/spring-cloud-contract-maven-plugin/convert-mojo.html index 83d8b08c43..76f628c9e1 100644 --- a/2.1.x/spring-cloud-contract-maven-plugin/convert-mojo.html +++ b/2.1.x/spring-cloud-contract-maven-plugin/convert-mojo.html @@ -149,7 +149,7 @@
  • Last Published: 2020-01-31 |
  • -
  • Version: 2.1.5.BUILD-SNAPSHOT +
  • Version: 2.1.6.BUILD-SNAPSHOT
  • @@ -263,7 +263,7 @@

    Full name:

    -

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

    +

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

    Description:

    diff --git a/2.1.x/spring-cloud-contract-maven-plugin/generateStubs-mojo.html b/2.1.x/spring-cloud-contract-maven-plugin/generateStubs-mojo.html index 98af9cd8ab..c942941328 100644 --- a/2.1.x/spring-cloud-contract-maven-plugin/generateStubs-mojo.html +++ b/2.1.x/spring-cloud-contract-maven-plugin/generateStubs-mojo.html @@ -149,7 +149,7 @@
  • Last Published: 2020-01-31 |
  • -
  • Version: 2.1.5.BUILD-SNAPSHOT +
  • Version: 2.1.6.BUILD-SNAPSHOT
  • @@ -263,7 +263,7 @@

    Full name:

    -

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

    +

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

    Description:

    diff --git a/2.1.x/spring-cloud-contract-maven-plugin/generateTests-mojo.html b/2.1.x/spring-cloud-contract-maven-plugin/generateTests-mojo.html index 4bd5e69dff..ccfb636e53 100644 --- a/2.1.x/spring-cloud-contract-maven-plugin/generateTests-mojo.html +++ b/2.1.x/spring-cloud-contract-maven-plugin/generateTests-mojo.html @@ -149,7 +149,7 @@
  • Last Published: 2020-01-31 |
  • -
  • Version: 2.1.5.BUILD-SNAPSHOT +
  • Version: 2.1.6.BUILD-SNAPSHOT
  • @@ -263,7 +263,7 @@

    Full name:

    -

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

    +

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

    Description:

    diff --git a/2.1.x/spring-cloud-contract-maven-plugin/help-mojo.html b/2.1.x/spring-cloud-contract-maven-plugin/help-mojo.html index 08e7f2a836..cb5bd71e20 100644 --- a/2.1.x/spring-cloud-contract-maven-plugin/help-mojo.html +++ b/2.1.x/spring-cloud-contract-maven-plugin/help-mojo.html @@ -149,7 +149,7 @@
  • Last Published: 2020-01-31 |
  • -
  • Version: 2.1.5.BUILD-SNAPSHOT +
  • Version: 2.1.6.BUILD-SNAPSHOT
  • @@ -263,7 +263,7 @@

    Full name:

    -

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

    +

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

    Description:

    diff --git a/2.1.x/spring-cloud-contract-maven-plugin/index.html b/2.1.x/spring-cloud-contract-maven-plugin/index.html index c58b918f47..73b4c990b4 100644 --- a/2.1.x/spring-cloud-contract-maven-plugin/index.html +++ b/2.1.x/spring-cloud-contract-maven-plugin/index.html @@ -149,7 +149,7 @@
  • Last Published: 2020-01-31 |
  • -
  • Version: 2.1.5.BUILD-SNAPSHOT +
  • Version: 2.1.6.BUILD-SNAPSHOT
  • diff --git a/2.1.x/spring-cloud-contract-maven-plugin/issue-management.html b/2.1.x/spring-cloud-contract-maven-plugin/issue-management.html index 6a3bb97064..1297486082 100644 --- a/2.1.x/spring-cloud-contract-maven-plugin/issue-management.html +++ b/2.1.x/spring-cloud-contract-maven-plugin/issue-management.html @@ -149,7 +149,7 @@
  • Last Published: 2020-01-31 |
  • -
  • Version: 2.1.5.BUILD-SNAPSHOT +
  • Version: 2.1.6.BUILD-SNAPSHOT
  • diff --git a/2.1.x/spring-cloud-contract-maven-plugin/junit.html b/2.1.x/spring-cloud-contract-maven-plugin/junit.html index feb2ddf693..959e6c8244 100644 --- a/2.1.x/spring-cloud-contract-maven-plugin/junit.html +++ b/2.1.x/spring-cloud-contract-maven-plugin/junit.html @@ -149,7 +149,7 @@
  • Last Published: 2020-01-31 |
  • -
  • Version: 2.1.5.BUILD-SNAPSHOT +
  • Version: 2.1.6.BUILD-SNAPSHOT
  • diff --git a/2.1.x/spring-cloud-contract-maven-plugin/licenses.html b/2.1.x/spring-cloud-contract-maven-plugin/licenses.html index 8b897e69b0..e03035b544 100644 --- a/2.1.x/spring-cloud-contract-maven-plugin/licenses.html +++ b/2.1.x/spring-cloud-contract-maven-plugin/licenses.html @@ -149,7 +149,7 @@
  • Last Published: 2020-01-31 |
  • -
  • Version: 2.1.5.BUILD-SNAPSHOT +
  • Version: 2.1.6.BUILD-SNAPSHOT
  • diff --git a/2.1.x/spring-cloud-contract-maven-plugin/plugin-info.html b/2.1.x/spring-cloud-contract-maven-plugin/plugin-info.html index 6f87558b66..7cc8e7f20a 100644 --- a/2.1.x/spring-cloud-contract-maven-plugin/plugin-info.html +++ b/2.1.x/spring-cloud-contract-maven-plugin/plugin-info.html @@ -149,7 +149,7 @@
  • Last Published: 2020-01-31 |
  • -
  • Version: 2.1.5.BUILD-SNAPSHOT +
  • Version: 2.1.6.BUILD-SNAPSHOT
  • @@ -330,7 +330,7 @@ origin. <plugin> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-contract-maven-plugin</artifactId> - <version>2.1.5.BUILD-SNAPSHOT</version> + <version>2.1.6.BUILD-SNAPSHOT</version> </plugin> ... </plugins> @@ -340,7 +340,7 @@ origin. <plugin> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-contract-maven-plugin</artifactId> - <version>2.1.5.BUILD-SNAPSHOT</version> + <version>2.1.6.BUILD-SNAPSHOT</version> </plugin> ... </plugins> diff --git a/2.1.x/spring-cloud-contract-maven-plugin/plugin-management.html b/2.1.x/spring-cloud-contract-maven-plugin/plugin-management.html index c6e21a319c..515c07f3b1 100644 --- a/2.1.x/spring-cloud-contract-maven-plugin/plugin-management.html +++ b/2.1.x/spring-cloud-contract-maven-plugin/plugin-management.html @@ -149,7 +149,7 @@
  • Last Published: 2020-01-31 |
  • -
  • Version: 2.1.5.BUILD-SNAPSHOT +
  • Version: 2.1.6.BUILD-SNAPSHOT
  • @@ -401,7 +401,7 @@ org.springframework.boot spring-boot-maven-plugin -2.1.12.RELEASE +2.1.10.RELEASE pl.project13.maven git-commit-id-plugin diff --git a/2.1.x/spring-cloud-contract-maven-plugin/plugins.html b/2.1.x/spring-cloud-contract-maven-plugin/plugins.html index 5fc3bc7bd3..04e84af75e 100644 --- a/2.1.x/spring-cloud-contract-maven-plugin/plugins.html +++ b/2.1.x/spring-cloud-contract-maven-plugin/plugins.html @@ -149,7 +149,7 @@
  • Last Published: 2020-01-31 |
  • -
  • Version: 2.1.5.BUILD-SNAPSHOT +
  • Version: 2.1.6.BUILD-SNAPSHOT
  • diff --git a/2.1.x/spring-cloud-contract-maven-plugin/project-info.html b/2.1.x/spring-cloud-contract-maven-plugin/project-info.html index 72e2359c3c..c566cdbe6c 100644 --- a/2.1.x/spring-cloud-contract-maven-plugin/project-info.html +++ b/2.1.x/spring-cloud-contract-maven-plugin/project-info.html @@ -149,7 +149,7 @@
  • Last Published: 2020-01-31 |
  • -
  • Version: 2.1.5.BUILD-SNAPSHOT +
  • Version: 2.1.6.BUILD-SNAPSHOT
  • diff --git a/2.1.x/spring-cloud-contract-maven-plugin/project-reports.html b/2.1.x/spring-cloud-contract-maven-plugin/project-reports.html index 40e9e58033..b56bc932b3 100644 --- a/2.1.x/spring-cloud-contract-maven-plugin/project-reports.html +++ b/2.1.x/spring-cloud-contract-maven-plugin/project-reports.html @@ -149,7 +149,7 @@
  • Last Published: 2020-01-31 |
  • -
  • Version: 2.1.5.BUILD-SNAPSHOT +
  • Version: 2.1.6.BUILD-SNAPSHOT
  • diff --git a/2.1.x/spring-cloud-contract-maven-plugin/pushStubsToScm-mojo.html b/2.1.x/spring-cloud-contract-maven-plugin/pushStubsToScm-mojo.html index a71e374aeb..2693cd3a43 100644 --- a/2.1.x/spring-cloud-contract-maven-plugin/pushStubsToScm-mojo.html +++ b/2.1.x/spring-cloud-contract-maven-plugin/pushStubsToScm-mojo.html @@ -149,7 +149,7 @@
  • Last Published: 2020-01-31 |
  • -
  • Version: 2.1.5.BUILD-SNAPSHOT +
  • Version: 2.1.6.BUILD-SNAPSHOT
  • @@ -263,7 +263,7 @@

    Full name:

    -

    org.springframework.cloud:spring-cloud-contract-maven-plugin:2.1.5.BUILD-SNAPSHOT:pushStubsToScm

    +

    org.springframework.cloud:spring-cloud-contract-maven-plugin:2.1.6.BUILD-SNAPSHOT:pushStubsToScm

    Description:

    diff --git a/2.1.x/spring-cloud-contract-maven-plugin/run-mojo.html b/2.1.x/spring-cloud-contract-maven-plugin/run-mojo.html index 09e1bb9544..98f3109a4b 100644 --- a/2.1.x/spring-cloud-contract-maven-plugin/run-mojo.html +++ b/2.1.x/spring-cloud-contract-maven-plugin/run-mojo.html @@ -149,7 +149,7 @@
  • Last Published: 2020-01-31 |
  • -
  • Version: 2.1.5.BUILD-SNAPSHOT +
  • Version: 2.1.6.BUILD-SNAPSHOT
  • @@ -263,7 +263,7 @@

    Full name:

    -

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

    +

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

    Description:

    diff --git a/2.1.x/spring-cloud-contract-maven-plugin/scm.html b/2.1.x/spring-cloud-contract-maven-plugin/scm.html index f687dbcdff..bfe6f4d099 100644 --- a/2.1.x/spring-cloud-contract-maven-plugin/scm.html +++ b/2.1.x/spring-cloud-contract-maven-plugin/scm.html @@ -149,7 +149,7 @@
  • Last Published: 2020-01-31 |
  • -
  • Version: 2.1.5.BUILD-SNAPSHOT +
  • Version: 2.1.6.BUILD-SNAPSHOT
  • diff --git a/2.1.x/spring-cloud-contract-maven-plugin/sitemap.html b/2.1.x/spring-cloud-contract-maven-plugin/sitemap.html index 154a1afe19..fb22d5627c 100644 --- a/2.1.x/spring-cloud-contract-maven-plugin/sitemap.html +++ b/2.1.x/spring-cloud-contract-maven-plugin/sitemap.html @@ -149,7 +149,7 @@
  • Last Published: 2020-01-31 |
  • -
  • Version: 2.1.5.BUILD-SNAPSHOT +
  • Version: 2.1.6.BUILD-SNAPSHOT
  • diff --git a/2.1.x/spring-cloud-contract-maven-plugin/spock.html b/2.1.x/spring-cloud-contract-maven-plugin/spock.html index 4eead5c5b1..a0059031c9 100644 --- a/2.1.x/spring-cloud-contract-maven-plugin/spock.html +++ b/2.1.x/spring-cloud-contract-maven-plugin/spock.html @@ -149,7 +149,7 @@
  • Last Published: 2020-01-31 |
  • -
  • Version: 2.1.5.BUILD-SNAPSHOT +
  • Version: 2.1.6.BUILD-SNAPSHOT
  • diff --git a/2.1.x/spring-cloud-contract-maven-plugin/summary.html b/2.1.x/spring-cloud-contract-maven-plugin/summary.html index b1ab184e34..051b56de7d 100644 --- a/2.1.x/spring-cloud-contract-maven-plugin/summary.html +++ b/2.1.x/spring-cloud-contract-maven-plugin/summary.html @@ -149,7 +149,7 @@
  • Last Published: 2020-01-31 |
  • -
  • Version: 2.1.5.BUILD-SNAPSHOT +
  • Version: 2.1.6.BUILD-SNAPSHOT
  • @@ -362,7 +362,7 @@ spring-cloud-contract-maven-plugin Version -2.1.5.BUILD-SNAPSHOT +2.1.6.BUILD-SNAPSHOT Type maven-plugin diff --git a/2.1.x/spring-cloud-contract-maven-plugin/team.html b/2.1.x/spring-cloud-contract-maven-plugin/team.html index 09e9509adb..fc0b29288b 100644 --- a/2.1.x/spring-cloud-contract-maven-plugin/team.html +++ b/2.1.x/spring-cloud-contract-maven-plugin/team.html @@ -149,7 +149,7 @@
  • Last Published: 2020-01-31 |
  • -
  • Version: 2.1.5.BUILD-SNAPSHOT +
  • Version: 2.1.6.BUILD-SNAPSHOT
  • diff --git a/2.1.x/spring-cloud-contract-maven-plugin/usage.html b/2.1.x/spring-cloud-contract-maven-plugin/usage.html index 50d2a3b457..9bc110979c 100644 --- a/2.1.x/spring-cloud-contract-maven-plugin/usage.html +++ b/2.1.x/spring-cloud-contract-maven-plugin/usage.html @@ -149,7 +149,7 @@
  • Last Published: 2020-01-31 |
  • -
  • Version: 2.1.5.BUILD-SNAPSHOT +
  • Version: 2.1.6.BUILD-SNAPSHOT
  • diff --git a/2.1.x/spring-cloud-contract.html b/2.1.x/spring-cloud-contract.html index 11d933a4d2..14d58befc2 100644 --- a/2.1.x/spring-cloud-contract.html +++ b/2.1.x/spring-cloud-contract.html @@ -90,7 +90,7 @@ $(addBlockSwitches);
    -

    2.1.5.BUILD-SNAPSHOT

    +

    2.1.6.BUILD-SNAPSHOT

    diff --git a/2.1.x/spring-cloud-contract.xml b/2.1.x/spring-cloud-contract.xml index 065bf0e2f5..330e4429d9 100644 --- a/2.1.x/spring-cloud-contract.xml +++ b/2.1.x/spring-cloud-contract.xml @@ -10,7 +10,7 @@ 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, Jay Bryant -2.1.5.BUILD-SNAPSHOT +2.1.6.BUILD-SNAPSHOT Spring Cloud Contract @@ -1633,7 +1633,7 @@ one to one to the contents of the repo. <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <java.version>1.8</java.version> - <spring-cloud-contract.version>2.1.5.BUILD-SNAPSHOT</spring-cloud-contract.version> + <spring-cloud-contract.version>2.1.6.BUILD-SNAPSHOT</spring-cloud-contract.version> <spring-cloud-release.version>Greenwich.BUILD-SNAPSHOT </spring-cloud-release.version> <excludeBuildFolders>true</excludeBuildFolders>