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

duncangrant pushed a commit to branch update-repos
in repository https://gitbox.apache.org/repos/asf/brooklyn-client.git

commit 6527ea6c32dd4716d7cb98da6dec4f9dba96d237
Author: Duncan Grant <[email protected]>
AuthorDate: Wed Apr 21 09:51:35 2021 +0100

    Mvn 3.8.1 will refuse to use http repos
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 769eb41..c22c06f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -76,7 +76,7 @@
         <repository>
             <id>apache.snapshots</id>
             <name>Apache Snapshot Repository</name>
-            <url>http://repository.apache.org/snapshots</url>
+            <url>https://repository.apache.org/snapshots</url>
             <releases>
                 <enabled>false</enabled>
             </releases>

Reply via email to