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 15:01:41 UTC

[commons-release-plugin] branch master updated: Use HTTPS links to commons.apache.org.

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-release-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 60f4369  Use HTTPS links to commons.apache.org.
60f4369 is described below

commit 60f4369518260db4d8af5d3207b487d6d1e0ab29
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Jul 4 11:01:38 2019 -0400

    Use HTTPS links to commons.apache.org.
---
 RELEASE-NOTES.txt                                                   | 4 ++--
 pom.xml                                                             | 2 +-
 .../resources/org/apache/commons/release/plugin/velocity/README.vm  | 2 +-
 src/site/resources/release-notes/RELEASE-NOTES-1.0.txt              | 4 ++--
 src/site/resources/release-notes/RELEASE-NOTES-1.1.txt              | 4 ++--
 src/site/resources/release-notes/RELEASE-NOTES-1.2.txt              | 4 ++--
 src/site/resources/release-notes/RELEASE-NOTES-1.3.txt              | 4 ++--
 src/site/resources/release-notes/RELEASE-NOTES-1.4.txt              | 4 ++--
 src/site/resources/release-notes/RELEASE-NOTES-1.5.txt              | 4 ++--
 src/site/resources/release-notes/RELEASE-NOTES-1.6.txt              | 4 ++--
 src/site/xdoc/index.xml                                             | 4 ++--
 .../release/plugin/stubs/DistributionDetachmentProjectStub.java     | 2 +-
 .../release/plugin/velocity/ReadmeHtmlVelocityDelegateTest.java     | 6 +++---
 .../mojos/detach-distributions/target/commons-text-1.4.pom          | 2 +-
 14 files changed, 25 insertions(+), 25 deletions(-)

diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 18919d8..925de79 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -142,13 +142,13 @@ o COMMONSSITE-99:   Prepare Standard Build integrations, travis, jacoco, checkst
 o COMMONSSITE-97:   Documentation for commons-release-plugin.
 
 
-Historical list of changes: http://commons.apache.org/release-plugin/changes-report.html
+Historical list of changes: https://commons.apache.org/release-plugin/changes-report.html
 
 For complete information on the Apache commons-release-plugin, including instructions on how
 to submit bug reports, patches, or suggestions for improvement, see the Apache commons-release-plugin's
 website:
 
-http://commons.apache.org/release-plugin/
+https://commons.apache.org/release-plugin/
 
 Have fun!
 -Apache Commons Release Plugin team
diff --git a/pom.xml b/pom.xml
index 15fb030..7a79e22 100755
--- a/pom.xml
+++ b/pom.xml
@@ -32,7 +32,7 @@
     Apache Maven Mojo for Apache Commons Release tasks.
   </description>
 
-  <url>http://commons.apache.org/proper/commons-release-plugin/</url>
+  <url>https://commons.apache.org/proper/commons-release-plugin/</url>
 
   <issueManagement>
     <system>jira</system>
diff --git a/src/main/resources/org/apache/commons/release/plugin/velocity/README.vm b/src/main/resources/org/apache/commons/release/plugin/velocity/README.vm
index 541c279..91d922e 100755
--- a/src/main/resources/org/apache/commons/release/plugin/velocity/README.vm
+++ b/src/main/resources/org/apache/commons/release/plugin/velocity/README.vm
@@ -30,7 +30,7 @@
 
 <p>Thank you for using <a href="${siteUrl}">${artifactShortName}</a>.</p>
 
-<p>From the Apache Commons Project<br><a href="http://commons.apache.org/">http://commons.apache.org/</a></p>
+<p>From the Apache Commons Project<br><a href="https://commons.apache.org/">https://commons.apache.org/</a></p>
 
 <h2><a name="mirrors">Download from your
     <a href="http://www.apache.org/dyn/closer.cgi/commons/">nearest mirror site!</a></a></h2>
diff --git a/src/site/resources/release-notes/RELEASE-NOTES-1.0.txt b/src/site/resources/release-notes/RELEASE-NOTES-1.0.txt
index 597efd1..6167093 100755
--- a/src/site/resources/release-notes/RELEASE-NOTES-1.0.txt
+++ b/src/site/resources/release-notes/RELEASE-NOTES-1.0.txt
@@ -23,13 +23,13 @@ o COMMONSSITE-99:   Prepare Standard Build integrations, travis, jacoco, checkst
 o COMMONSSITE-97:   Documentation for commons-release-plugin.
 
 
-Historical list of changes: http://commons.apache.org/release-plugin/changes-report.html
+Historical list of changes: https://commons.apache.org/release-plugin/changes-report.html
 
 For complete information on the Apache commons-release-plugin, including instructions on how
 to submit bug reports, patches, or suggestions for improvement, see the Apache commons-release-plugin's
 website:
 
-http://commons.apache.org/release-plugin/
+https://commons.apache.org/release-plugin/
 
 Have fun!
 -Apache Commons Release Plugin team
diff --git a/src/site/resources/release-notes/RELEASE-NOTES-1.1.txt b/src/site/resources/release-notes/RELEASE-NOTES-1.1.txt
index ce1c751..5ffb6b6 100755
--- a/src/site/resources/release-notes/RELEASE-NOTES-1.1.txt
+++ b/src/site/resources/release-notes/RELEASE-NOTES-1.1.txt
@@ -43,13 +43,13 @@ o COMMONSSITE-99:   Prepare Standard Build integrations, travis, jacoco, checkst
 o COMMONSSITE-97:   Documentation for commons-release-plugin.
 
 
-Historical list of changes: http://commons.apache.org/release-plugin/changes-report.html
+Historical list of changes: https://commons.apache.org/release-plugin/changes-report.html
 
 For complete information on the Apache commons-release-plugin, including instructions on how
 to submit bug reports, patches, or suggestions for improvement, see the Apache commons-release-plugin's
 website:
 
-http://commons.apache.org/release-plugin/
+https://commons.apache.org/release-plugin/
 
 Have fun!
 -Apache Commons Release Plugin team
diff --git a/src/site/resources/release-notes/RELEASE-NOTES-1.2.txt b/src/site/resources/release-notes/RELEASE-NOTES-1.2.txt
index dd40e95..52c8874 100755
--- a/src/site/resources/release-notes/RELEASE-NOTES-1.2.txt
+++ b/src/site/resources/release-notes/RELEASE-NOTES-1.2.txt
@@ -56,13 +56,13 @@ o COMMONSSITE-99:   Prepare Standard Build integrations, travis, jacoco, checkst
 o COMMONSSITE-97:   Documentation for commons-release-plugin.
 
 
-Historical list of changes: http://commons.apache.org/release-plugin/changes-report.html
+Historical list of changes: https://commons.apache.org/release-plugin/changes-report.html
 
 For complete information on the Apache commons-release-plugin, including instructions on how
 to submit bug reports, patches, or suggestions for improvement, see the Apache commons-release-plugin's
 website:
 
-http://commons.apache.org/release-plugin/
+https://commons.apache.org/release-plugin/
 
 Have fun!
 -Apache Commons Release Plugin team
diff --git a/src/site/resources/release-notes/RELEASE-NOTES-1.3.txt b/src/site/resources/release-notes/RELEASE-NOTES-1.3.txt
index 0957286..5af961d 100755
--- a/src/site/resources/release-notes/RELEASE-NOTES-1.3.txt
+++ b/src/site/resources/release-notes/RELEASE-NOTES-1.3.txt
@@ -75,13 +75,13 @@ o COMMONSSITE-99:   Prepare Standard Build integrations, travis, jacoco, checkst
 o COMMONSSITE-97:   Documentation for commons-release-plugin.
 
 
-Historical list of changes: http://commons.apache.org/release-plugin/changes-report.html
+Historical list of changes: https://commons.apache.org/release-plugin/changes-report.html
 
 For complete information on the Apache commons-release-plugin, including instructions on how
 to submit bug reports, patches, or suggestions for improvement, see the Apache commons-release-plugin's
 website:
 
-http://commons.apache.org/release-plugin/
+https://commons.apache.org/release-plugin/
 
 Have fun!
 -Apache Commons Release Plugin team
diff --git a/src/site/resources/release-notes/RELEASE-NOTES-1.4.txt b/src/site/resources/release-notes/RELEASE-NOTES-1.4.txt
index f4019b6..6a2aed1 100755
--- a/src/site/resources/release-notes/RELEASE-NOTES-1.4.txt
+++ b/src/site/resources/release-notes/RELEASE-NOTES-1.4.txt
@@ -92,13 +92,13 @@ o COMMONSSITE-99:   Prepare Standard Build integrations, travis, jacoco, checkst
 o COMMONSSITE-97:   Documentation for commons-release-plugin.
 
 
-Historical list of changes: http://commons.apache.org/release-plugin/changes-report.html
+Historical list of changes: https://commons.apache.org/release-plugin/changes-report.html
 
 For complete information on the Apache commons-release-plugin, including instructions on how
 to submit bug reports, patches, or suggestions for improvement, see the Apache commons-release-plugin's
 website:
 
-http://commons.apache.org/release-plugin/
+https://commons.apache.org/release-plugin/
 
 Have fun!
 -Apache Commons Release Plugin team
diff --git a/src/site/resources/release-notes/RELEASE-NOTES-1.5.txt b/src/site/resources/release-notes/RELEASE-NOTES-1.5.txt
index 6a30b88..706751f 100755
--- a/src/site/resources/release-notes/RELEASE-NOTES-1.5.txt
+++ b/src/site/resources/release-notes/RELEASE-NOTES-1.5.txt
@@ -114,13 +114,13 @@ o COMMONSSITE-99:   Prepare Standard Build integrations, travis, jacoco, checkst
 o COMMONSSITE-97:   Documentation for commons-release-plugin.
 
 
-Historical list of changes: http://commons.apache.org/release-plugin/changes-report.html
+Historical list of changes: https://commons.apache.org/release-plugin/changes-report.html
 
 For complete information on the Apache commons-release-plugin, including instructions on how
 to submit bug reports, patches, or suggestions for improvement, see the Apache commons-release-plugin's
 website:
 
-http://commons.apache.org/release-plugin/
+https://commons.apache.org/release-plugin/
 
 Have fun!
 -Apache Commons Release Plugin team
diff --git a/src/site/resources/release-notes/RELEASE-NOTES-1.6.txt b/src/site/resources/release-notes/RELEASE-NOTES-1.6.txt
index 18919d8..925de79 100644
--- a/src/site/resources/release-notes/RELEASE-NOTES-1.6.txt
+++ b/src/site/resources/release-notes/RELEASE-NOTES-1.6.txt
@@ -142,13 +142,13 @@ o COMMONSSITE-99:   Prepare Standard Build integrations, travis, jacoco, checkst
 o COMMONSSITE-97:   Documentation for commons-release-plugin.
 
 
-Historical list of changes: http://commons.apache.org/release-plugin/changes-report.html
+Historical list of changes: https://commons.apache.org/release-plugin/changes-report.html
 
 For complete information on the Apache commons-release-plugin, including instructions on how
 to submit bug reports, patches, or suggestions for improvement, see the Apache commons-release-plugin's
 website:
 
-http://commons.apache.org/release-plugin/
+https://commons.apache.org/release-plugin/
 
 Have fun!
 -Apache Commons Release Plugin team
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index ea766ee..96d23bc 100755
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -32,7 +32,7 @@
 
             <p>
             This is a <a href="http://maven.apache.org/">Maven 3.x</a> Plugin which is
-            used by <a href="http://commons.apache.org/">Apache Commons</a> releases. See
+            used by <a href="https://commons.apache.org/">Apache Commons</a> releases. See
             the <a href="development.html">Development</a> page for information to
             help maintain this plugin.
             </p>
@@ -113,7 +113,7 @@
             <p>
             After the above configuration performing the release would occur by (<i>note.</i> more
             in depth details can be found at
-            <a href="http://commons.apache.org/releases/prepare.html">Preparations For A Release</a>):
+            <a href="https://commons.apache.org/releases/prepare.html">Preparations For A Release</a>):
                 <ol>
                     <li>creating our release branch,</li>
                     <li>checking compatibility,</li>
diff --git a/src/test/java/org/apache/commons/release/plugin/stubs/DistributionDetachmentProjectStub.java b/src/test/java/org/apache/commons/release/plugin/stubs/DistributionDetachmentProjectStub.java
index 591a9fb..a3a0df2 100755
--- a/src/test/java/org/apache/commons/release/plugin/stubs/DistributionDetachmentProjectStub.java
+++ b/src/test/java/org/apache/commons/release/plugin/stubs/DistributionDetachmentProjectStub.java
@@ -58,7 +58,7 @@ public class DistributionDetachmentProjectStub extends MavenProjectStub {
 
     @Override
     public String getUrl() {
-        return "http://commons.apache.org/proper/commons-text/";
+        return "https://commons.apache.org/proper/commons-text/";
     }
 
     @Override
diff --git a/src/test/java/org/apache/commons/release/plugin/velocity/ReadmeHtmlVelocityDelegateTest.java b/src/test/java/org/apache/commons/release/plugin/velocity/ReadmeHtmlVelocityDelegateTest.java
index b9b6cd0..8620ce0 100755
--- a/src/test/java/org/apache/commons/release/plugin/velocity/ReadmeHtmlVelocityDelegateTest.java
+++ b/src/test/java/org/apache/commons/release/plugin/velocity/ReadmeHtmlVelocityDelegateTest.java
@@ -36,7 +36,7 @@ public class ReadmeHtmlVelocityDelegateTest {
         final ReadmeHtmlVelocityDelegate delegate = ReadmeHtmlVelocityDelegate.builder()
                 .withArtifactId("commons-text")
                 .withVersion("1.4")
-                .withSiteUrl("http://commons.apache.org/text")
+                .withSiteUrl("https://commons.apache.org/text")
                 .build();
         try (Writer writer = delegate.render(new StringWriter())) {
             final String filledOutTemplate = writer.toString();
@@ -49,7 +49,7 @@ public class ReadmeHtmlVelocityDelegateTest {
         final ReadmeHtmlVelocityDelegate delegate = ReadmeHtmlVelocityDelegate.builder()
                 .withArtifactId("commons-lang3")
                 .withVersion("3.8.1")
-                .withSiteUrl("http://commons.apache.org/text")
+                .withSiteUrl("https://commons.apache.org/text")
                 .build();
         try (Writer writer = delegate.render(new StringWriter())) {
             final String filledOutTemplate = writer.toString();
@@ -64,7 +64,7 @@ public class ReadmeHtmlVelocityDelegateTest {
         final ReadmeHtmlVelocityDelegate delegate = ReadmeHtmlVelocityDelegate.builder()
                 .withArtifactId("bcel")
                 .withVersion("1.5")
-                .withSiteUrl("http://commons.apache.org/text")
+                .withSiteUrl("https://commons.apache.org/text")
                 .build();
         try (Writer writer = delegate.render(new StringWriter())) {
             final String filledOutTemplate = writer.toString();
diff --git a/src/test/resources/mojos/detach-distributions/target/commons-text-1.4.pom b/src/test/resources/mojos/detach-distributions/target/commons-text-1.4.pom
index 590a40e..0144639 100644
--- a/src/test/resources/mojos/detach-distributions/target/commons-text-1.4.pom
+++ b/src/test/resources/mojos/detach-distributions/target/commons-text-1.4.pom
@@ -26,7 +26,7 @@
   <version>1.4</version>
   <name>Apache Commons Text</name>
   <description>Apache Commons Text is a library focused on algorithms working on strings.</description>
-  <url>http://commons.apache.org/proper/commons-text</url>
+  <url>https://commons.apache.org/proper/commons-text</url>
 
   <properties>
     <project.build.sourceEncoding>ISO-8859-1</project.build.sourceEncoding>