[MPOM-116] use https wherever possible: last updates proposed by Christopher Tubbs

git-svn-id: https://svn.apache.org/repos/asf/maven/pom/trunk@1743827 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/asf/pom.xml b/asf/pom.xml
index 7d19b49..de806d3 100644
--- a/asf/pom.xml
+++ b/asf/pom.xml
@@ -37,7 +37,7 @@
     We consider ourselves not simply a group of projects sharing a server, but rather a community of developers
     and users.
   </description>
-  <url>http://www.apache.org/</url>
+  <url>https://www.apache.org/</url>
   <organization>
     <name>The Apache Software Foundation</name>
     <url>https://www.apache.org/</url>
@@ -278,7 +278,7 @@
               <artifactId>doxia-core</artifactId>
               <version>1.2</version>
               <exclusions>
-                <exclusion><!-- see http://jira.codehaus.org/browse/DOXIA-526 -->
+                <exclusion><!-- see https://issues.apache.org/jira/browse/DOXIA-526 -->
                   <groupId>xerces</groupId>
                   <artifactId>xercesImpl</artifactId>
                 </exclusion>