From b5351bd6c8a41d58101696d0c12cdcd531b112ed Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Mon, 20 Aug 2018 14:05:37 +0200 Subject: [PATCH] Updated the link to stub runner fat jar --- spring-cloud-contract-stub-runner/README.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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=... ----