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:16:39 UTC

[karaf-cellar] branch cellar-4.1.x updated: Use https in pom.xml

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

jbonofre pushed a commit to branch cellar-4.1.x
in repository https://gitbox.apache.org/repos/asf/karaf-cellar.git


The following commit(s) were added to refs/heads/cellar-4.1.x by this push:
     new f4cf916  Use https in pom.xml
f4cf916 is described below

commit f4cf916f792be4ce0b9b4759a0b3052dd49f2f51
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Wed May 22 07:16:30 2019 +0200

    Use https in pom.xml
---
 assembly/src/main/resources/groups.cfg | 2 +-
 pom.xml                                | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/assembly/src/main/resources/groups.cfg b/assembly/src/main/resources/groups.cfg
index bb3b700..95acca3 100644
--- a/assembly/src/main/resources/groups.cfg
+++ b/assembly/src/main/resources/groups.cfg
@@ -29,7 +29,7 @@ default.config.blacklist.outbound=org.apache.felix.fileinstall*, \
                                     org.apache.karaf.shell, \
                                     org.ops4j.pax.web, \
                                     org.apache.aries.transaction, \
-                                    org.ops4j.pax.logging, \
+                                     "coorg.ops4j.pax.logging, \
                                     org.apache.karaf.cellar.node.cfg, \
                                     org.apache.karaf.cellar.groups.cfg
 
diff --git a/pom.xml b/pom.xml
index 6a4cdec..28e5f51 100644
--- a/pom.xml
+++ b/pom.xml
@@ -96,28 +96,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>