diff --git a/spring-cloud-contract-stub-runner/README.adoc b/spring-cloud-contract-stub-runner/README.adoc index cbd8e6ad91..c2b1b3fe70 100644 --- a/spring-cloud-contract-stub-runner/README.adoc +++ b/spring-cloud-contract-stub-runner/README.adoc @@ -490,11 +490,11 @@ For the properties check the *Stub Runner Spring* section. ===== Stub Runner Server Fat Jar -You can download a standalone JAR from Maven (for example, for version 1.2.3.RELEASE), as follows: +You can download a standalone JAR from Maven (e.g. for version 2.0.1.RELEASE), as follows: [source,bash,indent=0] ---- -$ wget -O stub-runner.jar 'https://search.maven.org/remote_content?g=org.springframework.cloud&a=spring-cloud-contract-stub-runner-boot&v=1.2.3.RELEASE' +$ wget -O stub-runner.jar 'https://search.maven.org/remotecontent?filepath=org/springframework/cloud/spring-cloud-contract-stub-runner-boot/2.0.1.RELEASE/spring-cloud-contract-stub-runner-boot-2.0.1.RELEASE.jar' $ java -jar stub-runner.jar --stubrunner.ids=... --stubrunner.repositoryRoot=... ----