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 2023/06/25 18:53:12 UTC

[commons-release-plugin] branch master updated: Prepare release candidate

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 be6392b  Prepare release candidate
be6392b is described below

commit be6392be29cf9430339a2c2018e88f3d20513d00
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Jun 25 14:53:01 2023 -0400

    Prepare release candidate
---
 README.md                                          | 65 ++++++++++++++++++++--
 RELEASE-NOTES.txt                                  | 61 +++++++++++++++++++-
 pom.xml                                            | 18 +++---
 src/changes/changes.xml                            |  4 +-
 src/changes/release-notes.vm                       | 20 +------
 src/site/xdoc/download_release-plugin.xml          | 32 +++++------
 .../mojos/compress-site/compress-site-disabled.xml |  2 +-
 .../mojos/compress-site/compress-site-failure.xml  |  2 +-
 .../mojos/compress-site/compress-site.xml          |  2 +-
 .../detach-distributions-disabled.xml              |  2 +-
 .../detach-distributions/detach-distributions.xml  |  2 +-
 .../stage-distributions-disabled.xml               |  4 +-
 .../stage-distributions/stage-distributions.xml    |  4 +-
 .../mojos/staging-cleanup/staging-cleanup.xml      |  4 +-
 14 files changed, 158 insertions(+), 64 deletions(-)

diff --git a/README.md b/README.md
index 15e8548..a126340 100644
--- a/README.md
+++ b/README.md
@@ -46,8 +46,9 @@ Apache Commons Release Plugin
 [![GitHub Actions Status](https://github.com/apache/commons-release-plugin/workflows/Java%20CI/badge.svg)](https://github.com/apache/commons-release-plugin/actions)
 [![Coverage Status](https://codecov.io/gh/apache/commons-release-plugin/branch/master/graph/badge.svg)](https://app.codecov.io/gh/apache/commons-release-plugin)
 [![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-release-plugin/badge.svg?gav=true)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-release-plugin/?gav=true)
-[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-release-plugin/1.8.0.svg)](https://javadoc.io/doc/org.apache.commons/commons-release-plugin/1.8.0)
+[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-release-plugin/1.8.1.svg)](https://javadoc.io/doc/org.apache.commons/commons-release-plugin/1.8.1)
 [![CodeQL](https://github.com/apache/commons-release-plugin/workflows/CodeQL/badge.svg)](https://github.com/apache/commons-release-plugin/actions/workflows/codeql-analysis.yml?query=workflow%3ACodeQL)
+[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/apache/commons-release-plugin/badge)](https://api.securityscorecards.dev/projects/github.com/apache/commons-release-plugin)
 
 Apache Maven Mojo for Apache Commons Release tasks.
 
@@ -62,20 +63,20 @@ Where can I get the latest release?
 -----------------------------------
 You can download source and binaries from our [download page](https://commons.apache.org/proper/commons-release-plugin/download_release-plugin.cgi).
 
-Alternatively, you can pull it from the central Maven repositories:
+Alternatively, you can pull it from  the central Maven repositories:
 
 ```xml
 <dependency>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-release-plugin</artifactId>
-  <version>1.8.0</version>
+  <version>1.8.1</version>
 </dependency>
 ```
 
 Contributing
 ------------
 
-We accept Pull Requests via GitHub. The [developer mailing list][ml] is the main channel of communication for contributors.
+We accept Pull Requests via GitHub. The [developer mailing list](https://commons.apache.org/mail-lists.html) is the main channel of communication for contributors.
 There are some guidelines which will make applying PRs easier for us:
 + No tabs! Please use spaces for indentation.
 + Respect the code style.
@@ -100,7 +101,61 @@ Additional Resources
 
 + [Apache Commons Homepage](https://commons.apache.org/)
 + [Apache Issue Tracker (JIRA)](https://issues.apache.org/jira/browse/COMMONSSITE)
++ [Apache Commons Slack Channel](https://the-asf.slack.com/archives/C60NVB8AD)
 + [Apache Commons Twitter Account](https://twitter.com/ApacheCommons)
 + `#apache-commons` IRC channel on `irc.freenode.org`
 
-[ml]:https://commons.apache.org/mail-lists.html
+Apache Commons Components
+-------------------------
+
+| Component | GitHub Repository | Apache Homepage |
+| --------- | ----------------- | ----------------|
+| Apache Commons BCEL | [commons-bcel](https://github.com/apache/commons-bcel) | [commons-bcel](https://commons.apache.org/proper/commons-bcel) |
+| Apache Commons Beanutils | [commons-beanutils](https://github.com/apache/commons-beanutils) | [commons-beanutils](https://commons.apache.org/proper/commons-beanutils) |
+| Apache Commons BSF | [commons-bsf](https://github.com/apache/commons-bsf) | [commons-bsf](https://commons.apache.org/proper/commons-bsf) |
+| Apache Commons Build-plugin | [commons-build-plugin](https://github.com/apache/commons-build-plugin) | [commons-build-plugin](https://commons.apache.org/proper/commons-build-plugin) |
+| Apache Commons Chain | [commons-chain](https://github.com/apache/commons-chain) | [commons-chain](https://commons.apache.org/proper/commons-chain) |
+| Apache Commons CLI | [commons-cli](https://github.com/apache/commons-cli) | [commons-cli](https://commons.apache.org/proper/commons-cli) |
+| Apache Commons Codec | [commons-codec](https://github.com/apache/commons-codec) | [commons-codec](https://commons.apache.org/proper/commons-codec) |
+| Apache Commons Collections | [commons-collections](https://github.com/apache/commons-collections) | [commons-collections](https://commons.apache.org/proper/commons-collections) |
+| Apache Commons Compress | [commons-compress](https://github.com/apache/commons-compress) | [commons-compress](https://commons.apache.org/proper/commons-compress) |
+| Apache Commons Configuration | [commons-configuration](https://github.com/apache/commons-configuration) | [commons-configuration](https://commons.apache.org/proper/commons-configuration) |
+| Apache Commons Crypto | [commons-crypto](https://github.com/apache/commons-crypto) | [commons-crypto](https://commons.apache.org/proper/commons-crypto) |
+| Apache Commons CSV | [commons-csv](https://github.com/apache/commons-csv) | [commons-csv](https://commons.apache.org/proper/commons-csv) |
+| Apache Commons Daemon | [commons-daemon](https://github.com/apache/commons-daemon) | [commons-daemon](https://commons.apache.org/proper/commons-daemon) |
+| Apache Commons DBCP | [commons-dbcp](https://github.com/apache/commons-dbcp) | [commons-dbcp](https://commons.apache.org/proper/commons-dbcp) |
+| Apache Commons Dbutils | [commons-dbutils](https://github.com/apache/commons-dbutils) | [commons-dbutils](https://commons.apache.org/proper/commons-dbutils) |
+| Apache Commons Digester | [commons-digester](https://github.com/apache/commons-digester) | [commons-digester](https://commons.apache.org/proper/commons-digester) |
+| Apache Commons Email | [commons-email](https://github.com/apache/commons-email) | [commons-email](https://commons.apache.org/proper/commons-email) |
+| Apache Commons Exec | [commons-exec](https://github.com/apache/commons-exec) | [commons-exec](https://commons.apache.org/proper/commons-exec) |
+| Apache Commons Fileupload | [commons-fileupload](https://github.com/apache/commons-fileupload) | [commons-fileupload](https://commons.apache.org/proper/commons-fileupload) |
+| Apache Commons Functor | [commons-functor](https://github.com/apache/commons-functor) | [commons-functor](https://commons.apache.org/proper/commons-functor) |
+| Apache Commons Geometry | [commons-geometry](https://github.com/apache/commons-geometry) | [commons-geometry](https://commons.apache.org/proper/commons-geometry) |
+| Apache Commons Graph | [commons-graph](https://github.com/apache/commons-graph) | [commons-graph](https://commons.apache.org/proper/commons-graph) |
+| Apache Commons Imaging | [commons-imaging](https://github.com/apache/commons-imaging) | [commons-imaging](https://commons.apache.org/proper/commons-imaging) |
+| Apache Commons IO | [commons-io](https://github.com/apache/commons-io) | [commons-io](https://commons.apache.org/proper/commons-io) |
+| Apache Commons JCI | [commons-jci](https://github.com/apache/commons-jci) | [commons-jci](https://commons.apache.org/proper/commons-jci) |
+| Apache Commons JCS | [commons-jcs](https://github.com/apache/commons-jcs) | [commons-jcs](https://commons.apache.org/proper/commons-jcs) |
+| Apache Commons Jelly | [commons-jelly](https://github.com/apache/commons-jelly) | [commons-jelly](https://commons.apache.org/proper/commons-jelly) |
+| Apache Commons Jexl | [commons-jexl](https://github.com/apache/commons-jexl) | [commons-jexl](https://commons.apache.org/proper/commons-jexl) |
+| Apache Commons Jxpath | [commons-jxpath](https://github.com/apache/commons-jxpath) | [commons-jxpath](https://commons.apache.org/proper/commons-jxpath) |
+| Apache Commons Lang | [commons-lang](https://github.com/apache/commons-lang) | [commons-lang](https://commons.apache.org/proper/commons-lang) |
+| Apache Commons Logging | [commons-logging](https://github.com/apache/commons-logging) | [commons-logging](https://commons.apache.org/proper/commons-logging) |
+| Apache Commons Math | [commons-math](https://github.com/apache/commons-math) | [commons-math](https://commons.apache.org/proper/commons-math) |
+| Apache Commons Net | [commons-net](https://github.com/apache/commons-net) | [commons-net](https://commons.apache.org/proper/commons-net) |
+| Apache Commons Numbers | [commons-numbers](https://github.com/apache/commons-numbers) | [commons-numbers](https://commons.apache.org/proper/commons-numbers) |
+| Apache Commons Parent | [commons-parent](https://github.com/apache/commons-parent) | [commons-parent](https://commons.apache.org/proper/commons-parent) |
+| Apache Commons Pool | [commons-pool](https://github.com/apache/commons-pool) | [commons-pool](https://commons.apache.org/proper/commons-pool) |
+| Apache Commons Proxy | [commons-proxy](https://github.com/apache/commons-proxy) | [commons-proxy](https://commons.apache.org/proper/commons-proxy) |
+| Apache Commons RDF | [commons-rdf](https://github.com/apache/commons-rdf) | [commons-rdf](https://commons.apache.org/proper/commons-rdf) |
+| Apache Commons Release-plugin | [commons-release-plugin](https://github.com/apache/commons-release-plugin) | [commons-release-plugin](https://commons.apache.org/proper/commons-release-plugin) |
+| Apache Commons Rng | [commons-rng](https://github.com/apache/commons-rng) | [commons-rng](https://commons.apache.org/proper/commons-rng) |
+| Apache Commons Scxml | [commons-scxml](https://github.com/apache/commons-scxml) | [commons-scxml](https://commons.apache.org/proper/commons-scxml) |
+| Apache Commons Signing | [commons-signing](https://github.com/apache/commons-signing) | [commons-signing](https://commons.apache.org/proper/commons-signing) |
+| Apache Commons Skin | [commons-skin](https://github.com/apache/commons-skin) | [commons-skin](https://commons.apache.org/proper/commons-skin) |
+| Apache Commons Statistics | [commons-statistics](https://github.com/apache/commons-statistics) | [commons-statistics](https://commons.apache.org/proper/commons-statistics) |
+| Apache Commons Testing | [commons-testing](https://github.com/apache/commons-testing) | [commons-testing](https://commons.apache.org/proper/commons-testing) |
+| Apache Commons Text | [commons-text](https://github.com/apache/commons-text) | [commons-text](https://commons.apache.org/proper/commons-text) |
+| Apache Commons Validator | [commons-validator](https://github.com/apache/commons-validator) | [commons-validator](https://commons.apache.org/proper/commons-validator) |
+| Apache Commons VFS | [commons-vfs](https://github.com/apache/commons-vfs) | [commons-vfs](https://commons.apache.org/proper/commons-vfs) |
+| Apache Commons Weaver | [commons-weaver](https://github.com/apache/commons-weaver) | [commons-weaver](https://commons.apache.org/proper/commons-weaver) |
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 8fa6023..cd25836 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -1,3 +1,60 @@
+Apache Commons Release Plugin
+Version 1.8.1
+Release Notes
+
+
+INTRODUCTION:
+
+This document contains the release notes for the 1.8.1 version of Apache Commons Release Plugin: 
+An Apache Maven Mojo for Apache Commons Release tasks.
+
+Apache Maven Mojo for Apache Commons Release tasks.
+
+Version 1.8.1
+
+Changes in this version include:
+
+
+Fixed Bugs:
+o                   Fix the signature validation script
+o                   Fix minor typos #131. Thanks to Marc Wrobel.
+o                   [StepSecurity] ci: Harden GitHub Actions #187. Thanks to step-security-bot, Gary Gregory.
+
+Changes:
+o                   Bump actions/cache. Thanks to Gary Gregory.
+o                   Bump actions/checkout. Thanks to Gary Gregory, Dependabot.
+o                   Bump actions/setup-java. Thanks to Dependabot.
+o                   Bump github/codeql-action. Thanks to Dependabot.
+o                   Bump commons-parent from 52 to 58 #111, #137, #153, #162. Thanks to Dependabot, Gary Gregory.
+o                   Bump jacoco-maven-plugin from 0.8.7 to 0.8.8 #112. Thanks to Dependabot.
+o                   Bump plexus-velocity from 1.3 to 2.0 #116. Thanks to Dependabot.
+o                   Bump maven-scm.version from 1.12.2 to 2.0.0 #117, #180. Thanks to Dependabot.
+o                   Bump maven.dependency.version from 3.8.5 to 3.9.1 #120, #161, #172, #179. Thanks to Dependabot.
+o                   Bump maven-pmd-plugin from 3.16.0 to 3.19.0 #119, #129, #135. Thanks to Dependabot.
+o                   Bump junit-vintage-engine from 5.8.2 to 5.9.1 #125, #136. Thanks to Dependabot.
+o                   Bump spotbugs-maven-plugin from 4.5.3.0 to 4.7.3.0 #106, #115, #122, #124, #133, #142, #150. Thanks to Dependabot.
+o                   Bump spotbugs from 4.6.0 to 4.7.3 #114, #134, #145. Thanks to Gary Gregory, Dependabot.
+o                   Bump maven-checkstyle-plugin from 3.1.2 to 3.2.1 #130, #166. Thanks to Dependabot.
+o                   Bump commons-compress from 1.21 to 1.23.0 #148, #181. Thanks to Dependabot.
+o                   Bump maven.plugin.version from 3.6.4 to 3.8.2 #149, #168, #174, #185. Thanks to Dependabot.
+o                   Bump commons-io from 2.11.0 to 2.13.0. Thanks to Gary Gregory.
+o                   Bump commons-codec:commons-codec from 1.15 to 1.16.0. Thanks to Gary Gregory.
+
+
+Historical list of changes: https://commons.apache.org/proper/commons-release-plugin/changes-report.html
+
+For complete information on Apache Commons Release Plugin, including instructions on how to submit bug reports,
+patches, or suggestions for improvement, see the Apache Commons Release Plugin website:
+
+https://commons.apache.org/proper/commons-release-plugin/
+
+Download page: https://commons.apache.org/proper/commons-release-plugin/download_release-plugin.cgi
+
+Have fun!
+-Apache Commons Team
+
+=============================================================================
+
 Apache Commons Release Plugin
 Version 1.8.0
 Release Notes
@@ -47,14 +104,14 @@ o                   Bump junit-vintage-engine from 5.7.2 to 5.8.2 #70, #75, #90.
 o                   Bump taglist-maven-plugin from 2.4 to 3.0.0 #100. Thanks to Dependabot.
 
 
-Historical list of changes: https://commons.apache.org/proper/commons-release-plugin//changes-report.html
+Historical list of changes: https://commons.apache.org/proper/commons-release-plugin/changes-report.html
 
 For complete information on Apache Commons Release Plugin, including instructions on how to submit bug reports,
 patches, or suggestions for improvement, see the Apache Commons Release Plugin website:
 
 https://commons.apache.org/proper/commons-release-plugin/
 
-Download page: https://commons.apache.org/proper/commons-release-plugin/download_commons-release-plugin.cgi
+Download page: https://commons.apache.org/proper/commons-release-plugin/download_release-plugin.cgi
 
 Have fun!
 -Apache Commons Team
diff --git a/pom.xml b/pom.xml
index 7673ffc..293973b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -95,7 +95,6 @@
   </developers>
 
   <properties>
-    <!-- clirr.failOnError=False-->
     <failOnError>false</failOnError>
     <maven.compiler.source>1.8</maven.compiler.source>
     <maven.compiler.target>1.8</maven.compiler.target>
@@ -103,15 +102,13 @@
     <!-- 3.8.3 fails because MavenProject.getAttachedArtifacts() returns an IMMUTABLE collection and we want to change it! -->
     <maven.dependency.version>3.9.1</maven.dependency.version>
     <commons.componentid>release-plugin</commons.componentid>
-    <commons.dist.subdir>commons-release-plugin</commons.dist.subdir>
+    <commons.dist.subdir>release-plugin</commons.dist.subdir>
     <commons.jira.id>COMMONSSITE</commons.jira.id>
     <commons.jira.pid>12310466&amp;amp;component=12312401</commons.jira.pid>
-    <commons.release.version>${project.version}</commons.release.version>
-    <commons.site.path>commons-release-plugin</commons.site.path>
+    <commons.site.path>release-plugin</commons.site.path>
     <commons.manifestfile/>
-    <commons.scmPubUrl>
-      https://svn.apache.org/repos/infra/websites/production/commons/content/proper/${commons.site.path}
-    </commons.scmPubUrl>
+    <commons.distSvnStagingUrl>scm:svn:https://dist.apache.org/repos/dist/dev/commons/${commons.componentid}</commons.distSvnStagingUrl>
+    <commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/${commons.site.path}</commons.scmPubUrl>
     <commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory>
     <maven-scm.version>2.0.0</maven-scm.version>
     <commons.jacoco.classRatio>0.1</commons.jacoco.classRatio>
@@ -129,14 +126,14 @@
     <!-- This is used by reporting plugins -->
     <project.reporting.outputEncoding>${commons.encoding}</project.reporting.outputEncoding>
 
-    <!-- Including commons release plugin older version -->
     <commons.release.isDistModule>true</commons.release.isDistModule>
+    <commons.release.version>1.8.1</commons.release.version>
     <commons.bc.version>1.7</commons.bc.version>
-    <commons.release.version>1.8.0</commons.release.version>
     <commons.rc.version>RC1</commons.rc.version>
     <commons.release.isDistModule>true</commons.release.isDistModule>
     <commons.releaseManagerName>Gary Gregory</commons.releaseManagerName>
     <commons.releaseManagerKey>86fdc7e2a11262cb</commons.releaseManagerKey>
+    <!-- Including commons release plugin older version -->
     <maven.plugin.version>3.8.2</maven.plugin.version>
     <commons.build-plugin.version>1.12</commons.build-plugin.version>
   </properties>
@@ -656,8 +653,7 @@
             <artifactId>commons-release-plugin</artifactId>
             <version>${commons.release-plugin.version}</version>
             <configuration>
-              <distSvnStagingUrl>scm:svn:https://dist.apache.org/repos/dist/dev/commons/commons-release-plugin
-              </distSvnStagingUrl>
+              <distSvnStagingUrl>scm:svn:https://dist.apache.org/repos/dist/dev/commons/${commons.componentid}</distSvnStagingUrl>
             </configuration>
             <executions>
               <execution>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 594ff5d..577155a 100755
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -27,7 +27,7 @@
   </properties>
 
   <body>
-    <release version="1.8.1" date="2020-MM-DD" description="Version 1.8">
+    <release version="1.8.1" date="2023-06-25" description="Version 1.8.1">
       <!-- FIXES -->
       <action type="fix" dev="chtompki">Fix the signature validation script</action>
       <action type="fix" dev="ggregory" due-to="Marc Wrobel">Fix minor typos #131.</action>
@@ -50,7 +50,7 @@
       <action type="update" dev="kinow" due-to="Dependabot">Bump commons-compress from 1.21 to 1.23.0 #148, #181.</action>
       <action type="update" dev="kinow" due-to="Dependabot">Bump maven.plugin.version from 3.6.4 to 3.8.2 #149, #168, #174, #185.</action>
       <action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-io from 2.11.0 to 2.13.0.</action>
-      <action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-codec:commons-codec from 1.15 to 1.16.0.</action
+      <action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-codec:commons-codec from 1.15 to 1.16.0.</action>
     </release>
     <release version="1.8.0" date="2022-03-13" description="Version 1.8">
       <action issue="COMMONSSITE-138" type="add" dev="chtompki, ggregory">Create signature validation script for releases.</action>
diff --git a/src/changes/release-notes.vm b/src/changes/release-notes.vm
index 2d5b717..745478f 100755
--- a/src/changes/release-notes.vm
+++ b/src/changes/release-notes.vm
@@ -16,22 +16,6 @@
 ## under the License.
 ##
 
-Licensed to the Apache Software Foundation (ASF) under one or more
-contributor license agreements.  See the NOTICE file distributed with
-this work for additional information regarding copyright ownership.
-The ASF licenses this file to You under the Apache License, Version 2.0
-(the "License"); you may not use this file except in compliance with
-the License.  You may obtain a copy of the License at
-
-http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
-
-
 ${project.name}
 Version ${version}
 Release Notes
@@ -131,7 +115,9 @@ patches, or suggestions for improvement, see the ${project.name} website:
 
 ${project.url}
 
-Download page: ${project.url}/download_commons-release-plugin.cgi
+Download page: ${project.url}/download_release-plugin.cgi
 
 Have fun!
 -Apache Commons Team
+
+=============================================================================
diff --git a/src/site/xdoc/download_release-plugin.xml b/src/site/xdoc/download_release-plugin.xml
index 2a58dcd..4031589 100644
--- a/src/site/xdoc/download_release-plugin.xml
+++ b/src/site/xdoc/download_release-plugin.xml
@@ -107,38 +107,38 @@ limitations under the License.
         failing that using the <code>SHA512</code> hash (<code>*.sha512</code> checksum files).
       </p>
       <p>
-        The <a href="https://www.apache.org/dist/commons/KEYS">KEYS</a>
+        The <a href="https://downloads.apache.org/commons/KEYS">KEYS</a>
         file contains the public PGP keys used by Apache Commons developers
         to sign releases.
       </p>
     </subsection>
     </section>
-    <section name="Apache Commons Release Plugin 1.8.0 ">
+    <section name="Apache Commons Release Plugin 1.8.1 ">
       <subsection name="Binaries">
         <table>
           <tr>
-              <td><a href="[preferred]/commons/commons-release-plugin/binaries/commons-release-plugin-1.8.0-bin.tar.gz">commons-release-plugin-1.8.0-bin.tar.gz</a></td>
-              <td><a href="https://www.apache.org/dist/commons/commons-release-plugin/binaries/commons-release-plugin-1.8.0-bin.tar.gz.sha512">sha512</a></td>
-              <td><a href="https://www.apache.org/dist/commons/commons-release-plugin/binaries/commons-release-plugin-1.8.0-bin.tar.gz.asc">pgp</a></td>
+              <td><a href="[preferred]/commons/release-plugin/binaries/commons-release-plugin-1.8.1-bin.tar.gz">commons-release-plugin-1.8.1-bin.tar.gz</a></td>
+              <td><a href="https://downloads.apache.org/commons/release-plugin/binaries/commons-release-plugin-1.8.1-bin.tar.gz.sha512">sha512</a></td>
+              <td><a href="https://downloads.apache.org/commons/release-plugin/binaries/commons-release-plugin-1.8.1-bin.tar.gz.asc">pgp</a></td>
           </tr>
           <tr>
-              <td><a href="[preferred]/commons/commons-release-plugin/binaries/commons-release-plugin-1.8.0-bin.zip">commons-release-plugin-1.8.0-bin.zip</a></td>
-              <td><a href="https://www.apache.org/dist/commons/commons-release-plugin/binaries/commons-release-plugin-1.8.0-bin.zip.sha512">sha512</a></td>
-              <td><a href="https://www.apache.org/dist/commons/commons-release-plugin/binaries/commons-release-plugin-1.8.0-bin.zip.asc">pgp</a></td>
+              <td><a href="[preferred]/commons/release-plugin/binaries/commons-release-plugin-1.8.1-bin.zip">commons-release-plugin-1.8.1-bin.zip</a></td>
+              <td><a href="https://downloads.apache.org/commons/release-plugin/binaries/commons-release-plugin-1.8.1-bin.zip.sha512">sha512</a></td>
+              <td><a href="https://downloads.apache.org/commons/release-plugin/binaries/commons-release-plugin-1.8.1-bin.zip.asc">pgp</a></td>
           </tr>
         </table>
       </subsection>
       <subsection name="Source">
         <table>
           <tr>
-              <td><a href="[preferred]/commons/commons-release-plugin/source/commons-release-plugin-1.8.0-src.tar.gz">commons-release-plugin-1.8.0-src.tar.gz</a></td>
-              <td><a href="https://www.apache.org/dist/commons/commons-release-plugin/source/commons-release-plugin-1.8.0-src.tar.gz.sha512">sha512</a></td>
-              <td><a href="https://www.apache.org/dist/commons/commons-release-plugin/source/commons-release-plugin-1.8.0-src.tar.gz.asc">pgp</a></td>
+              <td><a href="[preferred]/commons/release-plugin/source/commons-release-plugin-1.8.1-src.tar.gz">commons-release-plugin-1.8.1-src.tar.gz</a></td>
+              <td><a href="https://downloads.apache.org/commons/release-plugin/source/commons-release-plugin-1.8.1-src.tar.gz.sha512">sha512</a></td>
+              <td><a href="https://downloads.apache.org/commons/release-plugin/source/commons-release-plugin-1.8.1-src.tar.gz.asc">pgp</a></td>
           </tr>
           <tr>
-              <td><a href="[preferred]/commons/commons-release-plugin/source/commons-release-plugin-1.8.0-src.zip">commons-release-plugin-1.8.0-src.zip</a></td>
-              <td><a href="https://www.apache.org/dist/commons/commons-release-plugin/source/commons-release-plugin-1.8.0-src.zip.sha512">sha512</a></td>
-              <td><a href="https://www.apache.org/dist/commons/commons-release-plugin/source/commons-release-plugin-1.8.0-src.zip.asc">pgp</a></td>
+              <td><a href="[preferred]/commons/release-plugin/source/commons-release-plugin-1.8.1-src.zip">commons-release-plugin-1.8.1-src.zip</a></td>
+              <td><a href="https://downloads.apache.org/commons/release-plugin/source/commons-release-plugin-1.8.1-src.zip.sha512">sha512</a></td>
+              <td><a href="https://downloads.apache.org/commons/release-plugin/source/commons-release-plugin-1.8.1-src.zip.asc">pgp</a></td>
           </tr>
         </table>
       </subsection>
@@ -148,8 +148,8 @@ limitations under the License.
           Older releases can be obtained from the archives.
         </p>
         <ul>
-          <li class="download"><a href="[preferred]/commons/commons-release-plugin/">browse download area</a></li>
-          <li><a href="https://archive.apache.org/dist/commons/commons-release-plugin/">archives...</a></li>
+          <li class="download"><a href="[preferred]/commons/release-plugin/">browse download area</a></li>
+          <li><a href="https://archive.apache.org/dist/commons/release-plugin/">archives...</a></li>
         </ul>
     </section>
   </body>
diff --git a/src/test/resources/mojos/compress-site/compress-site-disabled.xml b/src/test/resources/mojos/compress-site/compress-site-disabled.xml
index 3fa070f..1373bcb 100755
--- a/src/test/resources/mojos/compress-site/compress-site-disabled.xml
+++ b/src/test/resources/mojos/compress-site/compress-site-disabled.xml
@@ -32,7 +32,7 @@
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>3.8.1</version>
+      <version>4.13.2</version>
       <scope>test</scope>
     </dependency>
   </dependencies>
diff --git a/src/test/resources/mojos/compress-site/compress-site-failure.xml b/src/test/resources/mojos/compress-site/compress-site-failure.xml
index 63b3fa5..32efc8b 100755
--- a/src/test/resources/mojos/compress-site/compress-site-failure.xml
+++ b/src/test/resources/mojos/compress-site/compress-site-failure.xml
@@ -32,7 +32,7 @@
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
-            <version>3.8.1</version>
+            <version>4.13.2</version>
             <scope>test</scope>
         </dependency>
     </dependencies>
diff --git a/src/test/resources/mojos/compress-site/compress-site.xml b/src/test/resources/mojos/compress-site/compress-site.xml
index 815799d..11bb42f 100755
--- a/src/test/resources/mojos/compress-site/compress-site.xml
+++ b/src/test/resources/mojos/compress-site/compress-site.xml
@@ -32,7 +32,7 @@
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
-            <version>3.8.1</version>
+            <version>4.13.2</version>
             <scope>test</scope>
         </dependency>
     </dependencies>
diff --git a/src/test/resources/mojos/detach-distributions/detach-distributions-disabled.xml b/src/test/resources/mojos/detach-distributions/detach-distributions-disabled.xml
index 007703f..678f69f 100755
--- a/src/test/resources/mojos/detach-distributions/detach-distributions-disabled.xml
+++ b/src/test/resources/mojos/detach-distributions/detach-distributions-disabled.xml
@@ -32,7 +32,7 @@
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
-            <version>3.8.1</version>
+            <version>4.13.2</version>
             <scope>test</scope>
         </dependency>
     </dependencies>
diff --git a/src/test/resources/mojos/detach-distributions/detach-distributions.xml b/src/test/resources/mojos/detach-distributions/detach-distributions.xml
index 2a82582..4273021 100755
--- a/src/test/resources/mojos/detach-distributions/detach-distributions.xml
+++ b/src/test/resources/mojos/detach-distributions/detach-distributions.xml
@@ -32,7 +32,7 @@
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
-            <version>3.8.1</version>
+            <version>4.13.2</version>
             <scope>test</scope>
         </dependency>
     </dependencies>
diff --git a/src/test/resources/mojos/stage-distributions/stage-distributions-disabled.xml b/src/test/resources/mojos/stage-distributions/stage-distributions-disabled.xml
index 589dddd..2f7ee35 100755
--- a/src/test/resources/mojos/stage-distributions/stage-distributions-disabled.xml
+++ b/src/test/resources/mojos/stage-distributions/stage-distributions-disabled.xml
@@ -32,7 +32,7 @@
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
-            <version>3.8.1</version>
+            <version>4.13.2</version>
             <scope>test</scope>
         </dependency>
     </dependencies>
@@ -47,7 +47,7 @@
                     <distCheckoutDirectory>target/testing-commons-release-plugin/scm</distCheckoutDirectory>
                     <siteDirectory>${basedir}/target/test-classes/mojos/detach-distributions/target/site</siteDirectory>
                     <releaseNotesFile>src/test/resources/mojos/stage-distributions/RELEASE-NOTES.txt</releaseNotesFile>
-                    <distSvnStagingUrl>scm:svn:https://dist.apache.org/repos/dist/dev/commons/commons-release-plugin</distSvnStagingUrl>
+                    <distSvnStagingUrl>scm:svn:https://dist.apache.org/repos/dist/dev/commons/release-plugin</distSvnStagingUrl>
                     <isDistModule>false</isDistModule>
                     <dryRun>true</dryRun>
                     <commonsReleaseVersion>1.0-SNAPSHOT</commonsReleaseVersion>
diff --git a/src/test/resources/mojos/stage-distributions/stage-distributions.xml b/src/test/resources/mojos/stage-distributions/stage-distributions.xml
index 852bbf0..4dca207 100755
--- a/src/test/resources/mojos/stage-distributions/stage-distributions.xml
+++ b/src/test/resources/mojos/stage-distributions/stage-distributions.xml
@@ -32,7 +32,7 @@
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
-            <version>3.8.1</version>
+            <version>4.13.2</version>
             <scope>test</scope>
         </dependency>
     </dependencies>
@@ -48,7 +48,7 @@
                     <distCheckoutDirectory>target/testing-commons-release-plugin/scm</distCheckoutDirectory>
                     <siteDirectory>${basedir}/target/test-classes/mojos/detach-distributions/target/site</siteDirectory>
                     <releaseNotesFile>src/test/resources/mojos/stage-distributions/RELEASE-NOTES.txt</releaseNotesFile>
-                    <distSvnStagingUrl>scm:svn:https://dist.apache.org/repos/dist/dev/commons/commons-release-plugin</distSvnStagingUrl>
+                    <distSvnStagingUrl>scm:svn:https://dist.apache.org/repos/dist/dev/commons/release-plugin</distSvnStagingUrl>
                     <isDistModule>true</isDistModule>
                     <dryRun>true</dryRun>
                     <commonsReleaseVersion>1.0-SNAPSHOT</commonsReleaseVersion>
diff --git a/src/test/resources/mojos/staging-cleanup/staging-cleanup.xml b/src/test/resources/mojos/staging-cleanup/staging-cleanup.xml
index 6674a84..a463f81 100755
--- a/src/test/resources/mojos/staging-cleanup/staging-cleanup.xml
+++ b/src/test/resources/mojos/staging-cleanup/staging-cleanup.xml
@@ -32,7 +32,7 @@
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
-            <version>3.8.1</version>
+            <version>4.13.2</version>
             <scope>test</scope>
         </dependency>
     </dependencies>
@@ -46,7 +46,7 @@
                     <settings implementation="org.apache.maven.settings.Settings" />
                     <workingDirectory>target/testing-commons-release-plugin</workingDirectory>
                     <distCleanupDirectory>target/testing-commons-release-plugin/scm-cleanup</distCleanupDirectory>
-                    <distSvnStagingUrl>scm:svn:https://dist.apache.org/repos/dist/dev/commons/commons-release-plugin</distSvnStagingUrl>
+                    <distSvnStagingUrl>scm:svn:https://dist.apache.org/repos/dist/dev/commons/release-plugin</distSvnStagingUrl>
                     <isDistModule>true</isDistModule>
                     <dryRun>true</dryRun>
                 </configuration>