From 87f21f2e178e7fcc892344a00bb515654567b095 Mon Sep 17 00:00:00 2001 From: buildmaster Date: Thu, 21 Feb 2019 10:37:22 +0000 Subject: [PATCH] Sync docs from 1.2.x to gh-pages --- 1.2.x/multi/multi__customization.html | 4 ++-- 1.2.x/single/spring-cloud-contract.html | 4 ++-- 1.2.x/spring-cloud-contract-maven-plugin/checkstyle.rss | 8 ++++---- 1.2.x/spring-cloud-contract.xml | 6 +++--- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/1.2.x/multi/multi__customization.html b/1.2.x/multi/multi__customization.html index 3522c8d4ec..6a3262f55e 100644 --- a/1.2.x/multi/multi__customization.html +++ b/1.2.x/multi/multi__customization.html @@ -145,7 +145,7 @@ visible in your Groovy files. The following examples show how to test the depend <scope>test</scope> </dependency>

Gradle.  -

testCompile("com.example:beer-common:0.0.1-SNAPSHOT")

+

testCompile("com.example:beer-common:0.0.1.BUILD-SNAPSHOT")

9.1.4 Test a Dependency in the Plugin’s Dependencies

Now, you must add the dependency for the plugin to reuse at runtime, as shown in the following example:

Maven. 

<plugin>
@@ -172,7 +172,7 @@ following example:

Maven.  </dependencies> </plugin>

Gradle.  -

classpath "com.example:beer-common:0.0.1-SNAPSHOT"

+

classpath "com.example:beer-common:0.0.1.BUILD-SNAPSHOT"

9.1.5 Referencing classes in DSLs

You can now reference your classes in your DSL, as shown in the following example:

package contracts.beer.rest
 
 import com.example.ConsumerUtils
diff --git a/1.2.x/single/spring-cloud-contract.html b/1.2.x/single/spring-cloud-contract.html
index 10a7e011ce..88b02bebd9 100644
--- a/1.2.x/single/spring-cloud-contract.html
+++ b/1.2.x/single/spring-cloud-contract.html
@@ -4679,7 +4679,7 @@ visible in your Groovy files. The following examples show how to test the depend
 	<scope>test</scope>
 </dependency>

Gradle.  -

testCompile("com.example:beer-common:0.0.1-SNAPSHOT")

+

testCompile("com.example:beer-common:0.0.1.BUILD-SNAPSHOT")

9.1.4 Test a Dependency in the Plugin’s Dependencies

Now, you must add the dependency for the plugin to reuse at runtime, as shown in the following example:

Maven. 

<plugin>
@@ -4706,7 +4706,7 @@ following example:

Maven.  </dependencies> </plugin>

Gradle.  -

classpath "com.example:beer-common:0.0.1-SNAPSHOT"

+

classpath "com.example:beer-common:0.0.1.BUILD-SNAPSHOT"

9.1.5 Referencing classes in DSLs

You can now reference your classes in your DSL, as shown in the following example:

package contracts.beer.rest
 
 import com.example.ConsumerUtils
diff --git a/1.2.x/spring-cloud-contract-maven-plugin/checkstyle.rss b/1.2.x/spring-cloud-contract-maven-plugin/checkstyle.rss
index f4de07defc..28651dc871 100644
--- a/1.2.x/spring-cloud-contract-maven-plugin/checkstyle.rss
+++ b/1.2.x/spring-cloud-contract-maven-plugin/checkstyle.rss
@@ -116,7 +116,7 @@ under the License.
               
                           
                 
-                  org/springframework/cloud/contract/maven/verifier/CopyContracts.java
+                  org/springframework/cloud/contract/maven/verifier/RunMojo.java
                 
                 
                   0
@@ -130,7 +130,7 @@ under the License.
               
                           
                 
-                  org/springframework/cloud/contract/maven/verifier/RunMojo.java
+                  org/springframework/cloud/contract/maven/verifier/CopyContracts.java
                 
                 
                   0
@@ -158,7 +158,7 @@ under the License.
               
                           
                 
-                  org/springframework/cloud/contract/maven/verifier/ManifestCreator.java
+                  org/springframework/cloud/contract/maven/verifier/stubrunner/LocalStubRunner.java
                 
                 
                   0
@@ -172,7 +172,7 @@ under the License.
               
                           
                 
-                  org/springframework/cloud/contract/maven/verifier/stubrunner/LocalStubRunner.java
+                  org/springframework/cloud/contract/maven/verifier/ManifestCreator.java
                 
                 
                   0
diff --git a/1.2.x/spring-cloud-contract.xml b/1.2.x/spring-cloud-contract.xml
index 090424f67f..3a5dc64b7c 100644
--- a/1.2.x/spring-cloud-contract.xml
+++ b/1.2.x/spring-cloud-contract.xml
@@ -4,7 +4,7 @@
 
 
 Spring Cloud Contract
-2019-02-21
+2019-02-15
 
 
 
@@ -7550,7 +7550,7 @@ visible in your Groovy files. The following examples show how to test the depend
 
 Gradle
 
-testCompile("com.example:beer-common:0.0.1-SNAPSHOT")
+testCompile("com.example:beer-common:0.0.1.BUILD-SNAPSHOT")
 
 
 
@@ -7589,7 +7589,7 @@ following example:
 
 Gradle
 
-classpath "com.example:beer-common:0.0.1-SNAPSHOT"
+classpath "com.example:beer-common:0.0.1.BUILD-SNAPSHOT"