You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2019/07/04 14:21:27 UTC

[commons-imaging] 03/03: Use HTTPS links to Apache.

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-imaging.git

commit 52c2fb1e8bc606d8b51fde8eb67ac9fc888b8cfc
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Jul 4 10:21:20 2019 -0400

    Use HTTPS links to Apache.
---
 RELEASE-NOTES.txt                                  |  6 +++---
 pom.xml                                            |  2 +-
 src/changes/release-notes.vm                       |  6 +++---
 .../org/apache/commons/imaging/ImageParser.java    |  2 +-
 .../java/org/apache/commons/imaging/Imaging.java   | 22 +++++++++++-----------
 src/site/xdoc/gettingstarted.xml                   |  2 +-
 src/site/xdoc/history.xml                          |  2 +-
 src/site/xdoc/index.xml                            |  2 +-
 src/site/xdoc/mail-lists.xml                       |  2 +-
 9 files changed, 23 insertions(+), 23 deletions(-)

diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index cdecef8..ab9cb6b 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -12,7 +12,7 @@ For complete information on Commons Imaging, including sample code,
 instructions on how to submit bug reports, patches, or suggestions for
 improvement, see the Apache Commons Net website:
 
-http://commons.apache.org/imaging/
+https://commons.apache.org/imaging/
 
 Please note that the project was previously known as Apache Sanselan,
 and has been renamed to Apache Commons Imaging. As part of this rename:
@@ -37,9 +37,9 @@ and has been renamed to Apache Commons Imaging. As part of this rename:
      <name>Apache Sanselan</name>
 
  * the website is
-     http://commons.apache.org/imaging
+     https://commons.apache.org/imaging
    and not
-     http://commons.apache.org/sanselan
+     https://commons.apache.org/sanselan
 
  * etc.
 
diff --git a/pom.xml b/pom.xml
index fc37742..9d78b2e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -38,7 +38,7 @@
     a corrupted MANIFEST.MF (see http://jira.codehaus.org/browse/MJAR-4)
    -->
   <description>Apache Commons Imaging (previously Sanselan) is a pure-Java image library.</description>
-  <url>http://commons.apache.org/proper/commons-imaging/</url>
+  <url>https://commons.apache.org/proper/commons-imaging/</url>
 
   <properties>
     <argLine>-Xmx512m</argLine>
diff --git a/src/changes/release-notes.vm b/src/changes/release-notes.vm
index 142c086..6df28d9 100644
--- a/src/changes/release-notes.vm
+++ b/src/changes/release-notes.vm
@@ -28,7 +28,7 @@ For complete information on Commons Imaging, including sample code,
 instructions on how to submit bug reports, patches, or suggestions for
 improvement, see the Apache Commons Net website:
 
-http://commons.apache.org/imaging/
+https://commons.apache.org/imaging/
 
 Please note that the project was previously known as Apache Sanselan,
 and has been renamed to Apache Commons Imaging. As part of this rename:
@@ -53,9 +53,9 @@ and has been renamed to Apache Commons Imaging. As part of this rename:
      <name>Apache Sanselan</name>
 
  * the website is
-     http://commons.apache.org/imaging
+     https://commons.apache.org/imaging
    and not
-     http://commons.apache.org/sanselan
+     https://commons.apache.org/sanselan
 
  * etc.
 
diff --git a/src/main/java/org/apache/commons/imaging/ImageParser.java b/src/main/java/org/apache/commons/imaging/ImageParser.java
index cbd7b3d..e6f09ef 100644
--- a/src/main/java/org/apache/commons/imaging/ImageParser.java
+++ b/src/main/java/org/apache/commons/imaging/ImageParser.java
@@ -66,7 +66,7 @@ import org.apache.commons.imaging.formats.xpm.XpmImageParser;
  *
  * For the most recent information on format support for the
  * Apache Commons Imaging package, refer to
- * <a href="http://commons.apache.org/imaging/formatsupport.html">Format Support</a>
+ * <a href="https://commons.apache.org/imaging/formatsupport.html">Format Support</a>
  * at the main project development web site.
  *
  * <h4>On the accuracy of this Javadoc</h4>
diff --git a/src/main/java/org/apache/commons/imaging/Imaging.java b/src/main/java/org/apache/commons/imaging/Imaging.java
index cd21d66..24668a5 100644
--- a/src/main/java/org/apache/commons/imaging/Imaging.java
+++ b/src/main/java/org/apache/commons/imaging/Imaging.java
@@ -71,7 +71,7 @@ import org.apache.commons.imaging.icc.IccProfileParser;
  * While the Apache Commons Imaging package handles a number of different
  * graphics formats, support for some formats is not yet complete.
  * For the most recent information on support for specific formats, refer to
- * <a href="http://commons.apache.org/imaging/formatsupport.html">Format Support</a>
+ * <a href="https://commons.apache.org/imaging/formatsupport.html">Format Support</a>
  * at the main project development web site.
  * </p>
  *
@@ -108,7 +108,7 @@ import org.apache.commons.imaging.icc.IccProfileParser;
  *
  * @see <a
  *      href="https://svn.apache.org/repos/asf/commons/proper/imaging/trunk/src/test/java/org/apache/commons/imaging/examples/SampleUsage.java">org.apache.commons.imaging.examples.SampleUsage</a>
- * @see <a href="http://commons.apache.org/imaging/formatsupport.html">Format Support</a>
+ * @see <a href="https://commons.apache.org/imaging/formatsupport.html">Format Support</a>
  */
 public final class Imaging {
 
@@ -1284,7 +1284,7 @@ public final class Imaging {
      * Reads the first image from an InputStream.
      * <p>
      * For the most recent information on support for specific formats, refer to
-     * <a href="http://commons.apache.org/imaging/formatsupport.html">Format Support</a>
+     * <a href="https://commons.apache.org/imaging/formatsupport.html">Format Support</a>
      * at the main project development web site.   While the Apache Commons
      * Imaging package does not fully support all formats, it  can read
      * image info, metadata and ICC profiles from all image formats that
@@ -1311,7 +1311,7 @@ public final class Imaging {
      * by this package.
      * <p>
      * For the most recent information on support for specific formats, refer to
-     * <a href="http://commons.apache.org/imaging/formatsupport.html">Format Support</a>
+     * <a href="https://commons.apache.org/imaging/formatsupport.html">Format Support</a>
      * at the main project development web site.   While the Apache Commons
      * Imaging package does not fully support all formats, it  can read
      * image info, metadata and ICC profiles from all image formats that
@@ -1336,7 +1336,7 @@ public final class Imaging {
      * Reads the first image from a byte array.
      * <p>
      * For the most recent information on support for specific formats, refer to
-     * <a href="http://commons.apache.org/imaging/formatsupport.html">Format Support</a>
+     * <a href="https://commons.apache.org/imaging/formatsupport.html">Format Support</a>
      * at the main project development web site.   While the Apache Commons
      * Imaging package does not fully support all formats, it  can read
      * image info, metadata and ICC profiles from all image formats that
@@ -1361,7 +1361,7 @@ public final class Imaging {
      * by this package.
      * <p>
      * For the most recent information on support for specific formats, refer to
-     * <a href="http://commons.apache.org/imaging/formatsupport.html">Format Support</a>
+     * <a href="https://commons.apache.org/imaging/formatsupport.html">Format Support</a>
      * at the main project development web site.   While the Apache Commons
      * Imaging package does not fully support all formats, it  can read
      * image info, metadata and ICC profiles from all image formats that
@@ -1385,7 +1385,7 @@ public final class Imaging {
      * Reads the first image from a file.
      * <p>
      * For the most recent information on support for specific formats, refer to
-     * <a href="http://commons.apache.org/imaging/formatsupport.html">Format Support</a>
+     * <a href="https://commons.apache.org/imaging/formatsupport.html">Format Support</a>
      * at the main project development web site.   While the Apache Commons
      * Imaging package does not fully support all formats, it  can read
      * image info, metadata and ICC profiles from all image formats that
@@ -1410,7 +1410,7 @@ public final class Imaging {
      * by this package.
      * <p>
      * For the most recent information on support for specific formats, refer to
-     * <a href="http://commons.apache.org/imaging/formatsupport.html">Format Support</a>
+     * <a href="https://commons.apache.org/imaging/formatsupport.html">Format Support</a>
      * at the main project development web site.   While the Apache Commons
      * Imaging package does not fully support all formats, it  can read
      * image info, metadata and ICC profiles from all image formats that
@@ -1448,7 +1448,7 @@ public final class Imaging {
      * <p>
      * Image writing is not supported for all graphics formats.
      * For the most recent information on support for specific formats, refer to
-     * <a href="http://commons.apache.org/imaging/formatsupport.html">Format Support</a>
+     * <a href="https://commons.apache.org/imaging/formatsupport.html">Format Support</a>
      * at the main project development web site.   While the Apache Commons
      * Imaging package does not fully support all formats, it  can read
      * image info, metadata and ICC profiles from all image formats that
@@ -1481,7 +1481,7 @@ public final class Imaging {
      * <p>
      * Image writing is not supported for all graphics formats.
      * For the most recent information on support for specific formats, refer to
-     * <a href="http://commons.apache.org/imaging/formatsupport.html">Format Support</a>
+     * <a href="https://commons.apache.org/imaging/formatsupport.html">Format Support</a>
      * at the main project development web site.   While the Apache Commons
      * Imaging package does not fully support all formats, it  can read
      * image info, metadata and ICC profiles from all image formats that
@@ -1515,7 +1515,7 @@ public final class Imaging {
      * <p>
      * Image writing is not supported for all graphics formats.
      * For the most recent information on support for specific formats, refer to
-     * <a href="http://commons.apache.org/imaging/formatsupport.html">Format Support</a>
+     * <a href="https://commons.apache.org/imaging/formatsupport.html">Format Support</a>
      * at the main project development web site.   While the Apache Commons
      * Imaging package does not fully support all formats, it  can read
      * image info, metadata and ICC profiles from all image formats that
diff --git a/src/site/xdoc/gettingstarted.xml b/src/site/xdoc/gettingstarted.xml
index 3ff6144..60da80c 100644
--- a/src/site/xdoc/gettingstarted.xml
+++ b/src/site/xdoc/gettingstarted.xml
@@ -40,7 +40,7 @@ limitations under the License.
 
 <p>
   <ul>
-      <li>Download the latest release from the <a href="http://commons.apache.org/imaging/download_imaging.cgi">download page</a>.</li>
+      <li>Download the latest release from the <a href="https://commons.apache.org/imaging/download_imaging.cgi">download page</a>.</li>
       <li>Add the jar to your project's classpath.</li>
       <li>See our <a href="sampleusage.html">Sample Code</a> for examples.</li>
       <li>Refer to the project's <a href="apidocs/index.html">javadoc</a></li>
diff --git a/src/site/xdoc/history.xml b/src/site/xdoc/history.xml
index ca20dba..ce81206 100644
--- a/src/site/xdoc/history.xml
+++ b/src/site/xdoc/history.xml
@@ -34,7 +34,7 @@ limitations under the License.
   the package changed from <code>org.apache.sanselan</code> to <code>org.apache.commons.imaging</code>,
   the "main" class changed from <code>org.apache.sanselan.Sanselan</code> to
   <code>org.apache.commons.imaging.Imaging</code>, the website became
-  <a href="http://commons.apache.org/imaging">http://commons.apache.org/imaging</a>
+  <a href="https://commons.apache.org/imaging">https://commons.apache.org/imaging</a>
   and Maven co-ordinates also changed.
 </p>
 
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index 9c32b94..9fe72d7 100644
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -83,7 +83,7 @@
          <li>Contribute a patch</li>
          <li>Create a PR via <a href="https://github.com/apache/commons-imaging">Github</a></li>
        </ul>
-       Make sure to read through our <a href="http://commons.apache.org/patches.html">guide lines for contributing patches</a> before you start coding. This will stream line the process of getting your contributions into the code.
+       Make sure to read through our <a href="https://commons.apache.org/patches.html">guide lines for contributing patches</a> before you start coding. This will stream line the process of getting your contributions into the code.
      </subsection>
 
      <p>
diff --git a/src/site/xdoc/mail-lists.xml b/src/site/xdoc/mail-lists.xml
index ea5408c..7fa0d60 100644
--- a/src/site/xdoc/mail-lists.xml
+++ b/src/site/xdoc/mail-lists.xml
@@ -49,7 +49,7 @@ limitations under the License.
     <section name="Overview">
       <p>
         <a href="index.html">Apache Commons Imaging</a> shares mailing lists with all the other
-        <a href="http://commons.apache.org/components.html">Commons Components</a>.
+        <a href="https://commons.apache.org/components.html">Commons Components</a>.
         To make it easier for people to only read messages related to components they are interested in,
         the convention in Commons is to prefix the subject line of messages with the component's name,
         for example: