diff --git a/README.adoc b/README.adoc index a5ca762306..a53cdab61a 100644 --- a/README.adoc +++ b/README.adoc @@ -1298,7 +1298,7 @@ Example of a `pom.xml` inside the `server` folder. UTF-8 1.8 - 1.0.0.BUILD-SNAPSHOT + 1.0.1.BUILD-SNAPSHOT Camden.BUILD-SNAPSHOT diff --git a/docs/src/main/asciidoc/verifier/rest.adoc b/docs/src/main/asciidoc/verifier/rest.adoc index 81de4b5b1c..9633291fbc 100644 --- a/docs/src/main/asciidoc/verifier/rest.adoc +++ b/docs/src/main/asciidoc/verifier/rest.adoc @@ -433,7 +433,7 @@ extended by the autogenerated tests. You have two options: The convention is such that if you have a contract under e.g. `src/test/resources/contract/hello/v1/` and provide the value of the `packageWithBaseClasses` property to `hello` then we will assume that there is a `HelloV1Base` class under `hello` package. In other words we take last two parts of package -if they exist and form a class with a `Base` suffix. Takes precedence over **baseClassForTests**. Example of usage in the `contracts` closure: +if they exist and form a class with a `Base` suffix. Takes precedence over **baseClassForTests**. Example of usage: [source,xml,indent=0] ---- diff --git a/spring-cloud-contract-tools/spring-cloud-contract-maven-plugin/src/test/projects/basic-generated-baseclass/pom.xml b/spring-cloud-contract-tools/spring-cloud-contract-maven-plugin/src/test/projects/basic-generated-baseclass/pom.xml index dfdd1e3394..8e9c0093ab 100644 --- a/spring-cloud-contract-tools/spring-cloud-contract-maven-plugin/src/test/projects/basic-generated-baseclass/pom.xml +++ b/spring-cloud-contract-tools/spring-cloud-contract-maven-plugin/src/test/projects/basic-generated-baseclass/pom.xml @@ -35,7 +35,7 @@ hello - +