You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by jk...@apache.org on 2019/05/25 11:28:40 UTC

[ant] branch master updated: updated default m2 repository location

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 7af3b61  updated default m2 repository location
7af3b61 is described below

commit 7af3b616206fb9b21f0c2e318140ccb020102ef8
Author: jkf <jm...@famkruithof.net>
AuthorDate: Sat May 25 13:07:23 2019 +0200

    updated default m2 repository location
---
 lib/libraries.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/libraries.properties b/lib/libraries.properties
index 040ef31..0105d98 100644
--- a/lib/libraries.properties
+++ b/lib/libraries.properties
@@ -26,7 +26,7 @@ m2.antlib.url=${m2.url}/${m2.version}/binaries/${m2.jar.name}
 m2.sha1.checksum=b09be554228d66d208e5fef5266844aacf443abc
 
 # Repository to use by default for fetching dependencies.
-m2.repo=http://repo1.maven.org/maven2/
+m2.repo=https://repo1.maven.org/maven2/
 
 # Versions of different libraries. Please keep in alphabetical order, except
 # when a specific dependency forces them to be out-of-order