Author: hboutemy
Date: Thu May 12 22:05:22 2016
New Revision: 1743585

URL: http://svn.apache.org/viewvc?rev=1743585&view=rev
Log:
[MPOM-116] use https wherever possible

Removed:
    maven/pom/trunk/maven/maven-shared-components/LICENSE.txt
    maven/pom/trunk/maven/maven-shared-components/NOTICE.txt
Modified:
    maven/pom/trunk/maven/apache-resource-bundles/pom.xml
    maven/pom/trunk/maven/doxia-tools/pom.xml
    maven/pom/trunk/maven/doxia-tools/site-pom.xml
    maven/pom/trunk/maven/doxia-tools/src/site-docs/apt/index.apt.vm
    maven/pom/trunk/maven/doxia-tools/src/site-docs/site.xml
    maven/pom/trunk/maven/doxia-tools/src/site/site.xml
    maven/pom/trunk/maven/maven-archetype-bundles/pom.xml
    maven/pom/trunk/maven/maven-archetype-bundles/site-pom.xml
    maven/pom/trunk/maven/maven-archetype-bundles/src/site-docs/apt/index.apt.vm
    maven/pom/trunk/maven/maven-archetype-bundles/src/site-docs/site.xml
    maven/pom/trunk/maven/maven-plugins/pom.xml
    maven/pom/trunk/maven/maven-plugins/site-pom.xml
    maven/pom/trunk/maven/maven-plugins/src/site-docs/apt/index.apt.vm
    maven/pom/trunk/maven/maven-plugins/src/site-docs/site.xml
    maven/pom/trunk/maven/maven-plugins/src/site/site.xml
    maven/pom/trunk/maven/maven-shared-components/pom.xml
    maven/pom/trunk/maven/maven-shared-components/site-pom.xml
    maven/pom/trunk/maven/maven-skins/pom.xml
    maven/pom/trunk/maven/maven-skins/site-pom.xml
    maven/pom/trunk/maven/maven-skins/src/site-docs/apt/index.apt
    maven/pom/trunk/maven/maven-skins/src/site-docs/site.xml
    maven/pom/trunk/maven/maven-skins/src/site/site.xml
    maven/pom/trunk/maven/pom.xml
    maven/pom/trunk/maven/site-pom.xml
    maven/pom/trunk/maven/src/site-docs/apt/index.apt.vm
    maven/pom/trunk/maven/src/site-docs/site.xml
    maven/pom/trunk/maven/src/site-docs/xdoc/download.xml.vm
    maven/pom/trunk/maven/src/site/site.xml

Modified: maven/pom/trunk/maven/apache-resource-bundles/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/pom/trunk/maven/apache-resource-bundles/pom.xml?rev=1743585&r1=1743584&r2=1743585&view=diff
==============================================================================
--- maven/pom/trunk/maven/apache-resource-bundles/pom.xml (original)
+++ maven/pom/trunk/maven/apache-resource-bundles/pom.xml Thu May 12 22:05:22 
2016
@@ -37,9 +37,9 @@
   <inceptionYear>2006</inceptionYear>
 
   <scm>
-    
<connection>scm:svn:http://svn.apache.org/repos/asf/maven/resources/trunk/apache-resource-bundles</connection>
+    
<connection>scm:svn:https://svn.apache.org/repos/asf/maven/resources/trunk/apache-resource-bundles</connection>
     
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/resources/trunk/apache-resource-bundles</developerConnection>
-    
<url>http://svn.apache.org/viewcvs.cgi/maven/resources/trunk/apache-resource-bundles</url>
+    
<url>https://svn.apache.org/viewcvs.cgi/maven/resources/trunk/apache-resource-bundles</url>
   </scm>
 
   <issueManagement>

Modified: maven/pom/trunk/maven/doxia-tools/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/pom/trunk/maven/doxia-tools/pom.xml?rev=1743585&r1=1743584&r2=1743585&view=diff
==============================================================================
--- maven/pom/trunk/maven/doxia-tools/pom.xml (original)
+++ maven/pom/trunk/maven/doxia-tools/pom.xml Thu May 12 22:05:22 2016
@@ -35,13 +35,13 @@ under the License.
 
   <name>Apache Maven Doxia Tools</name>
   <description>A set of tools for working with Doxia documents.</description>
-  <url>http://maven.apache.org/doxia/doxia-tools/</url>
+  <url>https://maven.apache.org/doxia/doxia-tools/</url>
   <inceptionYear>2005</inceptionYear>
 
   <scm>
-    
<connection>scm:svn:http://svn.apache.org/repos/asf/maven/doxia/doxia-tools/trunk/doxia-tools</connection>
+    
<connection>scm:svn:https://svn.apache.org/repos/asf/maven/doxia/doxia-tools/trunk/doxia-tools</connection>
     
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/doxia/doxia-tools/trunk/doxia-tools</developerConnection>
-    
<url>http://svn.apache.org/viewvc/maven/doxia/doxia-tools/trunk/doxia-tools</url>
+    
<url>https://svn.apache.org/viewvc/maven/doxia/doxia-tools/trunk/doxia-tools</url>
   </scm>
 
   <issueManagement>

Modified: maven/pom/trunk/maven/doxia-tools/site-pom.xml
URL: 
http://svn.apache.org/viewvc/maven/pom/trunk/maven/doxia-tools/site-pom.xml?rev=1743585&r1=1743584&r2=1743585&view=diff
==============================================================================
--- maven/pom/trunk/maven/doxia-tools/site-pom.xml (original)
+++ maven/pom/trunk/maven/doxia-tools/site-pom.xml Thu May 12 22:05:22 2016
@@ -38,6 +38,6 @@ under the License.
 
   <issueManagement>
     <system>jira</system>
-    <url>http://issues.apache.org/jira/browse/MPOM/component/12328319</url>
+    <url>https://issues.apache.org/jira/browse/MPOM/component/12328319</url>
   </issueManagement>
 </project>

Modified: maven/pom/trunk/maven/doxia-tools/src/site-docs/apt/index.apt.vm
URL: 
http://svn.apache.org/viewvc/maven/pom/trunk/maven/doxia-tools/src/site-docs/apt/index.apt.vm?rev=1743585&r1=1743584&r2=1743585&view=diff
==============================================================================
--- maven/pom/trunk/maven/doxia-tools/src/site-docs/apt/index.apt.vm (original)
+++ maven/pom/trunk/maven/doxia-tools/src/site-docs/apt/index.apt.vm Thu May 12 
22:05:22 2016
@@ -24,7 +24,7 @@
 ~~ under the License.
 
 ~~ NOTE: For help with the syntax of this file, see:
-~~ http://maven.apache.org/doxia/references/apt-format.html
+~~ https://maven.apache.org/doxia/references/apt-format.html
 
 ${project.name}
 

Modified: maven/pom/trunk/maven/doxia-tools/src/site-docs/site.xml
URL: 
http://svn.apache.org/viewvc/maven/pom/trunk/maven/doxia-tools/src/site-docs/site.xml?rev=1743585&r1=1743584&r2=1743585&view=diff
==============================================================================
--- maven/pom/trunk/maven/doxia-tools/src/site-docs/site.xml (original)
+++ maven/pom/trunk/maven/doxia-tools/src/site-docs/site.xml Thu May 12 
22:05:22 2016
@@ -23,8 +23,8 @@ under the License.
   xsi:schemaLocation="http://maven.apache.org/DECORATION/1.7.0 
http://maven.apache.org/xsd/decoration-1.7.0.xsd";>
   <body>
     <breadcrumbs>
-      <item name="Maven" href="http://maven.apache.org/pom/maven/index.html"; />
-      <item name="Doxia Tools" 
href="http://maven.apache.org/pom/maven/doxia-tools/index.html"; />
+      <item name="Maven" href="https://maven.apache.org/pom/maven/index.html"; 
/>
+      <item name="Doxia Tools" 
href="https://maven.apache.org/pom/maven/doxia-tools/index.html"; />
     </breadcrumbs>
 
     <menu ref="parent" />

Modified: maven/pom/trunk/maven/doxia-tools/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/maven/pom/trunk/maven/doxia-tools/src/site/site.xml?rev=1743585&r1=1743584&r2=1743585&view=diff
==============================================================================
--- maven/pom/trunk/maven/doxia-tools/src/site/site.xml (original)
+++ maven/pom/trunk/maven/doxia-tools/src/site/site.xml Thu May 12 22:05:22 2016
@@ -24,13 +24,13 @@ under the License.
   <bannerRight>
     <name>Doxia</name>
     <src>images/doxia-logo.png</src>
-    <href>http://maven.apache.org/doxia/</href>
+    <href>https://maven.apache.org/doxia/</href>
   </bannerRight>
 
   <body>
     <breadcrumbs>
-      <item name="Doxia" href="http://maven.apache.org/doxia/index.html"; />
-      <item name="Doxia Tools" 
href="http://maven.apache.org/doxia/doxia-tools/index.html"; />
+      <item name="Doxia" href="https://maven.apache.org/doxia/index.html"; />
+      <item name="Doxia Tools" 
href="https://maven.apache.org/doxia/doxia-tools/index.html"; />
     </breadcrumbs>
 
     <menu name="Modules">

Modified: maven/pom/trunk/maven/maven-archetype-bundles/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/pom/trunk/maven/maven-archetype-bundles/pom.xml?rev=1743585&r1=1743584&r2=1743585&view=diff
==============================================================================
--- maven/pom/trunk/maven/maven-archetype-bundles/pom.xml (original)
+++ maven/pom/trunk/maven/maven-archetype-bundles/pom.xml Thu May 12 22:05:22 
2016
@@ -35,12 +35,12 @@ under the License.
 
   <name>Apache Maven Archetypes</name>
   <description>Archetypes provided by Maven.</description>
-  <url>http://maven.apache.org/archetypes/</url>
+  <url>https://maven.apache.org/archetypes/</url>
 
   <scm>
-    
<connection>scm:svn:http://svn.apache.org/repos/asf/maven/archetypes/trunk/maven-archetype-bundles/</connection>
+    
<connection>scm:svn:https://svn.apache.org/repos/asf/maven/archetypes/trunk/maven-archetype-bundles/</connection>
     
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/archetypes/trunk/maven-archetype-bundles/</developerConnection>
-    
<url>http://svn.apache.org/viewvc/maven/archetypes/trunk/maven-archetype-bundles/</url>
+    
<url>https://svn.apache.org/viewvc/maven/archetypes/trunk/maven-archetype-bundles/</url>
   </scm>
   <issueManagement>
     <system>jira</system>

Modified: maven/pom/trunk/maven/maven-archetype-bundles/site-pom.xml
URL: 
http://svn.apache.org/viewvc/maven/pom/trunk/maven/maven-archetype-bundles/site-pom.xml?rev=1743585&r1=1743584&r2=1743585&view=diff
==============================================================================
--- maven/pom/trunk/maven/maven-archetype-bundles/site-pom.xml (original)
+++ maven/pom/trunk/maven/maven-archetype-bundles/site-pom.xml Thu May 12 
22:05:22 2016
@@ -19,7 +19,8 @@ specific language governing permissions
 under the License.
 -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
@@ -38,6 +39,6 @@ under the License.
 
   <issueManagement>
     <system>jira</system>
-    <url>http://issues.apache.org/jira/browse/MPOM/component/12328304</url>
+    <url>https://issues.apache.org/jira/browse/MPOM/component/12328304</url>
   </issueManagement>
 </project>

Modified: 
maven/pom/trunk/maven/maven-archetype-bundles/src/site-docs/apt/index.apt.vm
URL: 
http://svn.apache.org/viewvc/maven/pom/trunk/maven/maven-archetype-bundles/src/site-docs/apt/index.apt.vm?rev=1743585&r1=1743584&r2=1743585&view=diff
==============================================================================
--- 
maven/pom/trunk/maven/maven-archetype-bundles/src/site-docs/apt/index.apt.vm 
(original)
+++ 
maven/pom/trunk/maven/maven-archetype-bundles/src/site-docs/apt/index.apt.vm 
Thu May 12 22:05:22 2016
@@ -24,7 +24,7 @@
 ~~ under the License.
 
 ~~ NOTE: For help with the syntax of this file, see:
-~~ http://maven.apache.org/doxia/references/apt-format.html
+~~ https://maven.apache.org/doxia/references/apt-format.html
 
 ${project.name}
 

Modified: maven/pom/trunk/maven/maven-archetype-bundles/src/site-docs/site.xml
URL: 
http://svn.apache.org/viewvc/maven/pom/trunk/maven/maven-archetype-bundles/src/site-docs/site.xml?rev=1743585&r1=1743584&r2=1743585&view=diff
==============================================================================
--- maven/pom/trunk/maven/maven-archetype-bundles/src/site-docs/site.xml 
(original)
+++ maven/pom/trunk/maven/maven-archetype-bundles/src/site-docs/site.xml Thu 
May 12 22:05:22 2016
@@ -23,8 +23,8 @@ under the License.
   xsi:schemaLocation="http://maven.apache.org/DECORATION/1.7.0 
http://maven.apache.org/xsd/decoration-1.7.0.xsd";>
   <body>
     <breadcrumbs>
-      <item name="Maven" href="http://maven.apache.org/pom/maven/index.html"; />
-      <item name="Archetypes" 
href="http://maven.apache.org/pom/maven/maven-archetype-bundles/index.html"; />
+      <item name="Maven" href="https://maven.apache.org/pom/maven/index.html"; 
/>
+      <item name="Archetypes" 
href="https://maven.apache.org/pom/maven/maven-archetype-bundles/index.html"; />
     </breadcrumbs>
 
     <menu ref="parent" />

Modified: maven/pom/trunk/maven/maven-plugins/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/pom/trunk/maven/maven-plugins/pom.xml?rev=1743585&r1=1743584&r2=1743585&view=diff
==============================================================================
--- maven/pom/trunk/maven/maven-plugins/pom.xml (original)
+++ maven/pom/trunk/maven/maven-plugins/pom.xml Thu May 12 22:05:22 2016
@@ -18,7 +18,8 @@ specific language governing permissions
 under the License.
 -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
@@ -34,12 +35,12 @@ under the License.
 
   <name>Apache Maven Plugins</name>
   <description>Maven Plugins</description>
-  <url>http://maven.apache.org/plugins/</url>
+  <url>https://maven.apache.org/plugins/</url>
 
   <scm>
-    
<connection>scm:svn:http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-plugins/</connection>
+    
<connection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-plugins/</connection>
     
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-plugins/</developerConnection>
-    <url>http://svn.apache.org/viewvc/maven/plugins/trunk/maven-plugins/</url>
+    <url>https://svn.apache.org/viewvc/maven/plugins/trunk/maven-plugins/</url>
   </scm>
   <ciManagement>
     <system>Jenkins</system>

Modified: maven/pom/trunk/maven/maven-plugins/site-pom.xml
URL: 
http://svn.apache.org/viewvc/maven/pom/trunk/maven/maven-plugins/site-pom.xml?rev=1743585&r1=1743584&r2=1743585&view=diff
==============================================================================
--- maven/pom/trunk/maven/maven-plugins/site-pom.xml (original)
+++ maven/pom/trunk/maven/maven-plugins/site-pom.xml Thu May 12 22:05:22 2016
@@ -19,7 +19,8 @@ specific language governing permissions
 under the License.
 -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
@@ -38,6 +39,6 @@ under the License.
 
   <issueManagement>
     <system>jira</system>
-    <url>http://issues.apache.org/jira/browse/MPOM/component/12314501</url>
+    <url>https://issues.apache.org/jira/browse/MPOM/component/12314501</url>
   </issueManagement>
 </project>

Modified: maven/pom/trunk/maven/maven-plugins/src/site-docs/apt/index.apt.vm
URL: 
http://svn.apache.org/viewvc/maven/pom/trunk/maven/maven-plugins/src/site-docs/apt/index.apt.vm?rev=1743585&r1=1743584&r2=1743585&view=diff
==============================================================================
--- maven/pom/trunk/maven/maven-plugins/src/site-docs/apt/index.apt.vm 
(original)
+++ maven/pom/trunk/maven/maven-plugins/src/site-docs/apt/index.apt.vm Thu May 
12 22:05:22 2016
@@ -25,7 +25,7 @@
 ~~ under the License.
 
 ~~ NOTE: For help with the syntax of this file, see:
-~~ http://maven.apache.org/doxia/references/apt-format.html
+~~ https://maven.apache.org/doxia/references/apt-format.html
 
 ${project.name}
 
@@ -50,25 +50,25 @@ History
 *--------------+------------+
 || <<Version>> || <<Release Date>> ||
 *--------------+------------+
-| 
{{{http://svn.apache.org/viewvc/maven/plugins/tags/maven-plugins-28/pom.xml?view=markup}28}}
 
({{{http://svn.apache.org/viewvc/maven/plugins/tags/maven-plugins-28/pom.xml?r1=HEAD&r2=1716984&diff_format=h}diff}})
 | 2015-10-13  |
+| 
{{{https://svn.apache.org/viewvc/maven/plugins/tags/maven-plugins-28/pom.xml?view=markup}28}}
 
({{{https://svn.apache.org/viewvc/maven/plugins/tags/maven-plugins-28/pom.xml?r1=HEAD&r2=1716984&diff_format=h}diff}})
 | 2015-10-13  |
 *--------------+------------+
-| 
{{{http://svn.apache.org/viewvc/maven/plugins/tags/maven-plugins-27/pom.xml?view=markup}27}}
 
({{{http://svn.apache.org/viewvc/maven/plugins/tags/maven-plugins-27/pom.xml?r1=HEAD&r2=1632929&diff_format=h}diff}})
 | 2014-11-13  |
+| 
{{{https://svn.apache.org/viewvc/maven/plugins/tags/maven-plugins-27/pom.xml?view=markup}27}}
 
({{{https://svn.apache.org/viewvc/maven/plugins/tags/maven-plugins-27/pom.xml?r1=HEAD&r2=1632929&diff_format=h}diff}})
 | 2014-11-13  |
 *--------------+------------+
-| 
{{{http://svn.apache.org/viewvc/maven/plugins/tags/maven-plugins-26/pom.xml?view=markup}26}}
 
({{{http://svn.apache.org/viewvc/maven/plugins/tags/maven-plugins-26/pom.xml?r1=HEAD&r2=1582504&diff_format=h}diff}})
 | 2014-10-22  |
+| 
{{{https://svn.apache.org/viewvc/maven/plugins/tags/maven-plugins-26/pom.xml?view=markup}26}}
 
({{{https://svn.apache.org/viewvc/maven/plugins/tags/maven-plugins-26/pom.xml?r1=HEAD&r2=1582504&diff_format=h}diff}})
 | 2014-10-22  |
 *--------------+------------+
-| 
{{{http://svn.apache.org/viewvc/maven/plugins/tags/maven-plugins-25/pom.xml?view=markup}25}}
 
({{{http://svn.apache.org/viewvc/maven/plugins/tags/maven-plugins-25/pom.xml?r1=HEAD&r2=1440196&diff_format=h}diff}})
 | 2014-03-27  |
+| 
{{{https://svn.apache.org/viewvc/maven/plugins/tags/maven-plugins-25/pom.xml?view=markup}25}}
 
({{{https://svn.apache.org/viewvc/maven/plugins/tags/maven-plugins-25/pom.xml?r1=HEAD&r2=1440196&diff_format=h}diff}})
 | 2014-03-27  |
 *--------------+------------+
-| 
{{{http://svn.apache.org/viewvc/maven/plugins/tags/maven-plugins-24/pom.xml?view=markup}24}}
 
({{{http://svn.apache.org/viewvc/maven/plugins/tags/maven-plugins-24/pom.xml?r1=HEAD&r2=1371605&diff_format=h}diff}})
 | 2013-02-02  |
+| 
{{{https://svn.apache.org/viewvc/maven/plugins/tags/maven-plugins-24/pom.xml?view=markup}24}}
 
({{{https://svn.apache.org/viewvc/maven/plugins/tags/maven-plugins-24/pom.xml?r1=HEAD&r2=1371605&diff_format=h}diff}})
 | 2013-02-02  |
 *--------------+------------+
-| 
{{{http://svn.apache.org/viewvc/maven/plugins/tags/maven-plugins-23/pom.xml?view=markup}23}}
 
({{{http://svn.apache.org/viewvc/maven/plugins/tags/maven-plugins-23/pom.xml?r1=HEAD&r2=1157988&diff_format=h}diff}})
 | 2012-08-10  |
+| 
{{{https://svn.apache.org/viewvc/maven/plugins/tags/maven-plugins-23/pom.xml?view=markup}23}}
 
({{{https://svn.apache.org/viewvc/maven/plugins/tags/maven-plugins-23/pom.xml?r1=HEAD&r2=1157988&diff_format=h}diff}})
 | 2012-08-10  |
 *--------------+------------+
-| 
{{{http://svn.apache.org/viewvc/maven/plugins/tags/maven-plugins-22/pom.xml?view=markup}22}}
 
({{{http://svn.apache.org/viewvc/maven/plugins/tags/maven-plugins-22/pom.xml?r1=HEAD&r2=1135903&diff_format=h}diff}})
 | 2011-08-18 |
+| 
{{{https://svn.apache.org/viewvc/maven/plugins/tags/maven-plugins-22/pom.xml?view=markup}22}}
 
({{{https://svn.apache.org/viewvc/maven/plugins/tags/maven-plugins-22/pom.xml?r1=HEAD&r2=1135903&diff_format=h}diff}})
 | 2011-08-18 |
 *--------------+------------+
-| 
{{{http://svn.apache.org/viewvc/maven/plugins/tags/maven-plugins-21/pom.xml?view=markup}21}}
 
({{{http://svn.apache.org/viewvc/maven/plugins/tags/maven-plugins-21/pom.xml?r1=HEAD&r2=1103416&diff_format=h}diff}})
 | 2011-06-18 |
+| 
{{{https://svn.apache.org/viewvc/maven/plugins/tags/maven-plugins-21/pom.xml?view=markup}21}}
 
({{{https://svn.apache.org/viewvc/maven/plugins/tags/maven-plugins-21/pom.xml?r1=HEAD&r2=1103416&diff_format=h}diff}})
 | 2011-06-18 |
 *--------------+------------+
-| 
{{{http://svn.apache.org/viewvc/maven/plugins/tags/maven-plugins-20/pom.xml?view=markup}20}}
 
({{{http://svn.apache.org/viewvc/maven/plugins/tags/maven-plugins-20/pom.xml?r1=HEAD&r2=1069632&diff_format=h}diff}})
 | 2011-05-18 |
+| 
{{{https://svn.apache.org/viewvc/maven/plugins/tags/maven-plugins-20/pom.xml?view=markup}20}}
 
({{{https://svn.apache.org/viewvc/maven/plugins/tags/maven-plugins-20/pom.xml?r1=HEAD&r2=1069632&diff_format=h}diff}})
 | 2011-05-18 |
 *--------------+------------+
-| 
{{{http://svn.apache.org/viewvc/maven/plugins/tags/maven-plugins-19/pom.xml?view=markup}19}}
 
({{{http://svn.apache.org/viewvc/maven/plugins/tags/maven-plugins-19/pom.xml?r1=HEAD&r2=940021&diff_format=h}diff}})
 | 2011-02-15 |
+| 
{{{https://svn.apache.org/viewvc/maven/plugins/tags/maven-plugins-19/pom.xml?view=markup}19}}
 
({{{https://svn.apache.org/viewvc/maven/plugins/tags/maven-plugins-19/pom.xml?r1=HEAD&r2=940021&diff_format=h}diff}})
 | 2011-02-15 |
 *--------------+------------+
-| 
{{{http://svn.apache.org/viewvc/maven/plugins/tags/maven-plugins-18/pom.xml?view=markup}18}}
 
({{{http://svn.apache.org/viewvc/maven/plugins/tags/maven-plugins-18/pom.xml?r1=HEAD&r2=905056&diff_format=h}diff}})
 | 2010-05-04 |
+| 
{{{https://svn.apache.org/viewvc/maven/plugins/tags/maven-plugins-18/pom.xml?view=markup}18}}
 
({{{https://svn.apache.org/viewvc/maven/plugins/tags/maven-plugins-18/pom.xml?r1=HEAD&r2=905056&diff_format=h}diff}})
 | 2010-05-04 |
 *--------------+------------+

Modified: maven/pom/trunk/maven/maven-plugins/src/site-docs/site.xml
URL: 
http://svn.apache.org/viewvc/maven/pom/trunk/maven/maven-plugins/src/site-docs/site.xml?rev=1743585&r1=1743584&r2=1743585&view=diff
==============================================================================
--- maven/pom/trunk/maven/maven-plugins/src/site-docs/site.xml (original)
+++ maven/pom/trunk/maven/maven-plugins/src/site-docs/site.xml Thu May 12 
22:05:22 2016
@@ -23,8 +23,8 @@ under the License.
   xsi:schemaLocation="http://maven.apache.org/DECORATION/1.7.0 
http://maven.apache.org/xsd/decoration-1.7.0.xsd";>
   <body>
     <breadcrumbs>
-      <item name="Maven" href="http://maven.apache.org/pom/maven/index.html"; />
-      <item name="Plugins" 
href="http://maven.apache.org/pom/maven/maven-plugin/index.html"; />
+      <item name="Maven" href="https://maven.apache.org/pom/maven/index.html"; 
/>
+      <item name="Plugins" 
href="https://maven.apache.org/pom/maven/maven-plugin/index.html"; />
     </breadcrumbs>
 
     <menu ref="parent" />

Modified: maven/pom/trunk/maven/maven-plugins/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/maven/pom/trunk/maven/maven-plugins/src/site/site.xml?rev=1743585&r1=1743584&r2=1743585&view=diff
==============================================================================
--- maven/pom/trunk/maven/maven-plugins/src/site/site.xml (original)
+++ maven/pom/trunk/maven/maven-plugins/src/site/site.xml Thu May 12 22:05:22 
2016
@@ -23,7 +23,7 @@ under the License.
   xsi:schemaLocation="http://maven.apache.org/DECORATION/1.7.0 
http://maven.apache.org/xsd/decoration-1.7.0.xsd";>
   <body>
     <breadcrumbs>
-      <item name="Plugins" href="http://maven.apache.org/plugins/index.html"; />
+      <item name="Plugins" href="https://maven.apache.org/plugins/index.html"; 
/>
     </breadcrumbs>
   </body>
 </project>

Modified: maven/pom/trunk/maven/maven-shared-components/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/pom/trunk/maven/maven-shared-components/pom.xml?rev=1743585&r1=1743584&r2=1743585&view=diff
==============================================================================
--- maven/pom/trunk/maven/maven-shared-components/pom.xml (original)
+++ maven/pom/trunk/maven/maven-shared-components/pom.xml Thu May 12 22:05:22 
2016
@@ -19,7 +19,8 @@ specific language governing permissions
 under the License.
 -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
@@ -35,12 +36,12 @@ under the License.
 
   <name>Apache Maven Shared Components</name>
   <description>Maven shared components</description>
-  <url>http://maven.apache.org/shared/</url>
+  <url>https://maven.apache.org/shared/</url>
 
   <scm>
-    
<connection>scm:svn:http://svn.apache.org/repos/asf/maven/shared/trunk/maven-shared-components</connection>
+    
<connection>scm:svn:https://svn.apache.org/repos/asf/maven/shared/trunk/maven-shared-components</connection>
     
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/shared/trunk/maven-shared-components</developerConnection>
-    
<url>http://svn.apache.org/viewvc/maven/shared/trunk/maven-shared-components</url>
+    
<url>https://svn.apache.org/viewvc/maven/shared/trunk/maven-shared-components</url>
   </scm>
   <issueManagement>
     <system>jira</system>

Modified: maven/pom/trunk/maven/maven-shared-components/site-pom.xml
URL: 
http://svn.apache.org/viewvc/maven/pom/trunk/maven/maven-shared-components/site-pom.xml?rev=1743585&r1=1743584&r2=1743585&view=diff
==============================================================================
--- maven/pom/trunk/maven/maven-shared-components/site-pom.xml (original)
+++ maven/pom/trunk/maven/maven-shared-components/site-pom.xml Thu May 12 
22:05:22 2016
@@ -19,7 +19,8 @@ specific language governing permissions
 under the License.
 -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
@@ -38,6 +39,6 @@ under the License.
 
   <issueManagement>
     <system>jira</system>
-    <url>http://issues.apache.org/jira/browse/MPOM/component/12314801</url>
+    <url>https://issues.apache.org/jira/browse/MPOM/component/12314801</url>
   </issueManagement>
 </project>

Modified: maven/pom/trunk/maven/maven-skins/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/pom/trunk/maven/maven-skins/pom.xml?rev=1743585&r1=1743584&r2=1743585&view=diff
==============================================================================
--- maven/pom/trunk/maven/maven-skins/pom.xml (original)
+++ maven/pom/trunk/maven/maven-skins/pom.xml Thu May 12 22:05:22 2016
@@ -19,7 +19,8 @@ specific language governing permissions
 under the License.
 -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
@@ -35,12 +36,12 @@ under the License.
 
   <name>Apache Maven Skins</name>
   <description>Maven Skins</description>
-  <url>http://maven.apache.org/skins/</url>
+  <url>https://maven.apache.org/skins/</url>
 
   <scm>
-    
<connection>scm:svn:http://svn.apache.org/repos/asf/maven/skins/trunk/maven-skins/</connection>
+    
<connection>scm:svn:https://svn.apache.org/repos/asf/maven/skins/trunk/maven-skins/</connection>
     
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/skins/trunk/maven-skins/</developerConnection>
-    <url>http://svn.apache.org/viewvc/maven/skins/trunk/maven-skins/</url>
+    <url>https://svn.apache.org/viewvc/maven/skins/trunk/maven-skins/</url>
   </scm>
   <issueManagement>
     <system>jira</system>

Modified: maven/pom/trunk/maven/maven-skins/site-pom.xml
URL: 
http://svn.apache.org/viewvc/maven/pom/trunk/maven/maven-skins/site-pom.xml?rev=1743585&r1=1743584&r2=1743585&view=diff
==============================================================================
--- maven/pom/trunk/maven/maven-skins/site-pom.xml (original)
+++ maven/pom/trunk/maven/maven-skins/site-pom.xml Thu May 12 22:05:22 2016
@@ -19,7 +19,8 @@ specific language governing permissions
 under the License.
 -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
@@ -38,6 +39,6 @@ under the License.
 
   <issueManagement>
     <system>jira</system>
-    <url>http://issues.apache.org/jira/browse/MPOM/component/12317104</url>
+    <url>https://issues.apache.org/jira/browse/MPOM/component/12317104</url>
   </issueManagement>
 </project>

Modified: maven/pom/trunk/maven/maven-skins/src/site-docs/apt/index.apt
URL: 
http://svn.apache.org/viewvc/maven/pom/trunk/maven/maven-skins/src/site-docs/apt/index.apt?rev=1743585&r1=1743584&r2=1743585&view=diff
==============================================================================
--- maven/pom/trunk/maven/maven-skins/src/site-docs/apt/index.apt (original)
+++ maven/pom/trunk/maven/maven-skins/src/site-docs/apt/index.apt Thu May 12 
22:05:22 2016
@@ -24,7 +24,7 @@
 ~~ under the License.
 
 ~~ NOTE: For help with the syntax of this file, see:
-~~ http://maven.apache.org/doxia/references/apt-format.html
+~~ https://maven.apache.org/doxia/references/apt-format.html
 
 Maven Skins Parent POM
 
@@ -36,17 +36,17 @@ History
 *--------------+------------+
 || <<Version>> || <<Release Date>> ||
 *--------------+------------+
-| 
{{{http://svn.apache.org/viewvc/maven/skins/tags/maven-skins-10/pom.xml?view=markup}10}}
 
({{{http://svn.apache.org/viewvc/maven/skins/tags/maven-skins-10/pom.xml?r1=HEAD&r2=1582517&diff_format=h}diff}})
 | 2014-10-22 |
+| 
{{{https://svn.apache.org/viewvc/maven/skins/tags/maven-skins-10/pom.xml?view=markup}10}}
 
({{{https://svn.apache.org/viewvc/maven/skins/tags/maven-skins-10/pom.xml?r1=HEAD&r2=1582517&diff_format=h}diff}})
 | 2014-10-22 |
 *--------------+------------+
-| 
{{{http://svn.apache.org/viewvc/maven/skins/tags/maven-skins-9/pom.xml?view=markup}9}}
 
({{{http://svn.apache.org/viewvc/maven/skins/tags/maven-skins-9/pom.xml?r1=HEAD&r2=1549585&diff_format=h}diff}})
 | 2014-03-27 |
+| 
{{{https://svn.apache.org/viewvc/maven/skins/tags/maven-skins-9/pom.xml?view=markup}9}}
 
({{{https://svn.apache.org/viewvc/maven/skins/tags/maven-skins-9/pom.xml?r1=HEAD&r2=1549585&diff_format=h}diff}})
 | 2014-03-27 |
 *--------------+------------+
-| 
{{{http://svn.apache.org/viewvc/maven/skins/tags/maven-skins-8/pom.xml?view=markup}8}}
 
({{{http://svn.apache.org/viewvc/maven/skins/tags/maven-skins-8/pom.xml?r1=HEAD&r2=1377628&diff_format=h}diff}})
 | 2013-12-09 |
+| 
{{{https://svn.apache.org/viewvc/maven/skins/tags/maven-skins-8/pom.xml?view=markup}8}}
 
({{{https://svn.apache.org/viewvc/maven/skins/tags/maven-skins-8/pom.xml?r1=HEAD&r2=1377628&diff_format=h}diff}})
 | 2013-12-09 |
 *--------------+------------+
-| 
{{{http://svn.apache.org/viewvc/maven/skins/tags/maven-skins-7/pom.xml?view=markup}7}}
 
({{{http://svn.apache.org/viewvc/maven/skins/tags/maven-skins-7/pom.xml?r1=HEAD&r2=1233017&diff_format=h}diff}})
 | 2012-01-18 |
+| 
{{{https://svn.apache.org/viewvc/maven/skins/tags/maven-skins-7/pom.xml?view=markup}7}}
 
({{{https://svn.apache.org/viewvc/maven/skins/tags/maven-skins-7/pom.xml?r1=HEAD&r2=1233017&diff_format=h}diff}})
 | 2012-01-18 |
 *--------------+------------+
-| 
{{{http://svn.apache.org/viewvc/maven/skins/tags/maven-skins-6/pom.xml?view=markup}6}}
 
({{{http://svn.apache.org/viewvc/maven/skins/tags/maven-skins-6/pom.xml?r1=HEAD&r2=922895&diff_format=h}diff}})
 | 2011-01-22 |
+| 
{{{https://svn.apache.org/viewvc/maven/skins/tags/maven-skins-6/pom.xml?view=markup}6}}
 
({{{https://svn.apache.org/viewvc/maven/skins/tags/maven-skins-6/pom.xml?r1=HEAD&r2=922895&diff_format=h}diff}})
 | 2011-01-22 |
 *--------------+------------+
-| 
{{{http://svn.apache.org/viewvc/maven/skins/tags/maven-skins-5/pom.xml?view=markup}5}}
 
({{{http://svn.apache.org/viewvc/maven/skins/tags/maven-skins-5/pom.xml?r1=HEAD&r2=730790&diff_format=h}diff}})
 | 2010-03-14 |
+| 
{{{https://svn.apache.org/viewvc/maven/skins/tags/maven-skins-5/pom.xml?view=markup}5}}
 
({{{https://svn.apache.org/viewvc/maven/skins/tags/maven-skins-5/pom.xml?r1=HEAD&r2=730790&diff_format=h}diff}})
 | 2010-03-14 |
 *--------------+------------+
-| 
{{{http://svn.apache.org/viewvc/maven/skins/tags/maven-skins-4/pom.xml?view=markup}4}}
 
({{{http://svn.apache.org/viewvc/maven/skins/tags/maven-skins-4/pom.xml?r1=HEAD&r2=526733&diff_format=h}diff}})
 | 2009-01-02 |
+| 
{{{https://svn.apache.org/viewvc/maven/skins/tags/maven-skins-4/pom.xml?view=markup}4}}
 
({{{https://svn.apache.org/viewvc/maven/skins/tags/maven-skins-4/pom.xml?r1=HEAD&r2=526733&diff_format=h}diff}})
 | 2009-01-02 |
 *--------------+------------+

Modified: maven/pom/trunk/maven/maven-skins/src/site-docs/site.xml
URL: 
http://svn.apache.org/viewvc/maven/pom/trunk/maven/maven-skins/src/site-docs/site.xml?rev=1743585&r1=1743584&r2=1743585&view=diff
==============================================================================
--- maven/pom/trunk/maven/maven-skins/src/site-docs/site.xml (original)
+++ maven/pom/trunk/maven/maven-skins/src/site-docs/site.xml Thu May 12 
22:05:22 2016
@@ -23,8 +23,8 @@ under the License.
   xsi:schemaLocation="http://maven.apache.org/DECORATION/1.7.0 
http://maven.apache.org/xsd/decoration-1.7.0.xsd";>
   <body>
     <breadcrumbs>
-      <item name="Maven" href="http://maven.apache.org/pom/maven/index.html"; />
-      <item name="Skins" 
href="http://maven.apache.org/pom/maven/skins/index.html"; />
+      <item name="Maven" href="https://maven.apache.org/pom/maven/index.html"; 
/>
+      <item name="Skins" 
href="https://maven.apache.org/pom/maven/skins/index.html"; />
     </breadcrumbs>
 
     <menu ref="parent" />

Modified: maven/pom/trunk/maven/maven-skins/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/maven/pom/trunk/maven/maven-skins/src/site/site.xml?rev=1743585&r1=1743584&r2=1743585&view=diff
==============================================================================
--- maven/pom/trunk/maven/maven-skins/src/site/site.xml (original)
+++ maven/pom/trunk/maven/maven-skins/src/site/site.xml Thu May 12 22:05:22 2016
@@ -23,7 +23,7 @@ under the License.
   xsi:schemaLocation="http://maven.apache.org/DECORATION/1.7.0 
http://maven.apache.org/xsd/decoration-1.7.0.xsd";>
   <body>
     <breadcrumbs>
-      <item name="Skins" href="http://maven.apache.org/skins/index.html"; />
+      <item name="Skins" href="https://maven.apache.org/skins/index.html"; />
     </breadcrumbs>
   </body>
 </project>

Modified: maven/pom/trunk/maven/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/pom/trunk/maven/pom.xml?rev=1743585&r1=1743584&r2=1743585&view=diff
==============================================================================
--- maven/pom/trunk/maven/pom.xml (original)
+++ maven/pom/trunk/maven/pom.xml Thu May 12 22:05:22 2016
@@ -19,10 +19,11 @@ specific language governing permissions
 under the License.
 -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
   <modelVersion>4.0.0</modelVersion>
 
-  <!-- for more information, see the documentation of this POM: 
http://maven.apache.org/pom/maven/ -->
+  <!-- for more information, see the documentation of this POM: 
https://maven.apache.org/pom/maven/ -->
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>apache</artifactId>
@@ -37,7 +38,7 @@ under the License.
 
   <name>Apache Maven</name>
   <description>Maven is a software project management and comprehension tool. 
Based on the concept of a project object model (POM), Maven can manage a 
project's build, reporting and documentation from a central piece of 
information.</description>
-  <url>http://maven.apache.org/</url>
+  <url>https://maven.apache.org/</url>
   <inceptionYear>2002</inceptionYear>
 
   <!-- Developers listed by PMC Chair, PMC, Committers, Contributers, all 
alphabetical-->
@@ -740,7 +741,7 @@ under the License.
       <subscribe>users-subscr...@maven.apache.org</subscribe>
       <unsubscribe>users-unsubscr...@maven.apache.org</unsubscribe>
       <post>us...@maven.apache.org</post>
-      <archive>http://mail-archives.apache.org/mod_mbox/maven-users</archive>
+      <archive>https://mail-archives.apache.org/mod_mbox/maven-users</archive>
       <otherArchives>
         
<otherArchive>http://www.mail-archive.com/users@maven.apache.org/</otherArchive>
         
<otherArchive>http://maven.40175.n5.nabble.com/Maven-Users-f40176.html</otherArchive>
@@ -752,7 +753,7 @@ under the License.
       <subscribe>dev-subscr...@maven.apache.org</subscribe>
       <unsubscribe>dev-unsubscr...@maven.apache.org</unsubscribe>
       <post>d...@maven.apache.org</post>
-      <archive>http://mail-archives.apache.org/mod_mbox/maven-dev</archive>
+      <archive>https://mail-archives.apache.org/mod_mbox/maven-dev</archive>
       <otherArchives>
         
<otherArchive>http://www.mail-archive.com/dev@maven.apache.org/</otherArchive>
         
<otherArchive>http://maven.40175.n5.nabble.com/Maven-Developers-f142166.html</otherArchive>
@@ -763,7 +764,7 @@ under the License.
       <name>Maven Issues List</name>
       <subscribe>issues-subscr...@maven.apache.org</subscribe>
       <unsubscribe>issues-unsubscr...@maven.apache.org</unsubscribe>
-      <archive>http://mail-archives.apache.org/mod_mbox/maven-issues/</archive>
+      
<archive>https://mail-archives.apache.org/mod_mbox/maven-issues/</archive>
       <otherArchives>
         
<otherArchive>http://www.mail-archive.com/issues@maven.apache.org</otherArchive>
         
<otherArchive>http://maven.40175.n5.nabble.com/Maven-Issues-f219593.html</otherArchive>
@@ -774,7 +775,7 @@ under the License.
       <name>Maven Commits List</name>
       <subscribe>commits-subscr...@maven.apache.org</subscribe>
       <unsubscribe>commits-unsubscr...@maven.apache.org</unsubscribe>
-      
<archive>http://mail-archives.apache.org/mod_mbox/maven-commits/</archive>
+      
<archive>https://mail-archives.apache.org/mod_mbox/maven-commits/</archive>
       <otherArchives>
         
<otherArchive>http://www.mail-archive.com/commits@maven.apache.org</otherArchive>
         
<otherArchive>http://maven.40175.n5.nabble.com/Maven-Commits-f277168.html</otherArchive>
@@ -786,7 +787,7 @@ under the License.
       <post>annou...@maven.apache.org</post>
       <subscribe>announce-subscr...@maven.apache.org</subscribe>
       <unsubscribe>announce-unsubscr...@maven.apache.org</unsubscribe>
-      
<archive>http://mail-archives.apache.org/mod_mbox/maven-announce/</archive>
+      
<archive>https://mail-archives.apache.org/mod_mbox/maven-announce/</archive>
       <otherArchives>
         
<otherArchive>http://www.mail-archive.com/announce@maven.apache.org</otherArchive>
         
<otherArchive>http://maven.40175.n5.nabble.com/Maven-Announcements-f326045.html</otherArchive>
@@ -797,7 +798,7 @@ under the License.
       <name>Maven Notifications List</name>
       <subscribe>notifications-subscr...@maven.apache.org</subscribe>
       <unsubscribe>notifications-unsubscr...@maven.apache.org</unsubscribe>
-      
<archive>http://mail-archives.apache.org/mod_mbox/maven-notifications/</archive>
+      
<archive>https://mail-archives.apache.org/mod_mbox/maven-notifications/</archive>
       <otherArchives>
         
<otherArchive>http://www.mail-archive.com/notifications@maven.apache.org</otherArchive>
         
<otherArchive>http://maven.40175.n5.nabble.com/Maven-Notifications-f301718.html</otherArchive>
@@ -816,9 +817,9 @@ under the License.
   </modules>
 
   <scm>
-    
<connection>scm:svn:http://svn.apache.org/repos/asf/maven/pom/trunk/maven</connection>
+    
<connection>scm:svn:https://svn.apache.org/repos/asf/maven/pom/trunk/maven</connection>
     
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/pom/trunk/maven</developerConnection>
-    <url>http://svn.apache.org/viewvc/maven/pom/trunk/maven</url>
+    <url>https://svn.apache.org/viewvc/maven/pom/trunk/maven</url>
   </scm>
 
   <ciManagement>
@@ -872,7 +873,7 @@ under the License.
     <repository><!-- useful to resolve parent pom when it is a SNAPSHOT -->
       <id>apache.snapshots</id>
       <name>Apache Snapshot Repository</name>
-      <url>http://repository.apache.org/snapshots</url>
+      <url>https://repository.apache.org/snapshots</url>
       <releases>
         <enabled>false</enabled>
       </releases>

Modified: maven/pom/trunk/maven/site-pom.xml
URL: 
http://svn.apache.org/viewvc/maven/pom/trunk/maven/site-pom.xml?rev=1743585&r1=1743584&r2=1743585&view=diff
==============================================================================
--- maven/pom/trunk/maven/site-pom.xml (original)
+++ maven/pom/trunk/maven/site-pom.xml Thu May 12 22:05:22 2016
@@ -34,7 +34,7 @@ under the License.
 
   <name>Apache Maven Parent POM</name>
   <description>This project consists of a POM that contains settings that are 
likely to be useful to any Maven project that is building and releasing code 
with Maven.</description>
-  <url>http://maven.apache.org/pom/maven/</url>
+  <url>https://maven.apache.org/pom/maven/</url>
 
   <modules>
     <module>maven-archetype-bundles/site-pom.xml</module>
@@ -45,13 +45,13 @@ under the License.
   </modules>
 
   <scm>
-    
<connection>scm:svn:http://svn.apache.org/repos/asf/maven/pom/trunk/maven</connection>
+    
<connection>scm:svn:https://svn.apache.org/repos/asf/maven/pom/trunk/maven</connection>
     
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/pom/trunk/maven</developerConnection>
-    <url>http://svn.apache.org/viewvc/maven/pom/trunk/maven</url>
+    <url>https://svn.apache.org/viewvc/maven/pom/trunk/maven</url>
   </scm>
   <issueManagement>
     <system>jira</system>
-    <url>http://issues.apache.org/jira/browse/MPOM/component/12314371</url>
+    <url>https://issues.apache.org/jira/browse/MPOM/component/12314371</url>
   </issueManagement>
   <ciManagement>
     <system>Jenkins</system>

Modified: maven/pom/trunk/maven/src/site-docs/apt/index.apt.vm
URL: 
http://svn.apache.org/viewvc/maven/pom/trunk/maven/src/site-docs/apt/index.apt.vm?rev=1743585&r1=1743584&r2=1743585&view=diff
==============================================================================
--- maven/pom/trunk/maven/src/site-docs/apt/index.apt.vm (original)
+++ maven/pom/trunk/maven/src/site-docs/apt/index.apt.vm Thu May 12 22:05:22 
2016
@@ -26,7 +26,7 @@
 ~~ under the License.
 
 ~~ NOTE: For help with the syntax of this file, see:
-~~ http://maven.apache.org/doxia/references/apt-format.html
+~~ https://maven.apache.org/doxia/references/apt-format.html
 
 Maven Project Parent POM
 
@@ -38,8 +38,8 @@ Maven Project Parent POM
 
     This POM contains Maven developers information for the 
{{{./team-list.html}Project Team report}},
     sorted by role and id.
-    See the LDAP extract for more accurate 
{{{http://people.apache.org/committers-by-project.html#maven}committers}}
-    and {{{http://people.apache.org/committers-by-project.html#maven-pmc}PMC 
members}} lists. 
+    See the LDAP extract for more accurate 
{{{https://people.apache.org/committers-by-project.html#maven}committers}}
+    and {{{https://people.apache.org/committers-by-project.html#maven-pmc}PMC 
members}} lists. 
 
 The <<<reporting>>> Profile
 
@@ -105,7 +105,7 @@ mvn -Preporting site-deploy
 History
 
 #if( $project.version.endsWith( "SNAPSHOT" ) )
-    trunk: 
{{{http://svn.apache.org/viewvc/maven/pom/trunk/asf/pom.xml?view=markup}$project.version}}
 
({{{http://svn.apache.org/viewvc/maven/pom/trunk/maven/pom.xml?r1=HEAD&r2=1704199&diff_format=h}diff}})
+    trunk: 
{{{https://svn.apache.org/viewvc/maven/pom/trunk/asf/pom.xml?view=markup}$project.version}}
 
({{{https://svn.apache.org/viewvc/maven/pom/trunk/maven/pom.xml?r1=HEAD&r2=1704199&diff_format=h}diff}})
 #end
 
     As of version 27, this POM sets the Java source and target versions to 
1.6. Thus, as any plugin (or other component)
@@ -114,25 +114,25 @@ History
 *--------------+------------+
 || <<Version>> || <<Release Date>> ||
 *--------------+------------+
-| 
{{{http://svn.apache.org/viewvc/maven/pom/tags/maven-parent-27/pom.xml?view=markup}27}}
 
({{{http://svn.apache.org/viewvc/maven/pom/tags/maven-parent-27/pom.xml?r1=HEAD&r2=1639456&diff_format=h}diff}})
 | 2015-09-23 |
+| 
{{{https://svn.apache.org/viewvc/maven/pom/tags/maven-parent-27/pom.xml?view=markup}27}}
 
({{{https://svn.apache.org/viewvc/maven/pom/tags/maven-parent-27/pom.xml?r1=HEAD&r2=1639456&diff_format=h}diff}})
 | 2015-09-23 |
 *--------------+------------+
-| 
{{{http://svn.apache.org/viewvc/maven/pom/tags/maven-parent-26/pom.xml?view=markup}26}}
 
({{{http://svn.apache.org/viewvc/maven/pom/tags/maven-parent-26/pom.xml?r1=HEAD&r2=1632922&diff_format=h}diff}})
 | 2014-11-13 |
+| 
{{{https://svn.apache.org/viewvc/maven/pom/tags/maven-parent-26/pom.xml?view=markup}26}}
 
({{{https://svn.apache.org/viewvc/maven/pom/tags/maven-parent-26/pom.xml?r1=HEAD&r2=1632922&diff_format=h}diff}})
 | 2014-11-13 |
 *--------------+------------+
-| 
{{{http://svn.apache.org/viewvc/maven/pom/tags/maven-parent-25/pom.xml?view=markup}25}}
 
({{{http://svn.apache.org/viewvc/maven/pom/tags/maven-parent-25/pom.xml?r1=HEAD&r2=1582495&diff_format=h}diff}})
 | 2014-10-22 |
+| 
{{{https://svn.apache.org/viewvc/maven/pom/tags/maven-parent-25/pom.xml?view=markup}25}}
 
({{{https://svn.apache.org/viewvc/maven/pom/tags/maven-parent-25/pom.xml?r1=HEAD&r2=1582495&diff_format=h}diff}})
 | 2014-10-22 |
 *--------------+------------+
-| 
{{{http://svn.apache.org/viewvc/maven/pom/tags/maven-parent-24/pom.xml?view=markup}24}}
 
({{{http://svn.apache.org/viewvc/maven/pom/tags/maven-parent-24/pom.xml?r1=HEAD&r2=1465498&diff_format=h}diff}})
 | 2014-03-27 |
+| 
{{{https://svn.apache.org/viewvc/maven/pom/tags/maven-parent-24/pom.xml?view=markup}24}}
 
({{{https://svn.apache.org/viewvc/maven/pom/tags/maven-parent-24/pom.xml?r1=HEAD&r2=1465498&diff_format=h}diff}})
 | 2014-03-27 |
 *--------------+------------+
-| 
{{{http://svn.apache.org/viewvc/maven/pom/tags/maven-parent-23/pom.xml?view=markup}23}}
 
({{{http://svn.apache.org/viewvc/maven/pom/tags/maven-parent-23/pom.xml?r1=HEAD&r2=1371599&diff_format=h}diff}})
 | 2013-01-21 |
+| 
{{{https://svn.apache.org/viewvc/maven/pom/tags/maven-parent-23/pom.xml?view=markup}23}}
 
({{{https://svn.apache.org/viewvc/maven/pom/tags/maven-parent-23/pom.xml?r1=HEAD&r2=1371599&diff_format=h}diff}})
 | 2013-01-21 |
 *--------------+------------+
-| 
{{{http://svn.apache.org/viewvc/maven/pom/tags/maven-parent-22/pom.xml?view=markup}22}}
 
({{{http://svn.apache.org/viewvc/maven/pom/tags/maven-parent-22/pom.xml?r1=HEAD&r2=1157980&diff_format=h}diff}})
 | 2012-08-08 |
+| 
{{{https://svn.apache.org/viewvc/maven/pom/tags/maven-parent-22/pom.xml?view=markup}22}}
 
({{{https://svn.apache.org/viewvc/maven/pom/tags/maven-parent-22/pom.xml?r1=HEAD&r2=1157980&diff_format=h}diff}})
 | 2012-08-08 |
 *--------------+------------+
-| 
{{{http://svn.apache.org/viewvc/maven/pom/tags/maven-parent-21/pom.xml?view=markup}21}}
 
({{{http://svn.apache.org/viewvc/maven/pom/tags/maven-parent-21/pom.xml?r1=HEAD&r2=1134934&diff_format=h}diff}})
 | 2011-08-18 |
+| 
{{{https://svn.apache.org/viewvc/maven/pom/tags/maven-parent-21/pom.xml?view=markup}21}}
 
({{{https://svn.apache.org/viewvc/maven/pom/tags/maven-parent-21/pom.xml?r1=HEAD&r2=1134934&diff_format=h}diff}})
 | 2011-08-18 |
 *--------------+------------+
-| 
{{{http://svn.apache.org/viewvc/maven/pom/tags/maven-parent-20/pom.xml?view=markup}20}}
 
({{{http://svn.apache.org/viewvc/maven/pom/tags/maven-parent-20/pom.xml?r1=HEAD&r2=1069626&diff_format=h}diff}})
 | 2011-06-15 |
+| 
{{{https://svn.apache.org/viewvc/maven/pom/tags/maven-parent-20/pom.xml?view=markup}20}}
 
({{{https://svn.apache.org/viewvc/maven/pom/tags/maven-parent-20/pom.xml?r1=HEAD&r2=1069626&diff_format=h}diff}})
 | 2011-06-15 |
 *--------------+------------+
-| 
{{{http://svn.apache.org/viewvc/maven/pom/tags/maven-parent-19/pom.xml?view=markup}19}}
 
({{{http://svn.apache.org/viewvc/maven/pom/tags/maven-parent-19/pom.xml?r1=HEAD&r2=1038256&diff_format=h}diff}})
 | 2011-02-15 |
+| 
{{{https://svn.apache.org/viewvc/maven/pom/tags/maven-parent-19/pom.xml?view=markup}19}}
 
({{{https://svn.apache.org/viewvc/maven/pom/tags/maven-parent-19/pom.xml?r1=HEAD&r2=1038256&diff_format=h}diff}})
 | 2011-02-15 |
 *--------------+------------+
-| 
{{{http://svn.apache.org/viewvc/maven/pom/tags/maven-parent-18/pom.xml?view=markup}18}}
 
({{{http://svn.apache.org/viewvc/maven/pom/tags/maven-parent-18/pom.xml?r1=HEAD&r2=1029850&diff_format=h}diff}})
 | 2010-11-26 |
+| 
{{{https://svn.apache.org/viewvc/maven/pom/tags/maven-parent-18/pom.xml?view=markup}18}}
 
({{{https://svn.apache.org/viewvc/maven/pom/tags/maven-parent-18/pom.xml?r1=HEAD&r2=1029850&diff_format=h}diff}})
 | 2010-11-26 |
 *--------------+------------+
-| 
{{{http://svn.apache.org/viewvc/maven/pom/tags/maven-parent-17/pom.xml?view=markup}17}}
 
({{{http://svn.apache.org/viewvc/maven/pom/tags/maven-parent-17/pom.xml?r1=HEAD&r2=905048&diff_format=h}diff}})
 | 2010-11-04 |
+| 
{{{https://svn.apache.org/viewvc/maven/pom/tags/maven-parent-17/pom.xml?view=markup}17}}
 
({{{https://svn.apache.org/viewvc/maven/pom/tags/maven-parent-17/pom.xml?r1=HEAD&r2=905048&diff_format=h}diff}})
 | 2010-11-04 |
 *--------------+------------+

Modified: maven/pom/trunk/maven/src/site-docs/site.xml
URL: 
http://svn.apache.org/viewvc/maven/pom/trunk/maven/src/site-docs/site.xml?rev=1743585&r1=1743584&r2=1743585&view=diff
==============================================================================
--- maven/pom/trunk/maven/src/site-docs/site.xml (original)
+++ maven/pom/trunk/maven/src/site-docs/site.xml Thu May 12 22:05:22 2016
@@ -24,13 +24,13 @@ under the License.
 
   <bannerLeft>
     <name>${project.name}</name>
-    <src>http://maven.apache.org/images/apache-maven-project.png</src>
-    <href>http://www.apache.org/</href>
+    <src>https://maven.apache.org/images/apache-maven-project.png</src>
+    <href>https://www.apache.org/</href>
   </bannerLeft>
 
   <bannerRight>
-    <src>http://maven.apache.org/images/maven-logo-black-on-white.png</src>
-    <href>http://maven.apache.org/</href>
+    <src>https://maven.apache.org/images/maven-logo-black-on-white.png</src>
+    <href>https://maven.apache.org/</href>
   </bannerRight>
 
   <skin>
@@ -54,7 +54,7 @@ under the License.
 
   <body>
     <head><![CDATA[
-      <script src="http://www.google-analytics.com/urchin.js"; 
type="text/javascript">
+      <script src="https://www.google-analytics.com/urchin.js"; 
type="text/javascript">
       </script>
       <script type="text/javascript">
         _uacct = "UA-140879-1";
@@ -63,16 +63,16 @@ under the License.
     </head>
 
     <breadcrumbs>
-      <item name="Apache" href="http://www.apache.org/"; />
-      <item name="Maven"  href="http://maven.apache.org/index.html"; />
-      <item name="Parent POMs" href="http://maven.apache.org/pom/index.html"; />
-      <item name="Maven"  href="http://maven.apache.org/pom/maven/index.html"; 
/>
+      <item name="Apache" href="https://www.apache.org/"; />
+      <item name="Maven"  href="https://maven.apache.org/index.html"; />
+      <item name="Parent POMs" href="https://maven.apache.org/pom/index.html"; 
/>
+      <item name="Maven"  href="https://maven.apache.org/pom/maven/index.html"; 
/>
     </breadcrumbs>
 
     <menu name="Overview">
       <item name="Introduction" href="index.html"/>
       <!-- According to http://jira.codehaus.org/browse/MNGSITE-152 -->
-      <item name="License" href="http://www.apache.org/licenses/"/>
+      <item name="License" href="https://www.apache.org/licenses/"/>
       <item name="Download" href="download.html"/>
     </menu>
 

Modified: maven/pom/trunk/maven/src/site-docs/xdoc/download.xml.vm
URL: 
http://svn.apache.org/viewvc/maven/pom/trunk/maven/src/site-docs/xdoc/download.xml.vm?rev=1743585&r1=1743584&r2=1743585&view=diff
==============================================================================
--- maven/pom/trunk/maven/src/site-docs/xdoc/download.xml.vm (original)
+++ maven/pom/trunk/maven/src/site-docs/xdoc/download.xml.vm Thu May 12 
22:05:22 2016
@@ -33,11 +33,11 @@ under the License.
       hours to reach all mirrors.<p/>
 
       <p>In order to guard against corrupted downloads/installations, it is 
highly recommended to
-      <a 
href="http://www.apache.org/dev/release-signing#verifying-signature";>verify the 
signature</a>
-      of the release bundles against the public <a 
href="http://www.apache.org/dist/maven/KEYS";>KEYS</a> used by the Apache Maven
+      <a 
href="https://www.apache.org/dev/release-signing#verifying-signature";>verify 
the signature</a>
+      of the release bundles against the public <a 
href="https://www.apache.org/dist/maven/KEYS";>KEYS</a> used by the Apache Maven
       developers.</p>
 
-      <p>${project.name} is distributed under the <a 
href="http://www.apache.org/licenses/";>Apache License, version 2.0</a>.</p>
+      <p>${project.name} is distributed under the <a 
href="https://www.apache.org/licenses/";>Apache License, version 2.0</a>.</p>
 
       <p></p>We <b>strongly</b> encourage our users to configure a Maven 
repository mirror closer to their location, please read <a 
href="./guides/mini/guide-mirror-settings.html">How to Use Mirrors for 
Repositories</a>.</p>
 
@@ -85,7 +85,7 @@ under the License.
 
         <p>
           You may also consult the
-          <a href="http://www.apache.org/mirrors/";>complete list of
+          <a href="https://www.apache.org/mirrors/";>complete list of
             mirrors.</a>
         </p>
 
@@ -108,8 +108,8 @@ under the License.
           <tr>
             <td>${project.name} ${project.version} (Source zip)</td>
             <td><a 
href="[preferred]maven/pom/maven-parent-${project.version}-source-release.zip">maven/pom/maven-parent-${project.version}-source-release.zip</a></td>
-            <td><a 
href="http://www.apache.org/dist/maven/pom/maven-parent-${project.version}-source-release.zip.md5";>maven/pom/maven-parent-${project.version}-source-release.zip.md5</a></td>
-            <td><a 
href="http://www.apache.org/dist/maven/pom/maven-parent-${project.version}-source-release.zip.asc";>maven/pom/maven-parent-${project.version}-source-release.zip.asc</a></td>
+            <td><a 
href="https://www.apache.org/dist/maven/pom/maven-parent-${project.version}-source-release.zip.md5";>maven/pom/maven-parent-${project.version}-source-release.zip.md5</a></td>
+            <td><a 
href="https://www.apache.org/dist/maven/pom/maven-parent-${project.version}-source-release.zip.asc";>maven/pom/maven-parent-${project.version}-source-release.zip.asc</a></td>
           </tr>
         </tbody>
       </table>
@@ -117,7 +117,7 @@ under the License.
 
       <subsection name="Previous Versions">
         
-      <p>Older non-recommended releases can be found on our <a 
href="http://archive.apache.org/dist/maven/pom/";>archive site</a>.</p>
+      <p>Older non-recommended releases can be found on our <a 
href="https://archive.apache.org/dist/maven/pom/";>archive site</a>.</p>
 
       </subsection>
     </section>

Modified: maven/pom/trunk/maven/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/maven/pom/trunk/maven/src/site/site.xml?rev=1743585&r1=1743584&r2=1743585&view=diff
==============================================================================
--- maven/pom/trunk/maven/src/site/site.xml (original)
+++ maven/pom/trunk/maven/src/site/site.xml Thu May 12 22:05:22 2016
@@ -23,13 +23,13 @@ under the License.
   xsi:schemaLocation="http://maven.apache.org/DECORATION/1.7.0 
http://maven.apache.org/xsd/decoration-1.7.0.xsd";>
   <bannerLeft>
     <name>${project.name}</name>
-    <src>http://maven.apache.org/images/apache-maven-project.png</src>
-    <href>http://www.apache.org/</href>
+    <src>https://maven.apache.org/images/apache-maven-project.png</src>
+    <href>https://www.apache.org/</href>
   </bannerLeft>
 
   <bannerRight>
-    <src>http://maven.apache.org/images/maven-logo-black-on-white.png</src>
-    <href>http://maven.apache.org/</href>
+    <src>https://maven.apache.org/images/maven-logo-black-on-white.png</src>
+    <href>https://maven.apache.org/</href>
   </bannerRight>
 
   <skin>
@@ -62,35 +62,35 @@ under the License.
 
     <!-- Breadcrumbs that every project will inherit -->
     <breadcrumbs>
-      <item name="Apache" href="http://www.apache.org/"; />
-      <item name="Maven"  href="http://maven.apache.org/index.html"; />
+      <item name="Apache" href="https://www.apache.org/"; />
+      <item name="Maven"  href="https://maven.apache.org/index.html"; />
     </breadcrumbs>
 
     <!-- Menus that every project will inherit -->
     <menu ref="reports" inherit="bottom" />
 
     <menu name="Maven Projects" inherit="bottom">
-      <item name="Ant Tasks"         
href="http://maven.apache.org/ant-tasks/index.html"; />
-      <item name="Archetype"         
href="http://maven.apache.org/archetype/index.html"; />
-      <item name="Doxia"             
href="http://maven.apache.org/doxia/index.html"; />
-      <item name="JXR"               
href="http://maven.apache.org/jxr/index.html"; />
-      <item name="Maven"             
href="http://maven.apache.org/ref/current"; />
-      <item name="Parent POMs"       
href="http://maven.apache.org/pom/index.html"; />
-      <item name="Plugins"           
href="http://maven.apache.org/plugins/index.html"; />
-      <item name="Plugin Testing"    
href="http://maven.apache.org/plugin-testing/index.html"; />
-      <item name="Plugin Tools"      
href="http://maven.apache.org/plugin-tools/index.html"; />
-      <item name="Resource Bundles"  
href="http://maven.apache.org/apache-resource-bundles/index.html"; />
-      <item name="SCM"               
href="http://maven.apache.org/scm/index.html"; />
-      <item name="Shared Components" 
href="http://maven.apache.org/shared/index.html"; />
-      <item name="Skins"             
href="http://maven.apache.org/skins/index.html"; />
-      <item name="Surefire"          
href="http://maven.apache.org/surefire/index.html"; />
-      <item name="Wagon"             
href="http://maven.apache.org/wagon/index.html"; />
+      <item name="Ant Tasks"         
href="https://maven.apache.org/ant-tasks/index.html"; />
+      <item name="Archetype"         
href="https://maven.apache.org/archetype/index.html"; />
+      <item name="Doxia"             
href="https://maven.apache.org/doxia/index.html"; />
+      <item name="JXR"               
href="https://maven.apache.org/jxr/index.html"; />
+      <item name="Maven"             
href="https://maven.apache.org/ref/current"; />
+      <item name="Parent POMs"       
href="https://maven.apache.org/pom/index.html"; />
+      <item name="Plugins"           
href="https://maven.apache.org/plugins/index.html"; />
+      <item name="Plugin Testing"    
href="https://maven.apache.org/plugin-testing/index.html"; />
+      <item name="Plugin Tools"      
href="https://maven.apache.org/plugin-tools/index.html"; />
+      <item name="Resource Bundles"  
href="https://maven.apache.org/apache-resource-bundles/index.html"; />
+      <item name="SCM"               
href="https://maven.apache.org/scm/index.html"; />
+      <item name="Shared Components" 
href="https://maven.apache.org/shared/index.html"; />
+      <item name="Skins"             
href="https://maven.apache.org/skins/index.html"; />
+      <item name="Surefire"          
href="https://maven.apache.org/surefire/index.html"; />
+      <item name="Wagon"             
href="https://maven.apache.org/wagon/index.html"; />
     </menu>
     <menu name="ASF" inherit="bottom">
-      <item name="How Apache Works" 
href="http://www.apache.org/foundation/how-it-works.html"/> 
-      <item name="Foundation" href="http://www.apache.org/foundation/"/>
-      <item name="Sponsoring Apache" 
href="http://www.apache.org/foundation/sponsorship.html"/>
-      <item name="Thanks" href="http://www.apache.org/foundation/thanks.html"/>
+      <item name="How Apache Works"  
href="https://www.apache.org/foundation/how-it-works.html"/> 
+      <item name="Foundation"        
href="https://www.apache.org/foundation/"/>
+      <item name="Sponsoring Apache" 
href="https://www.apache.org/foundation/sponsorship.html"/>
+      <item name="Thanks"            
href="https://www.apache.org/foundation/thanks.html"/>
     </menu>
 
   </body>


Reply via email to