You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by kh...@apache.org on 2017/03/17 18:41:34 UTC

svn commit: r1787474 - in /creadur/rat/trunk: ./ apache-rat-api/src/main/java/org/apache/rat/api/domain/ apache-rat-core/src/main/java/org/apache/rat/analysis/license/ apache-rat-core/src/main/java/org/apache/rat/document/impl/guesser/ apache-rat-core/...

Author: khmarbaise
Date: Fri Mar 17 18:41:33 2017
New Revision: 1787474

URL: http://svn.apache.org/viewvc?rev=1787474&view=rev
Log:
[RAT-227] Change all links in maven-generated site to https for security reasons

Modified:
    creadur/rat/trunk/README.txt
    creadur/rat/trunk/RELEASE-NOTES.txt
    creadur/rat/trunk/RELEASE_NOTES.txt
    creadur/rat/trunk/ant-task-examples.xml
    creadur/rat/trunk/apache-rat-api/src/main/java/org/apache/rat/api/domain/LicenseFamily.java
    creadur/rat/trunk/apache-rat-core/src/main/java/org/apache/rat/analysis/license/AppliedApacheSoftwareLicense20.java
    creadur/rat/trunk/apache-rat-core/src/main/java/org/apache/rat/document/impl/guesser/BinaryGuesser.java
    creadur/rat/trunk/apache-rat-core/src/site/apt/index.apt.vm
    creadur/rat/trunk/apache-rat-plugin/src/main/resources/org/apache/rat/mp/package.html
    creadur/rat/trunk/apache-rat-plugin/src/site/apt/index.apt
    creadur/rat/trunk/apache-rat-plugin/src/site/fml/faq.fml
    creadur/rat/trunk/apache-rat-tasks/src/site/apt/examples/custom.apt
    creadur/rat/trunk/apache-rat-tasks/src/site/apt/index.apt
    creadur/rat/trunk/apache-rat-tasks/src/site/apt/report.apt
    creadur/rat/trunk/apache-rat-tasks/src/site/apt/types.apt
    creadur/rat/trunk/apache-rat/README.txt
    creadur/rat/trunk/apache-rat/src/site/apt/index.apt.vm
    creadur/rat/trunk/pom.xml
    creadur/rat/trunk/src/changes/release-notes.vm
    creadur/rat/trunk/src/site/apt/index.apt.vm
    creadur/rat/trunk/src/site/xdoc/download_rat.xml.vm

Modified: creadur/rat/trunk/README.txt
URL: http://svn.apache.org/viewvc/creadur/rat/trunk/README.txt?rev=1787474&r1=1787473&r2=1787474&view=diff
==============================================================================
--- creadur/rat/trunk/README.txt (original)
+++ creadur/rat/trunk/README.txt Fri Mar 17 18:41:33 2017
@@ -18,8 +18,8 @@
                             ==========
 
 Apache Rat is developed by the Apache Creadur project of the Apache Software
-Foundation. Join us at http://creadur.apache.org and read more about Apache Rat
-at http://creadur.apache.org/rat.
+Foundation. Join us at https://creadur.apache.org and read more about Apache Rat
+at https://creadur.apache.org/rat.
 
 Release Audit Tool (Rat) is a tool to improve accuracy and efficiency when checking
 releases. It is heuristic in nature: making guesses about possible problems. It
@@ -41,7 +41,7 @@ runnable and self-documenting. This jar
 
 Rat includes a task library for Ant 1.7. This allows Rat reports to be run against
 a wide variety of resources. See ant-task-examples.xml. To use the Ant tasks,
-Apache Ant 1.7 is required. See http://ant.apache.org/.
+Apache Ant 1.7 is required. See https://ant.apache.org/.
 
 For Maven builds, the plugin is recommended.
 

Modified: creadur/rat/trunk/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/creadur/rat/trunk/RELEASE-NOTES.txt?rev=1787474&r1=1787473&r2=1787474&view=diff
==============================================================================
--- creadur/rat/trunk/RELEASE-NOTES.txt (original)
+++ creadur/rat/trunk/RELEASE-NOTES.txt Fri Mar 17 18:41:33 2017
@@ -59,9 +59,9 @@ o RAT-172:  Exclude technical directorie
 o RAT-200:  Upgrade ASF parent POM to 17.
 
 
-Historical list of changes: http://creadur.apache.org/rat/changes-report.html
+Historical list of changes: https://creadur.apache.org/rat/changes-report.html
 
 For complete information on Apache Creadur Rat, including instructions on how to submit bug reports,
 patches, or suggestions for improvement, see the Apache Apache Creadur Rat website:
 
-http://creadur.apache.org/rat/
+https://creadur.apache.org/rat/

Modified: creadur/rat/trunk/RELEASE_NOTES.txt
URL: http://svn.apache.org/viewvc/creadur/rat/trunk/RELEASE_NOTES.txt?rev=1787474&r1=1787473&r2=1787474&view=diff
==============================================================================
--- creadur/rat/trunk/RELEASE_NOTES.txt (original)
+++ creadur/rat/trunk/RELEASE_NOTES.txt Fri Mar 17 18:41:33 2017
@@ -4,7 +4,7 @@ Rat 0.12
  * We now require Maven 3.0.5+ to build Rat, but as before we only require
    Maven 2.2.1+ if you want to use Rat in your own Maven projects.
  * We've integrated Rat into the ASF Jenkins to ensure continuous builds with various JDK versions. 
- * Issues resolved (see http://issues.apache.org/jira):
+ * Issues resolved (see https://issues.apache.org/jira):
    Bug
     * [RAT-158] - Fix SAX-Parser warning by explicitly excluding xerces in Doxia 1.2.
                   (thanks to Hervé Boutemy)
@@ -65,7 +65,7 @@ Rat 0.11
    fixed build/CI environment to reflect and ensure that.
  * Fixed Javadoc warnings during build, upgraded Maven Plugin Plugin to avoid
    warnings in generated code (https://jira.codehaus.org/browse/MPLUGIN-237)
- * Issues resolved (see http://issues.apache.org/jira):
+ * Issues resolved (see https://issues.apache.org/jira):
    Bug
     * [RAT-135] - addLicenseHeaders is missing a space on license header.
     * [RAT-144] - AbstractRatMojo String constant arrays should be private
@@ -90,7 +90,7 @@ Rat 0.10
 The main change is RAT-138 - Rat 0.9 could run much slower than 0.8 on some input.
 
  * Simpler binary archive
- * Issues resolved (see http://issues.apache.org/jira):
+ * Issues resolved (see https://issues.apache.org/jira):
    * Bugs fixed:
      * [RAT-137] Website shows incorrect Maven goals in some pages
      * [RAT-128] Use the proper name for the Apache License
@@ -110,7 +110,7 @@ Rat 0.9
  * The Antlib contains a new matcher type that allows matching on the
    full text of the license rather than a single line.
  * Support automatic addition of license headers to svg files.
- * Issues Resolved (see http://issues.apache.org/jira):
+ * Issues Resolved (see https://issues.apache.org/jira):
    * Bugs Fixed:
      * [RAT-3]   - Incorrect alignment of file contents
      * [RAT-102] - typo in pom.xml / field description
@@ -148,7 +148,7 @@ Rat 0.8
  * Some website fixes
  * The Antlib and Maven plugins now provide simpler ways to detect
    licenses not directly supported by Rat.
- * Issues Resolved (see http://issues.apache.org/jira):
+ * Issues Resolved (see https://issues.apache.org/jira):
   * Bug:
     * RAT-86 CLI doesn't allow adding of licenses unless a custom
       stylesheet has been specified
@@ -184,7 +184,7 @@ Rat 0.8
 Rat 0.7
 =======
  * Some website fixes
- * Issues Resolved (see http://issues.apache.org/jira):
+ * Issues Resolved (see https://issues.apache.org/jira):
   * Bug:
     * RAT-62 Some of Rat's own files missing License Headers
     * RAT-63 ant-task-examples.xml has an wrong uri in the -typedef ant target
@@ -206,7 +206,7 @@ Rat 0.6
  * Comprehend PEM, CRL file endings
  * Added reporting capability to recursive rat script
  * Moved to the Incubator@Apache
- * Issues Resolved (see http://issues.apache.org/jira):
+ * Issues Resolved (see https://issues.apache.org/jira):
   * Bug:
     * RAT-3 Incorrect alignment of file contents
     * RAT-11 Incorrect number of unnapproved licences reported

Modified: creadur/rat/trunk/ant-task-examples.xml
URL: http://svn.apache.org/viewvc/creadur/rat/trunk/ant-task-examples.xml?rev=1787474&r1=1787473&r2=1787474&view=diff
==============================================================================
--- creadur/rat/trunk/ant-task-examples.xml (original)
+++ creadur/rat/trunk/ant-task-examples.xml Fri Mar 17 18:41:33 2017
@@ -74,7 +74,7 @@
   <target name="url" depends="-taskdef"
     description="runs the task on the ASF's homepage">
     <rat:report xmlns:rat="antlib:org.apache.rat.anttasks">
-      <url url="http://www.apache.org/"/>
+      <url url="https://www.apache.org/"/>
     </rat:report>
   </target>
 

Modified: creadur/rat/trunk/apache-rat-api/src/main/java/org/apache/rat/api/domain/LicenseFamily.java
URL: http://svn.apache.org/viewvc/creadur/rat/trunk/apache-rat-api/src/main/java/org/apache/rat/api/domain/LicenseFamily.java?rev=1787474&r1=1787473&r2=1787474&view=diff
==============================================================================
--- creadur/rat/trunk/apache-rat-api/src/main/java/org/apache/rat/api/domain/LicenseFamily.java (original)
+++ creadur/rat/trunk/apache-rat-api/src/main/java/org/apache/rat/api/domain/LicenseFamily.java Fri Mar 17 18:41:33 2017
@@ -22,7 +22,7 @@ package org.apache.rat.api.domain;
  * Licenses are grouped into families. Each family has similar legal semantics,
  * though some small details may differ.
  * <p>
- * For example, the <a href='http://opensource.org/licenses/BSD-3-Clause'>3
+ * For example, the <a href='https://opensource.org/licenses/BSD-3-Clause'>3
  * clause BSD license</a> is in a family where members differ by &lt;OWNER&gt;,
  * &lt;ORGANIZATION&gt; and &lt;YEAR&gt; parameters.
  * 

Modified: creadur/rat/trunk/apache-rat-core/src/main/java/org/apache/rat/analysis/license/AppliedApacheSoftwareLicense20.java
URL: http://svn.apache.org/viewvc/creadur/rat/trunk/apache-rat-core/src/main/java/org/apache/rat/analysis/license/AppliedApacheSoftwareLicense20.java?rev=1787474&r1=1787473&r2=1787474&view=diff
==============================================================================
--- creadur/rat/trunk/apache-rat-core/src/main/java/org/apache/rat/analysis/license/AppliedApacheSoftwareLicense20.java (original)
+++ creadur/rat/trunk/apache-rat-core/src/main/java/org/apache/rat/analysis/license/AppliedApacheSoftwareLicense20.java Fri Mar 17 18:41:33 2017
@@ -24,7 +24,7 @@ import org.apache.rat.api.MetaData;
 
 /**
  * Matches an applied AL 2.0 License header, including a <em>required</em>
- * initial copyright header line, conforming the <a href="http://apache.org/licenses/LICENSE-2.0.html#apply">template</a>
+ * initial copyright header line, conforming the <a href="https://apache.org/licenses/LICENSE-2.0.html#apply">template</a>
  * from the AL 2.0 license itself.
  *
  * @since Rat 0.9

Modified: creadur/rat/trunk/apache-rat-core/src/main/java/org/apache/rat/document/impl/guesser/BinaryGuesser.java
URL: http://svn.apache.org/viewvc/creadur/rat/trunk/apache-rat-core/src/main/java/org/apache/rat/document/impl/guesser/BinaryGuesser.java?rev=1787474&r1=1787473&r2=1787474&view=diff
==============================================================================
--- creadur/rat/trunk/apache-rat-core/src/main/java/org/apache/rat/document/impl/guesser/BinaryGuesser.java (original)
+++ creadur/rat/trunk/apache-rat-core/src/main/java/org/apache/rat/document/impl/guesser/BinaryGuesser.java Fri Mar 17 18:41:33 2017
@@ -269,7 +269,7 @@ public class BinaryGuesser {
     };
     
     /**
-     * Based on http://www.apache.org/dev/svn-eol-style.txt
+     * Based on https://www.apache.org/dev/svn-eol-style.txt
      */
     private static final String[] NON_BINARY_EXTENSIONS = {
             "AART",

Modified: creadur/rat/trunk/apache-rat-core/src/site/apt/index.apt.vm
URL: http://svn.apache.org/viewvc/creadur/rat/trunk/apache-rat-core/src/site/apt/index.apt.vm?rev=1787474&r1=1787473&r2=1787474&view=diff
==============================================================================
--- creadur/rat/trunk/apache-rat-core/src/site/apt/index.apt.vm (original)
+++ creadur/rat/trunk/apache-rat-core/src/site/apt/index.apt.vm Fri Mar 17 18:41:33 2017
@@ -23,8 +23,8 @@ About Apache Rat
 
  Rat audits software distributions, with a special interest in headers.
  If this isn't quite what you're looking for then take a look at the
- other products developed by {{{http://creadur.apache.org}Apache Creadur}},
- including {{{http://creadur.apache.org/whisker}Apache Whisker}} which audits
+ other products developed by {{{https://creadur.apache.org}Apache Creadur}},
+ including {{{https://creadur.apache.org/whisker}Apache Whisker}} which audits
  and generates legal (for example <<<LICENSE>>>) documents for
  complex software distributions.
 
@@ -38,11 +38,11 @@ Developing Rat
 *----------+--------------+----------------+
  <<Runs Rat via>> | <<Requires>>     | <<Module>>       |
 *----------+--------------+----------------+
- An Ant task | {{{http://ant.apache.org}Apache Ant}}     | {{{../apache-rat-tasks}apache-rat-tasks}}      |
+ An Ant task | {{{https://ant.apache.org}Apache Ant}}     | {{{../apache-rat-tasks}apache-rat-tasks}}      |
 *----------+--------------+----------------+
  The command line | Java\u00ae     | {{{../apache-rat}apache-rat}}       |
 *----------+--------------+----------------+
- A Maven plugin | {{{http://maven.apache.org}Apache Maven}}     | {{{../apache-rat-plugin}apache-rat-plugin}}       |
+ A Maven plugin | {{{https://maven.apache.org}Apache Maven}}     | {{{../apache-rat-plugin}apache-rat-plugin}}       |
 *----------+--------------+----------------+
 <<Modules that run Rat>>
 
@@ -57,13 +57,13 @@ Developing Rat
 
  Read the JavaDocs {{{./apidocs/index.html}here}}.
 
- Check out with {{{http://subversion.apache.org}Subversion}}
+ Check out with {{{https://subversion.apache.org}Subversion}}
 
 +------------------------------------------+
-svn co http://svn.apache.org/repos/asf/creadur/rat/trunk/
+svn co https://svn.apache.org/repos/asf/creadur/rat/trunk/
 +------------------------------------------+
 
- Build with {{{http://maven.apache.org/} Apache Maven}}
+ Build with {{{https://maven.apache.org/} Apache Maven}}
 
 +------------------------------------------+
 mvn install

Modified: creadur/rat/trunk/apache-rat-plugin/src/main/resources/org/apache/rat/mp/package.html
URL: http://svn.apache.org/viewvc/creadur/rat/trunk/apache-rat-plugin/src/main/resources/org/apache/rat/mp/package.html?rev=1787474&r1=1787473&r2=1787474&view=diff
==============================================================================
--- creadur/rat/trunk/apache-rat-plugin/src/main/resources/org/apache/rat/mp/package.html (original)
+++ creadur/rat/trunk/apache-rat-plugin/src/main/resources/org/apache/rat/mp/package.html Fri Mar 17 18:41:33 2017
@@ -24,6 +24,6 @@
 </head>
 <body>
 This package contains the Rat plugins for
-<a href="http://maven.apache.org">Maven 2</a>.
+<a href="https://maven.apache.org">Maven</a>.
 </body>
 </html>

Modified: creadur/rat/trunk/apache-rat-plugin/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/creadur/rat/trunk/apache-rat-plugin/src/site/apt/index.apt?rev=1787474&r1=1787473&r2=1787474&view=diff
==============================================================================
--- creadur/rat/trunk/apache-rat-plugin/src/site/apt/index.apt (original)
+++ creadur/rat/trunk/apache-rat-plugin/src/site/apt/index.apt Fri Mar 17 18:41:33 2017
@@ -23,7 +23,7 @@ The Rat Maven Plugin
   This plugin may be used to run Rat, the
   {{{../index.html}Release Audit Tool}}. It
   verifies, whether your source code matches standards like the
-  {{{http://www.apache.org/legal/src-headers.html}ASF Source Header
+  {{{https://www.apache.org/legal/src-headers.html}ASF Source Header
   and Copyright Notice Policy}}.
 
 * Goals Overview

Modified: creadur/rat/trunk/apache-rat-plugin/src/site/fml/faq.fml
URL: http://svn.apache.org/viewvc/creadur/rat/trunk/apache-rat-plugin/src/site/fml/faq.fml?rev=1787474&r1=1787473&r2=1787474&view=diff
==============================================================================
--- creadur/rat/trunk/apache-rat-plugin/src/site/fml/faq.fml (original)
+++ creadur/rat/trunk/apache-rat-plugin/src/site/fml/faq.fml Fri Mar 17 18:41:33 2017
@@ -25,9 +25,9 @@
           whether you're source files are carrying proper
           license headers. Almost any non-trivial organization
           has a policy for license headers. In the case
-          of the <a href="http://www.apache.org/">Apache Software
+          of the <a href="https://www.apache.org/">Apache Software
           Foundation (ASF)</a>, this is the
-          <a href="http://www.apache.org/legal/src-headers.html">ASF
+          <a href="https://www.apache.org/legal/src-headers.html">ASF
           Source Header and Copyright Notice Policy</a>.
         </p>
       </answer>
@@ -37,7 +37,7 @@
       <answer>
         <p>
           Apache Rat is now part of the 
-          <a href='http://creadur.apache.org'>Apache Creadur</a> project,
+          <a href='https://creadur.apache.org'>Apache Creadur</a> project,
           a home for all sorts of software that helps audit and review
           software distributions.
         </p>

Modified: creadur/rat/trunk/apache-rat-tasks/src/site/apt/examples/custom.apt
URL: http://svn.apache.org/viewvc/creadur/rat/trunk/apache-rat-tasks/src/site/apt/examples/custom.apt?rev=1787474&r1=1787473&r2=1787474&view=diff
==============================================================================
--- creadur/rat/trunk/apache-rat-tasks/src/site/apt/examples/custom.apt (original)
+++ creadur/rat/trunk/apache-rat-tasks/src/site/apt/examples/custom.apt Fri Mar 17 18:41:33 2017
@@ -30,7 +30,7 @@ Custom Types
  configuration of your instance via XML attributes or nested elements
  your type must provide methods that follow Ant's method naming
  conventions.  For details see the
- {{{http://ant.apache.org/manual/develop.html#writingowntask} Writing
+ {{{https://ant.apache.org/manual/develop.html#writingowntask} Writing
  Your Own Task}} section in Ant's manual.
 
  For this example let us assume you want to match a license that looks
@@ -96,8 +96,8 @@ public class YASLMatcher implements IHea
 
  In order to use your matcher it has to be defined as an Ant type.
  You do so by either using
- {{{http://ant.apache.org/manual/Tasks/typedef.html} <<<typedef>>>}} or
- {{{http://ant.apache.org/manual/Tasks/componentdef.html}
+ {{{https://ant.apache.org/manual/Tasks/typedef.html} <<<typedef>>>}} or
+ {{{https://ant.apache.org/manual/Tasks/componentdef.html}
  <<<componentdef>>>}}.  If you are using Ant 1.8.x you should use
  <<<componentdef>>>.
 

Modified: creadur/rat/trunk/apache-rat-tasks/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/creadur/rat/trunk/apache-rat-tasks/src/site/apt/index.apt?rev=1787474&r1=1787473&r2=1787474&view=diff
==============================================================================
--- creadur/rat/trunk/apache-rat-tasks/src/site/apt/index.apt (original)
+++ creadur/rat/trunk/apache-rat-tasks/src/site/apt/index.apt Fri Mar 17 18:41:33 2017
@@ -23,7 +23,7 @@ Apache Rat Ant Task Library
 
  The Ant Task Library provides a single Ant task and a few supporting
  Ant types to run Rat, the {{{../index.html}Release Audit Tool}}, from
- inside {{{http://ant.apache.org/}Apache Ant}}.
+ inside {{{https://ant.apache.org/}Apache Ant}}.
 
  Using Ant's resource abstraction the task can be used to check files
  on disk as well as tarballs or even URLs directly.

Modified: creadur/rat/trunk/apache-rat-tasks/src/site/apt/report.apt
URL: http://svn.apache.org/viewvc/creadur/rat/trunk/apache-rat-tasks/src/site/apt/report.apt?rev=1787474&r1=1787473&r2=1787474&view=diff
==============================================================================
--- creadur/rat/trunk/apache-rat-tasks/src/site/apt/report.apt (original)
+++ creadur/rat/trunk/apache-rat-tasks/src/site/apt/report.apt Fri Mar 17 18:41:33 2017
@@ -25,7 +25,7 @@ Report Task
   runs Rat on a given set of resources and generates the report.
 
   The task can work on any Ant
-  {{{http://ant.apache.org/manual/Types/resources.html}resource or
+  {{{https://ant.apache.org/manual/Types/resources.html}resource or
   resource collection}} and the usual Ant selectors can be applied to
   restrict things even further.
 
@@ -63,9 +63,9 @@ Nested Elements
 * Resources
 
   The files to be checked by Rat are specified as nested
-  {{{http://ant.apache.org/manual/Types/resources.html} resource
+  {{{https://ant.apache.org/manual/Types/resources.html} resource
   (collection)(s)}}, the most basic one would probably be a
-  {{{http://ant.apache.org/manual/Types/fileset.html} fileset}}.
+  {{{https://ant.apache.org/manual/Types/fileset.html} fileset}}.
 
   For example the following would check all Java files in the
   <<<src>>> directory.

Modified: creadur/rat/trunk/apache-rat-tasks/src/site/apt/types.apt
URL: http://svn.apache.org/viewvc/creadur/rat/trunk/apache-rat-tasks/src/site/apt/types.apt?rev=1787474&r1=1787473&r2=1787474&view=diff
==============================================================================
--- creadur/rat/trunk/apache-rat-tasks/src/site/apt/types.apt (original)
+++ creadur/rat/trunk/apache-rat-tasks/src/site/apt/types.apt Fri Mar 17 18:41:33 2017
@@ -26,9 +26,9 @@ Built-In Types
  license families.
 
  In order to stay compatible with Ant 1.7.1 these types are defined
- via {{{http://ant.apache.org/manual/Tasks/typedef.html}
+ via {{{https://ant.apache.org/manual/Tasks/typedef.html}
  <<<typedef>>>}} rather than
- {{{http://ant.apache.org/manual/Tasks/componentdef.html}
+ {{{https://ant.apache.org/manual/Tasks/componentdef.html}
  <<<componentdef>>>}} which means they can be defined outside of the
  Report task as well - but they will be completely useless there.
 

Modified: creadur/rat/trunk/apache-rat/README.txt
URL: http://svn.apache.org/viewvc/creadur/rat/trunk/apache-rat/README.txt?rev=1787474&r1=1787473&r2=1787474&view=diff
==============================================================================
--- creadur/rat/trunk/apache-rat/README.txt (original)
+++ creadur/rat/trunk/apache-rat/README.txt Fri Mar 17 18:41:33 2017
@@ -12,7 +12,7 @@ java -jar apache-rat-${project.version}.
 
 For more details, please see the file README-CLI.txt or the website:
 
-http://creadur.apache.org/rat/apache-rat/index.html
+https://creadur.apache.org/rat/apache-rat/index.html
 
 Apache Rat Ant Task Library
 ===========================
@@ -23,4 +23,4 @@ ant -lib apache-rat-${project.version}.j
 
 For more details, please see the file README-ANT.txt or the website:
 
-http://creadur.apache.org/rat/apache-rat-tasks/index.html
\ No newline at end of file
+https://creadur.apache.org/rat/apache-rat-tasks/index.html
\ No newline at end of file

Modified: creadur/rat/trunk/apache-rat/src/site/apt/index.apt.vm
URL: http://svn.apache.org/viewvc/creadur/rat/trunk/apache-rat/src/site/apt/index.apt.vm?rev=1787474&r1=1787473&r2=1787474&view=diff
==============================================================================
--- creadur/rat/trunk/apache-rat/src/site/apt/index.apt.vm (original)
+++ creadur/rat/trunk/apache-rat/src/site/apt/index.apt.vm Fri Mar 17 18:41:33 2017
@@ -23,8 +23,8 @@ About Apache Rat&#8482;
 
  Rat audits software distributions, with a special interest in headers.
  If this isn't quite what you're looking for then take a look at the
- other products developed by {{{http://creadur.apache.org}Apache Creadur}}&#8482;,
- including {{{http://creadur.apache.org/whisker}Apache Whisker}}&#8482; which audits
+ other products developed by {{{https://creadur.apache.org}Apache Creadur}}&#8482;,
+ including {{{https://creadur.apache.org/whisker}Apache Whisker}}&#8482; which audits
  and generates legal (for example <<<LICENSE>>>) documents for
  complex software distributions.
 

Modified: creadur/rat/trunk/pom.xml
URL: http://svn.apache.org/viewvc/creadur/rat/trunk/pom.xml?rev=1787474&r1=1787473&r2=1787474&view=diff
==============================================================================
--- creadur/rat/trunk/pom.xml (original)
+++ creadur/rat/trunk/pom.xml Fri Mar 17 18:41:33 2017
@@ -534,13 +534,13 @@ agnostic home for software distribution
       <subscribe>dev-subscribe@creadur.apache.org</subscribe>
       <unsubscribe>dev-unsubscribe@creadur.apache.org</unsubscribe>
       <post>dev@creadur.apache.org</post>
-      <archive>http://mail-archives.apache.org/mod_mbox/creadur-dev/</archive>
+      <archive>https://mail-archives.apache.org/mod_mbox/creadur-dev/</archive>
     </mailingList>
     <mailingList>
       <name>Rat Commits (Apache Creadur project)</name>
       <subscribe>commits-subscribe@creadur.apache.org</subscribe>
       <unsubscribe>commits-unsubscribe@creadur.apache.org</unsubscribe>
-      <archive>http://mail-archives.apache.org/mod_mbox/creadur-commits/</archive>
+      <archive>https://mail-archives.apache.org/mod_mbox/creadur-commits/</archive>
     </mailingList>
   </mailingLists>
   <developers>

Modified: creadur/rat/trunk/src/changes/release-notes.vm
URL: http://svn.apache.org/viewvc/creadur/rat/trunk/src/changes/release-notes.vm?rev=1787474&r1=1787473&r2=1787474&view=diff
==============================================================================
--- creadur/rat/trunk/src/changes/release-notes.vm (original)
+++ creadur/rat/trunk/src/changes/release-notes.vm Fri Mar 17 18:41:33 2017
@@ -24,7 +24,7 @@ $introduction.replaceAll("(?<!\015)\012"
 ").replaceAll("(?m)^ +","")
 
 ## N.B. the available variables are described here:
-## http://maven.apache.org/plugins/maven-changes-plugin/examples/using-a-custom-announcement-template.html
+## https://maven.apache.org/plugins/maven-changes-plugin/examples/using-a-custom-announcement-template.html
 ##
 ## Hack to improve layout: replace all pairs of spaces with a single new-line
 $release.description.replaceAll("  ", "

Modified: creadur/rat/trunk/src/site/apt/index.apt.vm
URL: http://svn.apache.org/viewvc/creadur/rat/trunk/src/site/apt/index.apt.vm?rev=1787474&r1=1787473&r2=1787474&view=diff
==============================================================================
--- creadur/rat/trunk/src/site/apt/index.apt.vm (original)
+++ creadur/rat/trunk/src/site/apt/index.apt.vm Fri Mar 17 18:41:33 2017
@@ -38,7 +38,7 @@ Apache Rat
 
 ** Why Develop Rat?
 
- Reviewing releases in the {{{http://incubator.apache.org/}Apache Incubator}}
+ Reviewing releases in the {{{https://incubator.apache.org/}Apache Incubator}}
  by hand was error-prone and time-consuming.
 
  Rat arises from the Apache style, but is used more widely.
@@ -69,7 +69,7 @@ Apache Rat
   Apache Rat is part of the {{{https://creadur.apache.org}Apache Creadur}}
   language- and build-agnostic suite of tools for auditing and comprehending
   software distributions. Our community develops
-  {{{http://www.opensource.org/} open source software}} the
+  {{{https://opensource.org/} open source software}} the
   {{{https://www.apache.org/foundation/how-it-works.html} Apache way}}.
 
   Please feel free to contribute a
@@ -117,7 +117,7 @@ java -jar apache-rat-${project.version}.
   Quick start
 
 +------------------------------------------+
-svn co http://svn.apache.org/repos/asf/creadur/rat/trunk/
+svn co https://svn.apache.org/repos/asf/creadur/rat/trunk/
 +------------------------------------------+
 
  Read more {{{./source-repository.html}here}}.

Modified: creadur/rat/trunk/src/site/xdoc/download_rat.xml.vm
URL: http://svn.apache.org/viewvc/creadur/rat/trunk/src/site/xdoc/download_rat.xml.vm?rev=1787474&r1=1787473&r2=1787474&view=diff
==============================================================================
--- creadur/rat/trunk/src/site/xdoc/download_rat.xml.vm (original)
+++ creadur/rat/trunk/src/site/xdoc/download_rat.xml.vm Fri Mar 17 18:41:33 2017
@@ -88,7 +88,7 @@ limitations under the License.
               <td><a href="[preferred]/creadur/apache-rat-${previousRatVersion}/apache-rat-${previousRatVersion}-bin.zip">apache-rat-${previousRatVersion}-bin.zip</a></td>
               <td><a href="https://www.apache.org/dist/creadur/apache-rat-${previousRatVersion}/apache-rat-${previousRatVersion}-bin.zip.md5">md5</a></td>
               <td><a href="https://www.apache.org/dist/creadur/apache-rat-${previousRatVersion}/apache-rat-${previousRatVersion}-bin.zip.sha1">sha1</a></td>
-              <td><a href="http://www.apache.org/dist/creadur/apache-rat-${previousRatVersion}/apache-rat-${previousRatVersion}-bin.zip.asc">pgp</a></td>
+              <td><a href="https://www.apache.org/dist/creadur/apache-rat-${previousRatVersion}/apache-rat-${previousRatVersion}-bin.zip.asc">pgp</a></td>
           </tr>
         </table>
       </subsection>