Hello, when running verify (and publish result) on the provider side, I have to specify the version of the provider -Dpact.provider.version="1.2.3-$(git rev-parse --short HEAD)". However, the base version of the provider is usually defined in the pom of the provider (project.version). Is there some config in the pom that I can set so that I do not have to pass this directive to maven? I see for the consumer, i can do: