commit:     c64e847510fe9f6f3bcd10a6bc4525505d20e9a1
Author:     zongyu <zzy2529420793 <AT> gmail <DOT> com>
AuthorDate: Mon Jun 15 01:35:23 2020 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Mon Jul  6 09:48:25 2020 +0000
URL:        https://gitweb.gentoo.org/proj/java-ebuilder.git/commit/?id=c64e8475

replace SRC_URI in tree.sh with the new domain of maven-central

Signed-off-by: zongyu <zzy2529420793 <AT> gmail.com>

 scripts/tree.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/tree.sh b/scripts/tree.sh
index c44c127..6bb7cc5 100755
--- a/scripts/tree.sh
+++ b/scripts/tree.sh
@@ -72,7 +72,7 @@ gebd() {
     PA=${PA//_/-}
 
     local M=${MA}-${MV}
-    local 
SRC_URI="http://central.maven.org/maven2/${WORKDIR}/${MV}/${M}-sources.jar";
+    local 
SRC_URI="https://repo.maven.apache.org/maven2/${WORKDIR}/${MV}/${M}-sources.jar";
 
     if [[ ! -f "${POMDIR}"/${M}.pom ]]; then
         pushd "${POMDIR}" > /dev/null

Reply via email to