You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by co...@apache.org on 2019/05/21 14:03:27 UTC

[directory-mavibot] branch master updated: Switch to using https in the poms

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

coheigea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/directory-mavibot.git


The following commit(s) were added to refs/heads/master by this push:
     new 756b07f  Switch to using https in the poms
756b07f is described below

commit 756b07f2f022a1e267cd9f5569e56b9f6f5c60c3
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Tue May 21 15:03:13 2019 +0100

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

diff --git a/pom.xml b/pom.xml
index f43a49c..6bd1aed 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
 
   <organization>
     <name>Apache Mavibot Project Parent</name>
-    <url>http://directory.apache.org/mavibot/</url>
+    <url>https://directory.apache.org/mavibot/</url>
   </organization>
 
   <groupId>org.apache.directory.mavibot</groupId>
@@ -42,18 +42,18 @@
     <maven>3.0.0</maven>
   </prerequisites>
 
-  <url>http://directory.apache.org/mavibot</url>
+  <url>https://directory.apache.org/mavibot</url>
   <inceptionYear>2012</inceptionYear>
 
   <issueManagement>
     <system>jira</system>
-    <url>http://issues.apache.org/jira/browse/MAVIBOT</url>
+    <url>https://issues.apache.org/jira/browse/MAVIBOT</url>
   </issueManagement>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/directory/mavibot/trunk</connection>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/directory/mavibot/trunk</connection>
     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/directory/mavibot/trunk</developerConnection>
-    <url>http://svn.apache.org/viewvc/directory/mavibot/trunk</url>
+    <url>https://svn.apache.org/viewvc/directory/mavibot/trunk</url>
   </scm>
 
   <ciManagement>
@@ -70,7 +70,7 @@
   <licenses>
     <license>
       <name>Apache 2.0 License</name>
-      <url>http://www.apache.org/licenses/LICENSE-2.0</url>
+      <url>https://www.apache.org/licenses/LICENSE-2.0</url>
       <distribution>repo</distribution>
     </license>
   </licenses>