This is an automated email from the ASF dual-hosted git repository. adriancole pushed a commit to branch comply-one in repository https://gitbox.apache.org/repos/asf/incubator-zipkin-website.git
commit 0efbb4473e0fa1bc3383cf7779a57b26fc8ba0d2 Author: Adrian Cole <[email protected]> AuthorDate: Thu May 16 11:13:34 2019 +0200 Updates quickstart to comply with ASF policy https://www.apache.org/dev/release-distribution.html#maven says we aren't allowed to point to ASF repos --- quickstart.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickstart.sh b/quickstart.sh index 3634230..e2e9cc9 100755 --- a/quickstart.sh +++ b/quickstart.sh @@ -15,7 +15,7 @@ color_bad=$(tput setaf 1 || true) color_warn=$(tput setaf 3 || true) color_reset=$(tput sgr0 || true) -repo=https://repo.maven.apache.org/maven2 +repo=https://repo1.maven.org/maven2/ usage() { cat <<EOF
