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

[unomi] branch master updated: Switch to https urls in pom

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/unomi.git


The following commit(s) were added to refs/heads/master by this push:
     new d2804d7  Switch to https urls in pom
     new fd4c825  Merge pull request #87 from fpapon/HTTPS
d2804d7 is described below

commit d2804d704af61f2fe69e4b7ec925eb062193eb34
Author: Francois Papon <fp...@apache.org>
AuthorDate: Wed May 22 09:26:49 2019 +0400

    Switch to https urls in pom
---
 pom.xml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index a3e98b2..9be1d68 100644
--- a/pom.xml
+++ b/pom.xml
@@ -41,13 +41,13 @@
     <licenses>
         <license>
             <name>The Apache Software License, Version 2.0</name>
-            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+            <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
         </license>
     </licenses>
 
     <organization>
         <name>Apache Software Foundation</name>
-        <url>http://www.apache.org</url>
+        <url>https://www.apache.org</url>
     </organization>
 
     <issueManagement>
@@ -98,14 +98,14 @@
             <subscribe>dev-subscribe@unomi.apache.org</subscribe>
             <unsubscribe>dev-unsubscribe@unomi.apache.org</unsubscribe>
             <post>dev@unomi.apache.org</post>
-            <archive>http://mail-archives.apache.org/mod_mbox/unomi-dev/</archive>
+            <archive>https://mail-archives.apache.org/mod_mbox/unomi-dev/</archive>
         </mailingList>
         <mailingList>
             <name>unomi-commits</name>
             <subscribe>commits-subscribe@unomi.apache.org</subscribe>
             <unsubscribe>commits-unsubscribe@unomi.apache.org</unsubscribe>
             <post>commits@unomi.apache.org</post>
-            <archive>http://mail-archives.apache.org/mod_mbox/unomi-commits/</archive>
+            <archive>https://mail-archives.apache.org/mod_mbox/unomi-commits/</archive>
         </mailingList>
     </mailingLists>
 
@@ -280,13 +280,13 @@
         <repository>
             <id>smx.m2</id>
             <name>Apache ServiceMix M2</name>
-            <url>http://svn.apache.org/repos/asf/servicemix/m2-repo/</url>
+            <url>https://svn.apache.org/repos/asf/servicemix/m2-repo/</url>
         </repository>
         <!-- Apache snapshots -->
         <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>