This is an automated email from the ASF dual-hosted git repository.
skygo pushed a commit to branch release112
in repository https://gitbox.apache.org/repos/asf/netbeans.git
The following commit(s) were added to refs/heads/release112 by this push:
new e99882c https mandatory to access central
e99882c is described below
commit e99882c3fc69612f8df14371c9ce2cf86781f760
Author: Eric Barboni <[email protected]>
AuthorDate: Thu Jan 16 15:06:03 2020 +0100
https mandatory to access central
---
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 9e8b99b..f6a9c3e 100644
--- a/nbbuild/antsrc/org/netbeans/nbbuild/extlibs/DownloadBinaries.java
+++ b/nbbuild/antsrc/org/netbeans/nbbuild/extlibs/DownloadBinaries.java
@@ -167,7 +167,7 @@ public class DownloadBinaries extends Task {
if (local.exists()) {
url = local.toURI().toString();
} else {
- url = "http://central.maven.org/maven2/" + cacheName;
+ url = "https://repo1.maven.org/maven2/" + cacheName;
}
URL u = new URL(url);
return downloadFromServer(u);
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists