From e9f4cf857de88f50138438a035355c8aac0cdf3b Mon Sep 17 00:00:00 2001 From: buildmaster Date: Fri, 29 May 2020 19:32:37 +0000 Subject: [PATCH] Sync docs from 2.2.x to gh-pages --- 2.2.x/reference/html/howto.html | 4 ++-- 2.2.x/reference/html/legal.html | 2 +- 2.2.x/reference/htmlsingle/index.html | 6 +++--- 2.2.x/reference/pdf/spring-cloud-contract.pdf | 10 +++++----- .../apidocs/allclasses-frame.html | 6 +++--- .../apidocs/allclasses-noframe.html | 6 +++--- .../apidocs/constant-values.html | 8 ++++---- .../apidocs/deprecated-list.html | 8 ++++---- .../apidocs/help-doc.html | 8 ++++---- .../apidocs/index-all.html | 8 ++++---- .../apidocs/index.html | 4 ++-- .../contract/maven/verifier/BaseClassMapping.html | 8 ++++---- .../cloud/contract/maven/verifier/ConvertMojo.html | 8 ++++---- .../contract/maven/verifier/GenerateStubsMojo.html | 8 ++++---- .../contract/maven/verifier/GenerateTestsMojo.html | 8 ++++---- .../cloud/contract/maven/verifier/HelpMojo.html | 8 ++++---- .../contract/maven/verifier/PushStubsToScmMojo.html | 8 ++++---- .../cloud/contract/maven/verifier/RunMojo.html | 8 ++++---- .../maven/verifier/class-use/BaseClassMapping.html | 8 ++++---- .../maven/verifier/class-use/ConvertMojo.html | 8 ++++---- .../maven/verifier/class-use/GenerateStubsMojo.html | 8 ++++---- .../maven/verifier/class-use/GenerateTestsMojo.html | 8 ++++---- .../contract/maven/verifier/class-use/HelpMojo.html | 8 ++++---- .../maven/verifier/class-use/PushStubsToScmMojo.html | 8 ++++---- .../contract/maven/verifier/class-use/RunMojo.html | 8 ++++---- .../cloud/contract/maven/verifier/package-frame.html | 6 +++--- .../contract/maven/verifier/package-summary.html | 8 ++++---- .../cloud/contract/maven/verifier/package-tree.html | 8 ++++---- .../cloud/contract/maven/verifier/package-use.html | 8 ++++---- .../stubrunner/AetherStubDownloaderFactory.html | 8 ++++---- .../maven/verifier/stubrunner/LocalStubRunner.html | 8 ++++---- .../maven/verifier/stubrunner/RemoteStubRunner.html | 8 ++++---- .../class-use/AetherStubDownloaderFactory.html | 8 ++++---- .../stubrunner/class-use/LocalStubRunner.html | 8 ++++---- .../stubrunner/class-use/RemoteStubRunner.html | 8 ++++---- .../maven/verifier/stubrunner/package-frame.html | 6 +++--- .../maven/verifier/stubrunner/package-summary.html | 8 ++++---- .../maven/verifier/stubrunner/package-tree.html | 8 ++++---- .../maven/verifier/stubrunner/package-use.html | 8 ++++---- .../apidocs/overview-frame.html | 6 +++--- .../apidocs/overview-summary.html | 10 +++++----- .../apidocs/overview-tree.html | 8 ++++---- .../checkstyle.html | 8 ++++---- .../ci-management.html | 8 ++++---- .../spring-cloud-contract-maven-plugin/complex.html | 8 ++++---- .../spring-cloud-contract-maven-plugin/configs.html | 8 ++++---- .../convert-mojo.html | 10 +++++----- .../generateStubs-mojo.html | 10 +++++----- .../generateTests-mojo.html | 10 +++++----- .../help-mojo.html | 10 +++++----- 2.2.x/spring-cloud-contract-maven-plugin/index.html | 8 ++++---- .../issue-management.html | 8 ++++---- 2.2.x/spring-cloud-contract-maven-plugin/junit.html | 8 ++++---- .../spring-cloud-contract-maven-plugin/licenses.html | 8 ++++---- .../plugin-info.html | 12 ++++++------ .../plugin-management.html | 8 ++++---- .../spring-cloud-contract-maven-plugin/plugins.html | 8 ++++---- .../project-info.html | 8 ++++---- .../project-reports.html | 8 ++++---- .../pushStubsToScm-mojo.html | 10 +++++----- .../spring-cloud-contract-maven-plugin/run-mojo.html | 10 +++++----- 2.2.x/spring-cloud-contract-maven-plugin/scm.html | 8 ++++---- .../spring-cloud-contract-maven-plugin/sitemap.html | 8 ++++---- 2.2.x/spring-cloud-contract-maven-plugin/spock.html | 8 ++++---- .../spring-cloud-contract-maven-plugin/summary.html | 10 +++++----- 2.2.x/spring-cloud-contract-maven-plugin/team.html | 8 ++++---- 2.2.x/spring-cloud-contract-maven-plugin/usage.html | 8 ++++---- 67 files changed, 266 insertions(+), 266 deletions(-) diff --git a/2.2.x/reference/html/howto.html b/2.2.x/reference/html/howto.html index fd7cfc559b..872e892901 100644 --- a/2.2.x/reference/html/howto.html +++ b/2.2.x/reference/html/howto.html @@ -584,14 +584,14 @@ one-to-one to the contents of the repository.

<parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> - <version>2.2.5.RELEASE</version> + <version>2.3.0.RELEASE</version> <relativePath/> </parent> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <java.version>1.8</java.version> - <spring-cloud-contract.version>2.2.3.BUILD-SNAPSHOT</spring-cloud-contract.version> + <spring-cloud-contract.version>2.2.4.BUILD-SNAPSHOT</spring-cloud-contract.version> <spring-cloud-release.version>Hoxton.BUILD-SNAPSHOT</spring-cloud-release.version> <excludeBuildFolders>true</excludeBuildFolders> </properties> diff --git a/2.2.x/reference/html/legal.html b/2.2.x/reference/html/legal.html index 9b67968ce9..7431256f09 100644 --- a/2.2.x/reference/html/legal.html +++ b/2.2.x/reference/html/legal.html @@ -98,7 +98,7 @@ $(addBlockSwitches);
-

2.2.3.BUILD-SNAPSHOT

+

2.2.4.BUILD-SNAPSHOT

Copyright © 2012-2019

diff --git a/2.2.x/reference/htmlsingle/index.html b/2.2.x/reference/htmlsingle/index.html index b2976aa504..6704481b7d 100644 --- a/2.2.x/reference/htmlsingle/index.html +++ b/2.2.x/reference/htmlsingle/index.html @@ -215,7 +215,7 @@ $(addBlockSwitches);
-

2.2.3.BUILD-SNAPSHOT

+

2.2.4.BUILD-SNAPSHOT

Copyright © 2012-2019

@@ -17763,14 +17763,14 @@ one-to-one to the contents of the repository.

<parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> - <version>2.2.5.RELEASE</version> + <version>2.3.0.RELEASE</version> <relativePath/> </parent> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <java.version>1.8</java.version> - <spring-cloud-contract.version>2.2.3.BUILD-SNAPSHOT</spring-cloud-contract.version> + <spring-cloud-contract.version>2.2.4.BUILD-SNAPSHOT</spring-cloud-contract.version> <spring-cloud-release.version>Hoxton.BUILD-SNAPSHOT</spring-cloud-release.version> <excludeBuildFolders>true</excludeBuildFolders> </properties> diff --git a/2.2.x/reference/pdf/spring-cloud-contract.pdf b/2.2.x/reference/pdf/spring-cloud-contract.pdf index ffefab2cf7..694a09d8ed 100644 --- a/2.2.x/reference/pdf/spring-cloud-contract.pdf +++ b/2.2.x/reference/pdf/spring-cloud-contract.pdf @@ -5,8 +5,8 @@ /Author /Creator (Asciidoctor PDF 1.5.0.alpha.18, based on Prawn 2.2.2) /Producer -/ModDate (D:20200528162705+00'00') -/CreationDate (D:20200528162738+00'00') +/ModDate (D:20200529192851+00'00') +/CreationDate (D:20200529192922+00'00') >> endobj 2 0 obj @@ -3597,7 +3597,7 @@ ET BT 48.24 753.206 Td /F1.0 10.5 Tf -[<322e322e332e4255494c442d534e415053484f> 20.0195 <54>] TJ +[<322e322e342e4255494c442d534e415053484f> 20.0195 <54>] TJ ET 0.0 0.0 0.0 SCN @@ -196567,7 +196567,7 @@ ET BT 71.24 123.745 Td /F3.0 11 Tf - Tj + Tj ET 0.0 0.0 0.0 SCN @@ -196708,7 +196708,7 @@ ET BT 71.24 781.69 Td /F3.0 11 Tf - Tj + Tj ET 0.0 0.0 0.0 SCN diff --git a/2.2.x/spring-cloud-contract-maven-plugin/apidocs/allclasses-frame.html b/2.2.x/spring-cloud-contract-maven-plugin/apidocs/allclasses-frame.html index 34b4d435cc..fd941b5735 100644 --- a/2.2.x/spring-cloud-contract-maven-plugin/apidocs/allclasses-frame.html +++ b/2.2.x/spring-cloud-contract-maven-plugin/apidocs/allclasses-frame.html @@ -2,10 +2,10 @@ - + -All Classes (Spring Cloud Contract Maven Plugin 2.2.3.BUILD-SNAPSHOT API) - +All Classes (Spring Cloud Contract Maven Plugin 2.2.4.BUILD-SNAPSHOT API) + diff --git a/2.2.x/spring-cloud-contract-maven-plugin/apidocs/allclasses-noframe.html b/2.2.x/spring-cloud-contract-maven-plugin/apidocs/allclasses-noframe.html index 46310e018f..bd837791f5 100644 --- a/2.2.x/spring-cloud-contract-maven-plugin/apidocs/allclasses-noframe.html +++ b/2.2.x/spring-cloud-contract-maven-plugin/apidocs/allclasses-noframe.html @@ -2,10 +2,10 @@ - + -All Classes (Spring Cloud Contract Maven Plugin 2.2.3.BUILD-SNAPSHOT API) - +All Classes (Spring Cloud Contract Maven Plugin 2.2.4.BUILD-SNAPSHOT API) + diff --git a/2.2.x/spring-cloud-contract-maven-plugin/apidocs/constant-values.html b/2.2.x/spring-cloud-contract-maven-plugin/apidocs/constant-values.html index f7b570cea3..17e46ee106 100644 --- a/2.2.x/spring-cloud-contract-maven-plugin/apidocs/constant-values.html +++ b/2.2.x/spring-cloud-contract-maven-plugin/apidocs/constant-values.html @@ -2,10 +2,10 @@ - + -Constant Field Values (Spring Cloud Contract Maven Plugin 2.2.3.BUILD-SNAPSHOT API) - +Constant Field Values (Spring Cloud Contract Maven Plugin 2.2.4.BUILD-SNAPSHOT API) + @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/2.2.x/spring-cloud-contract-maven-plugin/apidocs/org/springframework/cloud/contract/maven/verifier/package-summary.html b/2.2.x/spring-cloud-contract-maven-plugin/apidocs/org/springframework/cloud/contract/maven/verifier/package-summary.html index 6f26d6da76..90b0c5db02 100644 --- a/2.2.x/spring-cloud-contract-maven-plugin/apidocs/org/springframework/cloud/contract/maven/verifier/package-summary.html +++ b/2.2.x/spring-cloud-contract-maven-plugin/apidocs/org/springframework/cloud/contract/maven/verifier/package-summary.html @@ -2,10 +2,10 @@ - + -org.springframework.cloud.contract.maven.verifier (Spring Cloud Contract Maven Plugin 2.2.3.BUILD-SNAPSHOT API) - +org.springframework.cloud.contract.maven.verifier (Spring Cloud Contract Maven Plugin 2.2.4.BUILD-SNAPSHOT API) + @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/2.2.x/spring-cloud-contract-maven-plugin/apidocs/org/springframework/cloud/contract/maven/verifier/stubrunner/package-summary.html b/2.2.x/spring-cloud-contract-maven-plugin/apidocs/org/springframework/cloud/contract/maven/verifier/stubrunner/package-summary.html index a1365f582e..ce67d29bbc 100644 --- a/2.2.x/spring-cloud-contract-maven-plugin/apidocs/org/springframework/cloud/contract/maven/verifier/stubrunner/package-summary.html +++ b/2.2.x/spring-cloud-contract-maven-plugin/apidocs/org/springframework/cloud/contract/maven/verifier/stubrunner/package-summary.html @@ -2,10 +2,10 @@ - + -org.springframework.cloud.contract.maven.verifier.stubrunner (Spring Cloud Contract Maven Plugin 2.2.3.BUILD-SNAPSHOT API) - +org.springframework.cloud.contract.maven.verifier.stubrunner (Spring Cloud Contract Maven Plugin 2.2.4.BUILD-SNAPSHOT API) + @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ diff --git a/2.2.x/spring-cloud-contract-maven-plugin/apidocs/overview-summary.html b/2.2.x/spring-cloud-contract-maven-plugin/apidocs/overview-summary.html index bd54ec6217..dda750799b 100644 --- a/2.2.x/spring-cloud-contract-maven-plugin/apidocs/overview-summary.html +++ b/2.2.x/spring-cloud-contract-maven-plugin/apidocs/overview-summary.html @@ -2,10 +2,10 @@ - + -Overview (Spring Cloud Contract Maven Plugin 2.2.3.BUILD-SNAPSHOT API) - +Overview (Spring Cloud Contract Maven Plugin 2.2.4.BUILD-SNAPSHOT API) + @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@