You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by gi...@apache.org on 2022/09/21 19:17:07 UTC

[druid] branch master updated: Update pull-deps docs with correct repo list. (#13134)

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

gian pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git


The following commit(s) were added to refs/heads/master by this push:
     new 2f731f356e Update pull-deps docs with correct repo list. (#13134)
2f731f356e is described below

commit 2f731f356ed6fe8e39d23aae398fe16b20d55fae
Author: Gian Merlino <gi...@gmail.com>
AuthorDate: Wed Sep 21 12:16:57 2022 -0700

    Update pull-deps docs with correct repo list. (#13134)
    
    There is only one default remote repo at this time.
---
 docs/operations/pull-deps.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/operations/pull-deps.md b/docs/operations/pull-deps.md
index fc530a8c5d..ab2d5546b4 100644
--- a/docs/operations/pull-deps.md
+++ b/docs/operations/pull-deps.md
@@ -49,11 +49,11 @@ A local repository that Maven will use to put downloaded files. Then pull-deps w
 
 `-r` or `--remoteRepository`
 
-Add a remote repository. Unless `--no-default-remote-repositories` is provided, these will be used after https://repo1.maven.org/maven2/ and http://metamx.artifactoryonline.com/metamx/pub-libs-releases-local
+Add a remote repository. Unless `--no-default-remote-repositories` is provided, these will be used after https://repo1.maven.org/maven2/.
 
 `--no-default-remote-repositories`
 
-Don't use the default remote repositories, only use the repositories provided directly via --remoteRepository.
+Don't use the default remote repository, https://repo1.maven.org/maven2/. Only use the repositories provided directly via --remoteRepository.
 
 `-d` or `--defaultVersion`
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org