You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by el...@apache.org on 2020/04/10 18:54:47 UTC

[maven-release] 01/01: avoid redirects

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

elharo pushed a commit to branch i919
in repository https://gitbox.apache.org/repos/asf/maven-release.git

commit fd304000ac36b7108259d83a66de9113f8c42734
Author: Elliotte Rusty Harold <el...@ibiblio.org>
AuthorDate: Fri Apr 10 14:54:29 2020 -0400

    avoid redirects
---
 maven-release-plugin/src/site/site.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/maven-release-plugin/src/site/site.xml b/maven-release-plugin/src/site/site.xml
index 0eaeaaa..a6907be 100644
--- a/maven-release-plugin/src/site/site.xml
+++ b/maven-release-plugin/src/site/site.xml
@@ -26,9 +26,9 @@ under the License.
   <body>
     <breadcrumbs>
       <!-- TODO: This breadcrumb should be removed when it has been solved in the parent -->
-      <item name="Maven" href="http://maven.apache.org/index.html" />
-      <item name="Plugins" href="http://maven.apache.org/plugins/index.html" />
-      <item name="Maven Release Plugin" href="http://maven.apache.org/plugins/maven-release-plugin/index.html" />
+      <item name="Maven" href="https://maven.apache.org/index.html" />
+      <item name="Plugins" href="https://maven.apache.org/plugins/index.html" />
+      <item name="Maven Release Plugin" href="https://maven.apache.org/maven-release/maven-release-plugin/index.html" />
     </breadcrumbs>
     <menu name="Overview">
       <item name="Introduction" href="index.html"/>