Author: khmarbaise
Date: Sat Feb 13 10:43:10 2016
New Revision: 1730177

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

Modified:
    maven/site/trunk/content/fml/about.fml
    maven/site/trunk/content/fml/general.fml
    maven/site/trunk/content/fml/maven1.fml

Modified: maven/site/trunk/content/fml/about.fml
URL: 
http://svn.apache.org/viewvc/maven/site/trunk/content/fml/about.fml?rev=1730177&r1=1730176&r2=1730177&view=diff
==============================================================================
--- maven/site/trunk/content/fml/about.fml (original)
+++ maven/site/trunk/content/fml/about.fml Sat Feb 13 10:43:10 2016
@@ -20,7 +20,7 @@
 
 <faqs xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
   xmlns="http://maven.apache.org/FML/1.0";
-  xsi:schemaLocation="http://maven.apache.org/FML/1.0 
http://maven.apache.org/xsd/fml-1.0.xsd";
+  xsi:schemaLocation="http://maven.apache.org/FML/1.0 
https://maven.apache.org/xsd/fml-1.0.xsd";
   title="About Maven 2.0">
   <part id="about">
     <faq id="m2-goals">
@@ -79,7 +79,7 @@
         </p>
         <p>
           For more information, please see
-          <a 
href="http://maven.apache.org/guides/development/guide-helping.html";>How to 
Help</a>
+          <a 
href="https://maven.apache.org/guides/development/guide-helping.html";>How to 
Help</a>
           .
         </p>
       </answer>
@@ -121,15 +121,13 @@
       <answer>
         <p>
           Help for both Maven 1.0 and Maven 2 &amp; 3 can be obtained by 
subscribing and posting to the
-          <a href="http://maven.apache.org/mail-lists.html";>Maven Users 
List</a>.
+          <a href="https://maven.apache.org/mail-lists.html";>Maven Users 
List</a>.
         </p>
         <p>
-          You can also join us on IRC (Internet Relay Chat) at 
<code>irc.codehaus.org</code>
-          on <code>#maven</code>. This is available both
-          over <a href="irc://irc.codehaus.org/#maven">IRC</a>
-          and <a href="http://irc.codehaus.org/";>HTTP</a>
+          You can also join us on IRC (Internet Relay Chat) at 
<code>irc.freenode.net</code>
+          on <code>#maven</code>. 
+          over <a href="irc://irc.freenode.net/#maven">IRC</a>
           for those behind firewalls (enter <code>#maven</code> in the 
<i>Channel</i> box).
-          You could also browse the IRC logs <a 
href="http://dev.rectang.com/logs/codehaus/%23maven/";>here</a>.
         </p>
       </answer>
     </faq>

Modified: maven/site/trunk/content/fml/general.fml
URL: 
http://svn.apache.org/viewvc/maven/site/trunk/content/fml/general.fml?rev=1730177&r1=1730176&r2=1730177&view=diff
==============================================================================
--- maven/site/trunk/content/fml/general.fml (original)
+++ maven/site/trunk/content/fml/general.fml Sat Feb 13 10:43:10 2016
@@ -20,7 +20,7 @@
 
 <faqs xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
   xmlns="http://maven.apache.org/FML/1.0";
-  xsi:schemaLocation="http://maven.apache.org/FML/1.0 
http://maven.apache.org/xsd/fml-1.0.xsd";
+  xsi:schemaLocation="http://maven.apache.org/FML/1.0 
https://maven.apache.org/xsd/fml-1.0.xsd";
   title="Frequently Asked Technical Questions">
   <part id="faq">
     <faq id="encoding-warning">
@@ -62,7 +62,7 @@
       <answer>
         <p>
           The "Available Plugins" page lists them and provides additional 
information.
-          See <a 
href="http://maven.apache.org/plugins/";>http://maven.apache.org/plugins</a>
+          See <a 
href="https://maven.apache.org/plugins/";>https://maven.apache.org/plugins</a>
         </p>
       </answer>
     </faq>
@@ -92,7 +92,7 @@
           <li>
             For use in a plugin written in Java, Beanshell or other Java-like 
scripting language, you can construct
             the Ant tasks using the
-            <a 
href="http://ant.apache.org/manual/antexternal.html";>instructions given in the 
Ant
+            <a 
href="https://ant.apache.org/manual/antexternal.html";>instructions given in the 
Ant
               documentation</a>
           </li>
           <li>
@@ -377,7 +377,7 @@ Where: <path-to-file>  the path to the f
 &lt;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"&gt;
+                      https://maven.apache.org/xsd/maven-4.0.0.xsd"&gt;
 
   ...
 &lt;/project&gt;</source>
@@ -385,7 +385,7 @@ Where: <path-to-file>  the path to the f
 &lt;settings xmlns="http://maven.apache.org/SETTINGS/1.0.0";
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
   xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
-                      http://maven.apache.org/xsd/settings-1.0.0.xsd"&gt;
+                      https://maven.apache.org/xsd/settings-1.0.0.xsd"&gt;
   ...
 &lt;/settings&gt;</source>
         </p>
@@ -430,9 +430,9 @@ Where: <path-to-file>  the path to the f
           You could use the following search engines:
         </p>
         <ul>
-          <li><a 
href="http://search.maven.org/";>http://search.maven.org</a></li>
-          <li><a 
href="http://repository.apache.org";>http://repository.apache.org</a></li>
-          <li><a 
href="http://mvnrepository.com";>http://mvnrepository.com</a></li>
+          <li><a 
href="https://search.maven.org/";>https://search.maven.org</a></li>
+          <li><a 
href="https://repository.apache.org";>https://repository.apache.org</a></li>
+          <li><a 
href="https://mvnrepository.com";>https://mvnrepository.com</a></li>
         </ul>
       </answer>
     </faq>

Modified: maven/site/trunk/content/fml/maven1.fml
URL: 
http://svn.apache.org/viewvc/maven/site/trunk/content/fml/maven1.fml?rev=1730177&r1=1730176&r2=1730177&view=diff
==============================================================================
--- maven/site/trunk/content/fml/maven1.fml (original)
+++ maven/site/trunk/content/fml/maven1.fml Sat Feb 13 10:43:10 2016
@@ -20,7 +20,7 @@
 
 <faqs xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
   xmlns="http://maven.apache.org/FML/1.0";
-  xsi:schemaLocation="http://maven.apache.org/FML/1.0 
http://maven.apache.org/xsd/fml-1.0.xsd";
+  xsi:schemaLocation="http://maven.apache.org/FML/1.0 
https://maven.apache.org/xsd/fml-1.0.xsd";
   title="Information for Maven 1.0 Users">
   <part id="maven1">
     <faq id="changed">
@@ -90,7 +90,7 @@
         <p>
           If you do use Maven 1.0, and would like to upgrade in the future, 
you should carefully consider following some
           of the
-          <a 
href="http://maven.apache.org/maven-1.x/using/bestpractices.html";>Best 
Practices</a>
+          <a 
href="https://maven.apache.org/maven-1.x/using/bestpractices.html";>Best 
Practices</a>
           listed. These will make your project a lot easier to migrate in the 
future.
         </p>
         <p>
@@ -110,7 +110,7 @@
         <p>
           Support for Maven 1.0.2 has been discontinued with the release of 
Maven 1.1.
           While significant new features will not be added to the
-          <a href="http://maven.apache.org/maven-1.x/";>Maven 1.x</a> core
+          <a href="https://maven.apache.org/maven-1.x/";>Maven 1.x</a> core
           (such as transitive dependencies), bugfixes and support continue and 
the
           repository is still available.
         </p>
@@ -135,7 +135,7 @@
       </question>
       <answer>
         <p>Taken from
-          <a 
href="http://mail-archives.apache.org/mod_mbox/maven-users/200504.mbox/%[email protected]%3e";>
+          <a 
href="https://mail-archives.apache.org/mod_mbox/maven-users/200504.mbox/%[email protected]%3e";>
             this post to the Maven User's List</a>:
         </p>
         <blockquote>
@@ -163,7 +163,7 @@
     <faq id="convert">
       <question>How do I convert from Maven 1.x to Maven 2.x or 3.x?</question>
       <answer>
-        This is discussed in <a 
href="http://maven.apache.org/guides/mini/guide-m1-m2.html";>Guide to Moving 
from Maven 1.x to Maven 2.x</a>
+        This is discussed in <a 
href="https://maven.apache.org/guides/mini/guide-m1-m2.html";>Guide to Moving 
from Maven 1.x to Maven 2.x</a>
         (Maven 3.x is mostly equivalent to Maven 2.x).
       </answer>
     </faq>


Reply via email to