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

skygo pushed a commit to branch release100
in repository https://gitbox.apache.org/repos/asf/netbeans.git


The following commit(s) were added to refs/heads/release100 by this push:
     new 5826e31  url was changed
5826e31 is described below

commit 5826e31a559ba778d9d8727a2ec2266f582f6940
Author: Eric Barboni <sk...@apache.org>
AuthorDate: Thu Mar 12 00:47:59 2020 +0100

    url was changed
---
 nbbuild/antsrc/org/netbeans/nbbuild/extlibs/DownloadBinaries.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nbbuild/antsrc/org/netbeans/nbbuild/extlibs/DownloadBinaries.java 
b/nbbuild/antsrc/org/netbeans/nbbuild/extlibs/DownloadBinaries.java
index b64b141..550e824 100644
--- a/nbbuild/antsrc/org/netbeans/nbbuild/extlibs/DownloadBinaries.java
+++ b/nbbuild/antsrc/org/netbeans/nbbuild/extlibs/DownloadBinaries.java
@@ -171,7 +171,7 @@ public class DownloadBinaries extends Task {
         if (local.exists()) {
             url = local.toURI().toString();
         } else {
-            url = "https://central.maven.org/maven2/"; + cacheName;
+            url = "https://repo1.maven.org/maven2/"; + cacheName;
         }
         URL u = new URL(url);
         return downloadFromServer(u);


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to