Author: khmarbaise
Date: Fri Feb 12 19:39:47 2016
New Revision: 1730096

URL: http://svn.apache.org/viewvc?rev=1730096&view=rev
Log:
Using https consistently instead of http.

Modified:
    maven/site/trunk/content/xdoc/developers/mojo-api-specification.xml
    maven/site/trunk/content/xdoc/docs-required.xml
    maven/site/trunk/content/xdoc/download.xml.vm
    maven/site/trunk/content/xdoc/errors/404.xml
    maven/site/trunk/content/xdoc/index.xml.vm
    maven/site/trunk/content/xdoc/repository/index.xml

Modified: maven/site/trunk/content/xdoc/developers/mojo-api-specification.xml
URL: 
http://svn.apache.org/viewvc/maven/site/trunk/content/xdoc/developers/mojo-api-specification.xml?rev=1730096&r1=1730095&r2=1730096&view=diff
==============================================================================
--- maven/site/trunk/content/xdoc/developers/mojo-api-specification.xml 
(original)
+++ maven/site/trunk/content/xdoc/developers/mojo-api-specification.xml Fri Feb 
12 19:39:47 2016
@@ -21,7 +21,7 @@ under the License.
 
 <document xmlns="http://maven.apache.org/XDOC/2.0";
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-  xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 
http://maven.apache.org/xsd/xdoc-2.0.xsd";>
+  xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 
https://maven.apache.org/xsd/xdoc-2.0.xsd";>
   <properties>
     <title>Mojo API Specification</title>
     <author email="[email protected]">John Casey</author>
@@ -859,11 +859,11 @@ under the License.
           ]
         </li>
         <li>Maven Plugin API [
-          <a 
href="http://maven.apache.org/ref/current/maven-plugin-api/apidocs/index.html";>link</a>
+          <a 
href="https://maven.apache.org/ref/current/maven-plugin-api/apidocs/index.html";>link</a>
           ]
         </li>
         <li>MojoDescriptor API [
-          <a 
href="http://maven.apache.org/ref/current/maven-plugin-api/apidocs/org/apache/maven/plugin/descriptor/MojoDescriptor.html";>link</a>
+          <a 
href="https://maven.apache.org/ref/current/maven-plugin-api/apidocs/org/apache/maven/plugin/descriptor/MojoDescriptor.html";>link</a>
           ]
         </li>
       </ul>

Modified: maven/site/trunk/content/xdoc/docs-required.xml
URL: 
http://svn.apache.org/viewvc/maven/site/trunk/content/xdoc/docs-required.xml?rev=1730096&r1=1730095&r2=1730096&view=diff
==============================================================================
--- maven/site/trunk/content/xdoc/docs-required.xml (original)
+++ maven/site/trunk/content/xdoc/docs-required.xml Fri Feb 12 19:39:47 2016
@@ -21,7 +21,7 @@
 
 <document xmlns="http://maven.apache.org/XDOC/2.0";
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-  xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 
http://maven.apache.org/xsd/xdoc-2.0.xsd";>
+  xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 
https://maven.apache.org/xsd/xdoc-2.0.xsd";>
 <!-- TODO: include back into site, after checking which are complete, add to 
instructions on how to contribute docs -->
   <properties>
     <title>Documentation Required</title>

Modified: maven/site/trunk/content/xdoc/download.xml.vm
URL: 
http://svn.apache.org/viewvc/maven/site/trunk/content/xdoc/download.xml.vm?rev=1730096&r1=1730095&r2=1730096&view=diff
==============================================================================
--- maven/site/trunk/content/xdoc/download.xml.vm (original)
+++ maven/site/trunk/content/xdoc/download.xml.vm Fri Feb 12 19:39:47 2016
@@ -47,7 +47,7 @@ under the License.
           mirrors
           (at the end of the mirrors list) that should be available.
             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.
       Use a source archive if you intend to build Maven yourself.</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>
       <table>
         <thead>
@@ -124,26 +124,26 @@ under the License.
           <tr>
             <td>Binary tar.gz archive</td>
             <td><a 
href="[preferred]maven/maven-3/${currentStableVersion}/binaries/apache-maven-${currentStableVersion}-bin.tar.gz">apache-maven-${currentStableVersion}-bin.tar.gz</a></td>
-            <td><a 
href="http://www.apache.org/dist/maven/maven-3/${currentStableVersion}/binaries/apache-maven-${currentStableVersion}-bin.tar.gz.md5";>apache-maven-${currentStableVersion}-bin.tar.gz.md5</a></td>
-            <td><a 
href="http://www.apache.org/dist/maven/maven-3/${currentStableVersion}/binaries/apache-maven-${currentStableVersion}-bin.tar.gz.asc";>apache-maven-${currentStableVersion}-bin.tar.gz.asc</a></td>
+            <td><a 
href="https://www.apache.org/dist/maven/maven-3/${currentStableVersion}/binaries/apache-maven-${currentStableVersion}-bin.tar.gz.md5";>apache-maven-${currentStableVersion}-bin.tar.gz.md5</a></td>
+            <td><a 
href="https://www.apache.org/dist/maven/maven-3/${currentStableVersion}/binaries/apache-maven-${currentStableVersion}-bin.tar.gz.asc";>apache-maven-${currentStableVersion}-bin.tar.gz.asc</a></td>
           </tr>
           <tr>
             <td>Binary zip archive</td>
             <td><a 
href="[preferred]maven/maven-3/${currentStableVersion}/binaries/apache-maven-${currentStableVersion}-bin.zip">apache-maven-${currentStableVersion}-bin.zip</a></td>
-            <td><a 
href="http://www.apache.org/dist/maven/maven-3/${currentStableVersion}/binaries/apache-maven-${currentStableVersion}-bin.zip.md5";>apache-maven-${currentStableVersion}-bin.zip.md5</a></td>
-            <td><a 
href="http://www.apache.org/dist/maven/maven-3/${currentStableVersion}/binaries/apache-maven-${currentStableVersion}-bin.zip.asc";>apache-maven-${currentStableVersion}-bin.zip.asc</a></td>
+            <td><a 
href="https://www.apache.org/dist/maven/maven-3/${currentStableVersion}/binaries/apache-maven-${currentStableVersion}-bin.zip.md5";>apache-maven-${currentStableVersion}-bin.zip.md5</a></td>
+            <td><a 
href="https://www.apache.org/dist/maven/maven-3/${currentStableVersion}/binaries/apache-maven-${currentStableVersion}-bin.zip.asc";>apache-maven-${currentStableVersion}-bin.zip.asc</a></td>
           </tr>
           <tr>
             <td>Source tar.gz archive</td>
             <td><a 
href="[preferred]maven/maven-3/${currentStableVersion}/source/apache-maven-${currentStableVersion}-src.tar.gz">apache-maven-${currentStableVersion}-src.tar.gz</a></td>
-            <td><a 
href="http://www.apache.org/dist/maven/maven-3/${currentStableVersion}/source/apache-maven-${currentStableVersion}-src.tar.gz.md5";>apache-maven-${currentStableVersion}-src.tar.gz.md5</a></td>
-            <td><a 
href="http://www.apache.org/dist/maven/maven-3/${currentStableVersion}/source/apache-maven-${currentStableVersion}-src.tar.gz.asc";>apache-maven-${currentStableVersion}-src.tar.gz.asc</a></td>
+            <td><a 
href="https://www.apache.org/dist/maven/maven-3/${currentStableVersion}/source/apache-maven-${currentStableVersion}-src.tar.gz.md5";>apache-maven-${currentStableVersion}-src.tar.gz.md5</a></td>
+            <td><a 
href="https://www.apache.org/dist/maven/maven-3/${currentStableVersion}/source/apache-maven-${currentStableVersion}-src.tar.gz.asc";>apache-maven-${currentStableVersion}-src.tar.gz.asc</a></td>
           </tr>
           <tr>
             <td>Source zip archive </td>
             <td><a 
href="[preferred]maven/maven-3/${currentStableVersion}/source/apache-maven-${currentStableVersion}-src.zip">apache-maven-${currentStableVersion}-src.zip</a></td>
-            <td><a 
href="http://www.apache.org/dist/maven/maven-3/${currentStableVersion}/source/apache-maven-${currentStableVersion}-src.zip.md5";>apache-maven-${currentStableVersion}-src.zip.md5</a></td>
-            <td><a 
href="http://www.apache.org/dist/maven/maven-3/${currentStableVersion}/source/apache-maven-${currentStableVersion}-src.zip.asc";>apache-maven-${currentStableVersion}-src.zip.asc</a></td>
+            <td><a 
href="https://www.apache.org/dist/maven/maven-3/${currentStableVersion}/source/apache-maven-${currentStableVersion}-src.zip.md5";>apache-maven-${currentStableVersion}-src.zip.md5</a></td>
+            <td><a 
href="https://www.apache.org/dist/maven/maven-3/${currentStableVersion}/source/apache-maven-${currentStableVersion}-src.zip.asc";>apache-maven-${currentStableVersion}-src.zip.asc</a></td>
           </tr>
         </tbody>
       </table>
@@ -154,8 +154,8 @@ under the License.
         <!-- not currently generated on the CMS due to the profile, probably 
also badly formattted
            <li>a <a href="./apache-maven.pdf">PDF file.</a></li>
         -->
-        <li><a href="[preferred]/maven/">All sources (plugins, shared 
libraries,...) available at http://www.apache.org/dist/maven/</a></li>
-        <li>Distributed under the <a 
href="http://www.apache.org/licenses/";>Apache License, version 2.0</a></li>
+        <li><a href="[preferred]/maven/">All sources (plugins, shared 
libraries,...) available at https://www.apache.org/dist/maven/</a></li>
+        <li>Distributed under the <a 
href="https://www.apache.org/licenses/";>Apache License, version 2.0</a></li>
       </ul>
       </subsection>
 
@@ -164,8 +164,8 @@ under the License.
         
         <p>If you still want to use an old version you can find more 
information in the
         <a href="./docs/history.html">Maven Releases History</a> and can 
download files from 
-        the  <a 
href="http://archive.apache.org/dist/maven/maven-3/";>archives</a> for versions 
3.0.4+
-        and <a href="http://archive.apache.org/dist/maven/binaries/";>legacy 
archives</a> for earlier releases.</p>
+        the  <a 
href="https://archive.apache.org/dist/maven/maven-3/";>archives</a> for versions 
3.0.4+
+        and <a href="https://archive.apache.org/dist/maven/binaries/";>legacy 
archives</a> for earlier releases.</p>
       </subsection>
     </section>
   </body>

Modified: maven/site/trunk/content/xdoc/errors/404.xml
URL: 
http://svn.apache.org/viewvc/maven/site/trunk/content/xdoc/errors/404.xml?rev=1730096&r1=1730095&r2=1730096&view=diff
==============================================================================
--- maven/site/trunk/content/xdoc/errors/404.xml (original)
+++ maven/site/trunk/content/xdoc/errors/404.xml Fri Feb 12 19:39:47 2016
@@ -21,7 +21,7 @@ under the License.
 
 <document xmlns="http://maven.apache.org/XDOC/2.0";
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-  xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 
http://maven.apache.org/xsd/xdoc-2.0.xsd";>
+  xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 
https://maven.apache.org/xsd/xdoc-2.0.xsd";>
   <properties>
     <title>Page Not Found</title>
     <author email="[email protected]">Brett Porter</author>
@@ -30,12 +30,12 @@ under the License.
 
   <head>
     <title>Page Not Found</title>
-    <base href="http://maven.apache.org/errors"; />
+    <base href="https://maven.apache.org/errors"; />
     <!-- need to import styles by hand since the generated html has them 
relative and before the base tag -->
-    <link rel="stylesheet" 
href="http://maven.apache.org/css/apache-maven-fluido-1.4.min.css"; />
-    <link rel="stylesheet" href="http://maven.apache.org/css/site.css"; />
-    <link rel="stylesheet" href="http://maven.apache.org/css/print.css"; 
media="print" />
-    <script type="text/javascript" 
src="http://maven.apache.org/js/apache-maven-fluido-1.4.min.js"; />
+    <link rel="stylesheet" 
href="https://maven.apache.org/css/apache-maven-fluido-1.4.min.css"; />
+    <link rel="stylesheet" href="https://maven.apache.org/css/site.css"; />
+    <link rel="stylesheet" href="https://maven.apache.org/css/print.css"; 
media="print" />
+    <script type="text/javascript" 
src="https://maven.apache.org/js/apache-maven-fluido-1.4.min.js"; />
   </head>
 
   <body>

Modified: maven/site/trunk/content/xdoc/index.xml.vm
URL: 
http://svn.apache.org/viewvc/maven/site/trunk/content/xdoc/index.xml.vm?rev=1730096&r1=1730095&r2=1730096&view=diff
==============================================================================
--- maven/site/trunk/content/xdoc/index.xml.vm (original)
+++ maven/site/trunk/content/xdoc/index.xml.vm Fri Feb 12 19:39:47 2016
@@ -126,9 +126,9 @@ under the License.
       </p>
 
       <p>
-        Maven is a part of the Apache Software Foundation. We'd like to <a 
href="http://www.apache.org/foundation/thanks.html";>thank
+        Maven is a part of the Apache Software Foundation. We'd like to <a 
href="https://www.apache.org/foundation/thanks.html";>thank
         the sponsors</a> that provide financial assistance to the foundation. 
For more information on how you can support the
-        foundation, see the <a 
href="http://www.apache.org/foundation/sponsorship.html";>sponsorship</a> page.
+        foundation, see the <a 
href="https://www.apache.org/foundation/sponsorship.html";>sponsorship</a> page.
       </p>
 
       <h3>Archived Releases</h3>

Modified: maven/site/trunk/content/xdoc/repository/index.xml
URL: 
http://svn.apache.org/viewvc/maven/site/trunk/content/xdoc/repository/index.xml?rev=1730096&r1=1730095&r2=1730096&view=diff
==============================================================================
--- maven/site/trunk/content/xdoc/repository/index.xml (original)
+++ maven/site/trunk/content/xdoc/repository/index.xml Fri Feb 12 19:39:47 2016
@@ -47,14 +47,14 @@
         <img src="maven-repositories.png" width="668" height="555" border="0" 
usemap="#map" />
 
         <map name="map">
-          <area shape="rect" coords="191,63,271,94"   alt="Apache"   
href="http://repository.apache.org/content/groups/public/"; />
+          <area shape="rect" coords="191,63,271,94"   alt="Apache"   
href="https://repository.apache.org/content/groups/public/"; />
           <area shape="rect" coords="276,63,374,94"   alt="Codehaus" 
href="http://repository.codehaus.org/"; />
-          <area shape="rect" coords="378,63,459,94"   alt="OSSRH"    
href="http://central.sonatype.org/pages/ossrh-guide.html"; />
+          <area shape="rect" coords="378,63,459,94"   alt="OSSRH"    
href="https://central.sonatype.org/pages/ossrh-guide.html"; />
           <area shape="rect" coords="485,276,558,307" alt="java.net" 
href="http://download.java.net/maven/2/"; />
           <area shape="rect" coords="564,276,626,307" alt="JBoss"    
href="http://repository.jboss.org/maven2/"; />
           <area shape="rect" coords="283,234,331,264" alt="index"    
href="/maven-indexer/" />
           <area shape="rect" coords="69,234,182,265"  alt="archetype" 
href="/archetype/archetype-models/archetype-catalog/archetype-catalog.html" />
-          <area shape="rect" coords="55,292,180,326"  alt="repo"     
href="http://repo.maven.apache.org/maven2/"; />
+          <area shape="rect" coords="55,292,180,326"  alt="repo"     
href="https://repo.maven.apache.org/maven2/"; />
           <area shape="rect" coords="211,293,357,339" alt="ibiblio"  
href="http://mirrors.ibiblio.org/pub/mirrors/maven2/"; />
           <area shape="rect" coords="162,501,243,534" alt="Maven"    
href="/what-is-maven.html" />
           <area shape="rect" coords="244,531,353,552" alt="local repository"   
           href="/guides/mini/guide-configuring-maven.html" />


Reply via email to