You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zipkin.apache.org by ad...@apache.org on 2019/05/17 06:56:31 UTC

[incubator-zipkin-website] branch master updated: Updates quickstart to comply with ASF policy (#13)

This is an automated email from the ASF dual-hosted git repository.

adriancole pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-zipkin-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 3d52fac  Updates quickstart to comply with ASF policy (#13)
3d52fac is described below

commit 3d52facfd8da096bec4cf84f02098541e75d98e0
Author: Adrian Cole <ad...@users.noreply.github.com>
AuthorDate: Fri May 17 08:56:27 2019 +0200

    Updates quickstart to comply with ASF policy (#13)
    
    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..ee19b54 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