diff --git a/README.md b/README.md index 1179050..a8bf54d 100644 --- a/README.md +++ b/README.md @@ -8,14 +8,14 @@ A simple way to deploy [WireMock](http://www.wiremock.org) on to Heroku ## Instructions ### TLDR: - git clone git@github.com:Mahoney/wiremock-heroku.git && \ + git clone git@github.com:jimirocks/wiremock-heroku.git && \ cd wiremock-heroku && \ ./wiremock-heroku.sh ### For those who want to understand: - Clone this repository ``` -git clone git@github.com:Mahoney/wiremock-heroku.git +git clone git@github.com:jimirocks/wiremock-heroku.git cd wiremock-heroku ``` - Add a heroku remote diff --git a/manifest.sh b/manifest.sh index da618c1..fc982bd 100644 --- a/manifest.sh +++ b/manifest.sh @@ -1,2 +1,2 @@ -ARTIFACT_URL=http://repo1.maven.org/maven2/com/github/tomakehurst/wiremock-standalone/2.0.10-beta/wiremock-standalone-2.0.10-beta.jar +ARTIFACT_URL=http://repo1.maven.org/maven2/com/github/tomakehurst/wiremock-standalone/2.5.0/wiremock-standalone-2.5.0.jar DOWNLOAD_FROM=public