Skip to content

Commit

Permalink
doc: added note about setting the provider version when using the spr…
Browse files Browse the repository at this point in the history
…ing runner
  • Loading branch information
Ronald Holshausen committed May 13, 2018
1 parent f27ed9d commit 09c8e16
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pact-jvm-provider-spring/README.md
Expand Up @@ -19,6 +19,9 @@ Supports:
- **au.com.dius.pact.provider.junit.State** custom annotation - before each interaction that requires a state change,
all methods annotated by `@State` with appropriate the state listed will be invoked.

**NOTE:** For publishing provider verification results to a pact broker, make sure the Java system property `pact.provider.version`
is set with the version of your provider.

## Example of MockMvc test

```java
Expand Down

0 comments on commit 09c8e16

Please sign in to comment.