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

[brooklyn-dist] branch master updated: Mvn 3.8.1 will refuse to use http repos

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

heneveld pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-dist.git


The following commit(s) were added to refs/heads/master by this push:
     new e24c0b7  Mvn 3.8.1 will refuse to use http repos
     new 87f842f  This closes #172
e24c0b7 is described below

commit e24c0b7df8e39993511fc18b37d3760a3b5c7d7e
Author: Duncan Grant <du...@cloudsoft.io>
AuthorDate: Wed Apr 21 09:25:37 2021 +0100

    Mvn 3.8.1 will refuse to use http repos
    
    I've updated to  https which works even though repository.apache returns
    a 302 to the http endpoint apparently that's ok
---
 archetypes/quickstart/pom.xml                     | 2 +-
 archetypes/quickstart/src/brooklyn-sample/pom.xml | 2 +-
 downstream-parent/pom.xml                         | 2 +-
 pom.xml                                           | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/archetypes/quickstart/pom.xml b/archetypes/quickstart/pom.xml
index 420c69a..32c6b8a 100644
--- a/archetypes/quickstart/pom.xml
+++ b/archetypes/quickstart/pom.xml
@@ -45,7 +45,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>
diff --git a/archetypes/quickstart/src/brooklyn-sample/pom.xml b/archetypes/quickstart/src/brooklyn-sample/pom.xml
index 2b5a7da..1ac4688 100644
--- a/archetypes/quickstart/src/brooklyn-sample/pom.xml
+++ b/archetypes/quickstart/src/brooklyn-sample/pom.xml
@@ -54,7 +54,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>
diff --git a/downstream-parent/pom.xml b/downstream-parent/pom.xml
index 64af79f..921f285 100644
--- a/downstream-parent/pom.xml
+++ b/downstream-parent/pom.xml
@@ -50,7 +50,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>
diff --git a/pom.xml b/pom.xml
index 00b0045..ef2558e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -80,7 +80,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>