You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by du...@apache.org on 2021/04/21 08:52:17 UTC

[brooklyn-client] branch update-repos created (now 6527ea6)

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

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


      at 6527ea6  Mvn 3.8.1 will refuse to use http repos

This branch includes the following new commits:

     new 6527ea6  Mvn 3.8.1 will refuse to use http repos

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[brooklyn-client] 01/01: Mvn 3.8.1 will refuse to use http repos

Posted by du...@apache.org.
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 <du...@cloudsoft.io>
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>