You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2019/05/22 05:13:43 UTC

[karaf] branch master updated: Switch to using https in the poms

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

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


The following commit(s) were added to refs/heads/master by this push:
     new c7cd407  Switch to using https in the poms
     new 93e9df3  Merge pull request #850 from coheigea/https
c7cd407 is described below

commit c7cd4070dad2023a49fc9b02b3e98ed95e54b461
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Tue May 21 14:44:06 2019 +0100

    Switch to using https in the poms
---
 .../src/main/resources/archetype-resources/pom.xml     |  2 +-
 assemblies/features/base/pom.xml                       |  2 +-
 pom.xml                                                | 18 +++++++++---------
 3 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/archetypes/assembly/src/main/resources/archetype-resources/pom.xml b/archetypes/assembly/src/main/resources/archetype-resources/pom.xml
index 4072ed3..a895d09 100644
--- a/archetypes/assembly/src/main/resources/archetype-resources/pom.xml
+++ b/archetypes/assembly/src/main/resources/archetype-resources/pom.xml
@@ -33,7 +33,7 @@
         <repository>
             <id>apache.servicemix.m2</id>
             <name>Apache ServiceMix M2 repository</name>
-            <url>http://svn.apache.org/repos/asf/servicemix/m2-repo</url>
+            <url>https://svn.apache.org/repos/asf/servicemix/m2-repo</url>
             <releases>
                 <enabled>true</enabled>
             </releases>
diff --git a/assemblies/features/base/pom.xml b/assemblies/features/base/pom.xml
index 2462702..4e54904 100644
--- a/assemblies/features/base/pom.xml
+++ b/assemblies/features/base/pom.xml
@@ -277,7 +277,7 @@
         <repository>
             <id>jenkins</id>
             <name>jenkins</name>
-            <url>http://repo.jenkins-ci.org/releases/</url>
+            <url>https://repo.jenkins-ci.org/releases/</url>
         </repository>
     </repositories>
 </project>
diff --git a/pom.xml b/pom.xml
index 507e3d6..5223ab1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -98,28 +98,28 @@
             <subscribe>dev-subscribe@karaf.apache.org</subscribe>
             <unsubscribe>dev-unsubscribe@karaf.apache.org</unsubscribe>
             <post>-</post>
-            <archive>http://www.mail-archive.com/dev%karaf.apache.org/</archive>
+            <archive>https://www.mail-archive.com/dev%karaf.apache.org/</archive>
         </mailingList>
         <mailingList>
             <name>Karaf User</name>
             <subscribe>user-subscribe@karaf.apache.org</subscribe>
             <unsubscribe>user-unsubscribe@karaf.apache.org</unsubscribe>
             <post>-</post>
-            <archive>http://www.mail-archive.com/user%40karaf.apache.org/</archive>
+            <archive>https://www.mail-archive.com/user%40karaf.apache.org/</archive>
         </mailingList>
         <mailingList>
             <name>Karaf Commits</name>
             <subscribe>commits-subscribe@karaf.apache.org</subscribe>
             <unsubscribe>commits-unsubscribe@karaf.apache.org</unsubscribe>
             <post>-</post>
-            <archive>http://www.mail-archive.com/commits%40karaf.apache.org/</archive>
+            <archive>https://www.mail-archive.com/commits%40karaf.apache.org/</archive>
         </mailingList>
         <mailingList>
             <name>Karaf Issues</name>
             <subscribe>issues-subscribe@karaf.apache.org</subscribe>
             <unsubscribe>issues-unsubscribe@karaf.apache.org</unsubscribe>
             <post>-</post>
-            <archive>http://www.mail-archive.com/issues%40karaf.apache.org/</archive>
+            <archive>https://www.mail-archive.com/issues%40karaf.apache.org/</archive>
         </mailingList>
     </mailingLists>
 
@@ -127,11 +127,11 @@
         <developer>
             <name>The Apache Karaf Team</name>
             <email>dev@karaf.apache.org</email>
-            <url>http://karaf.apache.org</url>
+            <url>https://karaf.apache.org</url>
             <organization>Apache Software Foundation</organization>
-            <organizationUrl>http://apache.org/</organizationUrl>
+            <organizationUrl>https://apache.org/</organizationUrl>
             <properties>
-                <picUrl>http://karaf.apache.org/images/karaf-logo.png</picUrl>
+                <picUrl>https://karaf.apache.org/images/karaf-logo.png</picUrl>
             </properties>
         </developer>
     </developers>
@@ -344,7 +344,7 @@
         <repository>
             <id>apache-snapshots</id>
             <name>Apache Snapshots Repository</name>
-            <url>http://repository.apache.org/content/groups/snapshots-group</url>
+            <url>https://repository.apache.org/content/groups/snapshots-group</url>
             <releases>
                 <enabled>false</enabled>
             </releases>
@@ -370,7 +370,7 @@
         <pluginRepository>
             <id>apache-snapshots</id>
             <name>Apache Snapshots Repository</name>
-            <url>http://repository.apache.org/content/groups/snapshots-group</url>
+            <url>https://repository.apache.org/content/groups/snapshots-group</url>
             <releases>
                 <enabled>false</enabled>
             </releases>