This is an automated email from the ASF dual-hosted git repository. elharo pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-release.git
The following commit(s) were added to refs/heads/master by this push: new 285d3bf avoid redirects (#40) 285d3bf is described below commit 285d3bf7d88a23824de679781c534ba0b71a563c Author: Elliotte Rusty Harold <elh...@users.noreply.github.com> AuthorDate: Fri Apr 10 17:18:27 2020 -0400 avoid redirects (#40) --- 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"/>