pact-foundation / pact-jvm

JVM version of Pact. Enables consumer driven contract testing, providing a mock service and DSL for the consumer project, and interaction playback and verification for the service provider project.
https://docs.pact.io
Apache License 2.0
1.08k stars 479 forks source link

pact-jvm-provider-junit5 4.1.x is not released to Maven Central #1188

Closed aelmekeev closed 4 years ago

aelmekeev commented 4 years ago

pact-jvm-provider-junit5 4.1.x is not released to Maven Central: https://mvnrepository.com/artifact/au.com.dius/pact-jvm-provider-junit5

Thanks a lot for adding pending contracts and WIP contracts feature! Could you please release 4.1.x pact-jvm-provider-junit5 to Maven Central so we can start using them.

uglyog commented 4 years ago

The module names have changed. Refer to https://github.com/DiUS/pact-jvm/releases/tag/4_1_0

aelmekeev commented 4 years ago

🤦 yes, I see it now. Thank you!