From 510c484823f715e62f7480e6a9fbca98ba875bcf Mon Sep 17 00:00:00 2001 From: Ronald Holshausen Date: Wed, 10 Aug 2022 09:43:52 +1000 Subject: [PATCH] chore: Correct JUnit 5 readme --- provider/junit5/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/provider/junit5/README.md b/provider/junit5/README.md index 5a2f38a68c..4dcbbbeb36 100644 --- a/provider/junit5/README.md +++ b/provider/junit5/README.md @@ -164,8 +164,8 @@ Used for coordinated development between consumer and provider teams using match - `deployedTo(environment: String)` - Any versions currently deployed to the specified environment. - `releasedTo(environment: String)` - Any versions currently released and supported in the specified environment. - `environment(environment: String)` - Any versions currently deployed or released and supported in the specified environment. -- `tag(name: String)` - [DEPRECATED] All versions with the specified tag. Tags are deprecated in favor of branches. -- `latestTag(name: String)` - [DEPRECATED] The latest version for each consumer with the specified tag. Tags are deprecated in favor of branches. +- `tag(name: String)` - All versions with the specified tag. Tags are deprecated in favor of branches. +- `latestTag(name: String)` - The latest version for each consumer with the specified tag. Tags are deprecated in favor of branches. If you require more control, your selector method can also return a list of `au.com.dius.pact.core.pactbroker.ConsumerVersionSelectors` instead of the builder class.