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


The following commit(s) were added to refs/heads/master by this push:
     new 521380e  Prepare for the next release candidate
521380e is described below

commit 521380ea2e8ca704b2d468b5ddbab797d7f5feab
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sun Nov 3 19:47:08 2024 +0000

    Prepare for the next release candidate
---
 README.md                               |  3 ++-
 RELEASE-NOTES.txt                       | 48 +++++++++++++++++++++++++++++++++
 pom.xml                                 |  6 ++---
 src/site/xdoc/download_build-plugin.xml | 26 +++++++++---------
 4 files changed, 66 insertions(+), 17 deletions(-)

diff --git a/README.md b/README.md
index 10305e5..32ff1c3 100644
--- a/README.md
+++ b/README.md
@@ -45,6 +45,7 @@ Apache Commons Build Plugin Maven Mojo
 
 [![Java 
CI](https://github.com/apache/commons-build-plugin/actions/workflows/maven.yml/badge.svg)](https://github.com/apache/commons-build-plugin/actions/workflows/maven.yml)
 [![Maven 
Central](https://img.shields.io/maven-central/v/org.apache.commons/commons-build-plugin?label=Maven%20Central)](https://search.maven.org/artifact/org.apache.commons/commons-build-plugin)
+[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-build-plugin/1.14.1.svg)](https://javadoc.io/doc/org.apache.commons/commons-build-plugin/1.14.1)
 
[![CodeQL](https://github.com/apache/commons-build-plugin/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/apache/commons-build-plugin/actions/workflows/codeql-analysis.yml)
 [![OpenSSF 
Scorecard](https://api.securityscorecards.dev/projects/github.com/apache/commons-build-plugin/badge)](https://api.securityscorecards.dev/projects/github.com/apache/commons-build-plugin)
 
@@ -73,7 +74,7 @@ Alternatively, you can pull it from the central Maven 
repositories:
 <dependency>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-build-plugin</artifactId>
-  <version>1.14.0</version>
+  <version>1.14.1</version>
 </dependency>
 ```
 
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 8414353..1f63ab1 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -1,3 +1,51 @@
+Apache Commons Build Plugin Maven Mojo 1.14.1 RELEASE NOTES
+-----------------------------------------------------------
+
+Apache Maven Mojo for Apache Commons Build tasks.
+
+For example:
+mvn commons-build:download-page [-Dcommons.release.version=1.2.3]
+
+To use a SNAPSHOT version (for testing etc)
+mvn org.apache.commons:commons-build-plugin:1.14.0-SNAPSHOT:download-page 
[-Dcommons.release.version=1.2.3]
+
+Maintenance release
+
+Changes in this version include:
+
+
+Fixed Bugs
+----------
+
+*                   Fix broken URL to project location in Maven Central #320. 
Thanks to Capt. Cutlass.
+
+Changes
+-------
+
+*                   Bump org.apache.commons:commons-parent from 69 to 78 #264, 
#276, #291, #301, #307, #312, #324. Thanks to Dependabot, Gary Gregory.
+*                   Bump org.graalvm.js:js-scriptengine from 24.0.0 to 24.1.1 
#248, #282, #308, #322. Thanks to Dependabot.
+*                   Bump org.graalvm.js:js from 23.0.3 to 23.0.6 #247, #281, 
#321. Thanks to Dependabot.
+*                   Bump org.apache.maven.plugin-tools:maven-plugin-tools-ant 
from 3.12.0 to 3.15.1 #260, #272, #292, #298. Thanks to Dependabot.
+*                   Bump org.apache.maven.plugin-tools:maven-script-ant from 
3.12.0 to 3.15.1 #259, #270, #295, #300. Thanks to Dependabot.
+*                   Bump org.apache.maven.plugins:maven-plugin-plugin from 
3.12.0 to 3.15.1 #258, #271, #299. Thanks to Dependabot.
+*                   Bump org.apache.maven:maven-plugin-api from 3.9.6 to 3.9.9 
#267, #277, #293. Thanks to Dependabot.
+*                   Bump org.apache.maven:maven-core from 3.9.6 to 3.9.9 #268, 
#278, #294. Thanks to Dependabot.
+*                   Bump org.apache.ant:ant-launcher from 1.10.14 to 1.10.15 
#303. Thanks to Dependabot.
+*                   Bump org.codehaus.mojo:jdepend-maven-plugin from 2.0 to 
2.1 #311. Thanks to Dependabot.
+
+Removed
+-------
+
+*                   Drop codecov.io badge. Thanks to Gary Gregory.
+
+For complete information on Apache Commons Build Plugin Maven Mojo, including 
instructions on how to submit bug reports,
+patches, or suggestions for improvement, see the Apache Commons Build Plugin 
Maven Mojo website:
+
+https://commons.apache.org/proper/commons-build-plugin/
+
+Download page: 
https://commons.apache.org/proper/commons-build-plugin/download_codec.cgi
+
+-----------------------------------------------------------------------------
 Apache Commons Build Plugin Maven Mojo 1.14.0 RELEASE NOTES
 -----------------------------------------------------------
 
diff --git a/pom.xml b/pom.xml
index 303bc04..5e42c68 100644
--- a/pom.xml
+++ b/pom.xml
@@ -246,10 +246,10 @@
     
<commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory>
 
     <!-- Commons Release Plugin -->
-    <commons.release.version>1.14.0</commons.release.version>
-    <commons.release.next>1.14.1</commons.release.next>
+    <commons.bc.version>1.14.0</commons.bc.version>
+    <commons.release.version>1.14.1</commons.release.version>
+    <commons.release.next>1.14.2</commons.release.next>
     <!-- Previous version of the component (used for reporting binary 
compatibility check)-->
-    <commons.bc.version>1.13</commons.bc.version>
     <commons.rc.version>RC1</commons.rc.version>
     <commons.release.isDistModule>true</commons.release.isDistModule>
     
<commons.distSvnStagingUrl>scm:svn:https://dist.apache.org/repos/dist/dev/commons/${commons.componentid}</commons.distSvnStagingUrl>
diff --git a/src/site/xdoc/download_build-plugin.xml 
b/src/site/xdoc/download_build-plugin.xml
index 1cca252..1fba98d 100644
--- a/src/site/xdoc/download_build-plugin.xml
+++ b/src/site/xdoc/download_build-plugin.xml
@@ -113,32 +113,32 @@ limitations under the License.
       </p>
     </subsection>
     </section>
-    <section name="Apache Commons Build Plugin Maven Mojo 1.14.0 ">
+    <section name="Apache Commons Build Plugin Maven Mojo 1.14.1 ">
       <subsection name="Binaries">
         <table>
           <tr>
-              <td><a 
href="[preferred]/commons/build-plugin/binaries/commons-build-plugin-1.14.0-bin.tar.gz">commons-build-plugin-1.14.0-bin.tar.gz</a></td>
-              <td><a 
href="https://downloads.apache.org/commons/build-plugin/binaries/commons-build-plugin-1.14.0-bin.tar.gz.sha512";>sha512</a></td>
-              <td><a 
href="https://downloads.apache.org/commons/build-plugin/binaries/commons-build-plugin-1.14.0-bin.tar.gz.asc";>pgp</a></td>
+              <td><a 
href="[preferred]/commons/build-plugin/binaries/commons-build-plugin-1.14.1-bin.tar.gz">commons-build-plugin-1.14.1-bin.tar.gz</a></td>
+              <td><a 
href="https://downloads.apache.org/commons/build-plugin/binaries/commons-build-plugin-1.14.1-bin.tar.gz.sha512";>sha512</a></td>
+              <td><a 
href="https://downloads.apache.org/commons/build-plugin/binaries/commons-build-plugin-1.14.1-bin.tar.gz.asc";>pgp</a></td>
           </tr>
           <tr>
-              <td><a 
href="[preferred]/commons/build-plugin/binaries/commons-build-plugin-1.14.0-bin.zip">commons-build-plugin-1.14.0-bin.zip</a></td>
-              <td><a 
href="https://downloads.apache.org/commons/build-plugin/binaries/commons-build-plugin-1.14.0-bin.zip.sha512";>sha512</a></td>
-              <td><a 
href="https://downloads.apache.org/commons/build-plugin/binaries/commons-build-plugin-1.14.0-bin.zip.asc";>pgp</a></td>
+              <td><a 
href="[preferred]/commons/build-plugin/binaries/commons-build-plugin-1.14.1-bin.zip">commons-build-plugin-1.14.1-bin.zip</a></td>
+              <td><a 
href="https://downloads.apache.org/commons/build-plugin/binaries/commons-build-plugin-1.14.1-bin.zip.sha512";>sha512</a></td>
+              <td><a 
href="https://downloads.apache.org/commons/build-plugin/binaries/commons-build-plugin-1.14.1-bin.zip.asc";>pgp</a></td>
           </tr>
         </table>
       </subsection>
       <subsection name="Source">
         <table>
           <tr>
-              <td><a 
href="[preferred]/commons/build-plugin/source/commons-build-plugin-1.14.0-src.tar.gz">commons-build-plugin-1.14.0-src.tar.gz</a></td>
-              <td><a 
href="https://downloads.apache.org/commons/build-plugin/source/commons-build-plugin-1.14.0-src.tar.gz.sha512";>sha512</a></td>
-              <td><a 
href="https://downloads.apache.org/commons/build-plugin/source/commons-build-plugin-1.14.0-src.tar.gz.asc";>pgp</a></td>
+              <td><a 
href="[preferred]/commons/build-plugin/source/commons-build-plugin-1.14.1-src.tar.gz">commons-build-plugin-1.14.1-src.tar.gz</a></td>
+              <td><a 
href="https://downloads.apache.org/commons/build-plugin/source/commons-build-plugin-1.14.1-src.tar.gz.sha512";>sha512</a></td>
+              <td><a 
href="https://downloads.apache.org/commons/build-plugin/source/commons-build-plugin-1.14.1-src.tar.gz.asc";>pgp</a></td>
           </tr>
           <tr>
-              <td><a 
href="[preferred]/commons/build-plugin/source/commons-build-plugin-1.14.0-src.zip">commons-build-plugin-1.14.0-src.zip</a></td>
-              <td><a 
href="https://downloads.apache.org/commons/build-plugin/source/commons-build-plugin-1.14.0-src.zip.sha512";>sha512</a></td>
-              <td><a 
href="https://downloads.apache.org/commons/build-plugin/source/commons-build-plugin-1.14.0-src.zip.asc";>pgp</a></td>
+              <td><a 
href="[preferred]/commons/build-plugin/source/commons-build-plugin-1.14.1-src.zip">commons-build-plugin-1.14.1-src.zip</a></td>
+              <td><a 
href="https://downloads.apache.org/commons/build-plugin/source/commons-build-plugin-1.14.1-src.zip.sha512";>sha512</a></td>
+              <td><a 
href="https://downloads.apache.org/commons/build-plugin/source/commons-build-plugin-1.14.1-src.zip.asc";>pgp</a></td>
           </tr>
         </table>
       </subsection>

Reply via email to