You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2016/05/14 13:16:06 UTC

svn commit: r1743827 - /maven/pom/trunk/asf/pom.xml

Author: hboutemy
Date: Sat May 14 13:16:06 2016
New Revision: 1743827

URL: http://svn.apache.org/viewvc?rev=1743827&view=rev
Log:
[MPOM-116] use https wherever possible: last updates proposed by Christopher Tubbs

Modified:
    maven/pom/trunk/asf/pom.xml

Modified: maven/pom/trunk/asf/pom.xml
URL: http://svn.apache.org/viewvc/maven/pom/trunk/asf/pom.xml?rev=1743827&r1=1743826&r2=1743827&view=diff
==============================================================================
--- maven/pom/trunk/asf/pom.xml (original)
+++ maven/pom/trunk/asf/pom.xml Sat May 14 13:16:06 2016
@@ -37,7 +37,7 @@ under the License.
     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 @@ under the License.
               <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>