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 ae02e5f  Prepare for the next release candidate
ae02e5f is described below

commit ae02e5f903e6750f5054297aae68a0394795f627
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Jan 25 15:06:28 2026 +0000

    Prepare for the next release candidate
---
 RELEASE-NOTES.txt       | 52 +++++++++++++++++++++++++++++++++++++++++++++++++
 pom.xml                 | 13 +------------
 src/changes/changes.xml |  2 ++
 3 files changed, 55 insertions(+), 12 deletions(-)

diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index b7931cb..4caa036 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -10,6 +10,58 @@ Apache Maven Mojo for Apache Commons Release tasks.
 This is a feature and maintenance release. Java 8 or later is required.
 
 
+Fixed Bugs
+----------
+
+*                   Fix Apache RAT plugin console warnings. Thanks to Gary 
Gregory.
+*                   Make some classes final. Thanks to Gary Gregory.
+*                   Fix missing version for 
org.codehaus.mojo:jdepend-maven-plugin: 2.1. Thanks to Gary Gregory.
+*                   Partial port to JUnit 5. Thanks to Gary Gregory.
+
+Changes
+-------
+
+*                   Bump org.apache.maven:maven-artifact from 3.9.11 to 
3.9.12. Thanks to Gary Gregory.
+*                   Bump org.apache.maven:maven-compat from 3.9.11 to 3.9.12. 
Thanks to Gary Gregory.
+*                   Bump org.apache.maven:maven-core from 3.9.11 to 3.9.12. 
Thanks to Gary Gregory.
+*                   Bump org.apache.maven:maven-plugin-api from 3.9.11 to 
3.9.12. Thanks to Gary Gregory.
+*                   Bump org.apache.commons:commons-parent from 85 to 96 #396, 
#399, #419, #420. Thanks to Gary Gregory.
+*                   Bump org.apache.commons:commons-compress from 1.27.1 to 
1.28.0. Thanks to Gary Gregory.
+*                   Bump maven-scm.version from 2.1.0 to 2.2.1 #402. Thanks to 
Gary Gregory, Dependabot.
+*                   Bump org.codehaus.plexus:plexus-velocity from 2.2.1 to 
2.3.0 #407. Thanks to Gary Gregory, Dependabot.
+*                   Bump commons-codec:commons-codec from 1.19.0 to 1.21.0. 
Thanks to Gary Gregory.
+*                   Bump 
org.apache.maven.plugin-testing:maven-plugin-testing-harness from 3.3.0 to 
3.4.0 #416. Thanks to Gary Gregory, Dependabot.
+
+Removed
+-------
+
+*                   Skip JApiCmp plugin for this component. Thanks to Gary 
Gregory.
+
+Historical list of changes: 
https://commons.apache.org/proper/commons-release-plugin//changes.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 1.9.2 Release Notes
+------------------------------------------------
+
+The Apache Commons Release Plugin team is pleased to announce the release of 
Apache Commons Release Plugin 1.9.2.
+
+This document contains the release notes for Apache Commons Release Plugin.
+
+Apache Maven Mojo for Apache Commons Release tasks.
+
+This is a feature and maintenance release. Java 8 or later is required.
+
+
 Fixed Bugs
 ----------
 
diff --git a/pom.xml b/pom.xml
index 27efcad..351f29c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -101,6 +101,7 @@
     <commons.build-plugin.version>1.16.0</commons.build-plugin.version>
     <!-- Until Maven plugins used here don't fail the Moditect plugin -->
     <moditect.skip>true</moditect.skip>
+    <japicmp.skip>true</japicmp.skip>
   </properties>
   <dependencies>
     <dependency>
@@ -254,18 +255,6 @@
             <excludeFilterFile>${basedir}/fb-excludes.xml</excludeFilterFile>
           </configuration>
         </plugin>      
-        <plugin>
-          <groupId>com.github.siom79.japicmp</groupId>
-          <artifactId>japicmp-maven-plugin</artifactId>
-          <configuration>
-             <newVersion>
-              <file>
-                <!-- Parent incorrectly specifies ${project.packaging} for the 
extension -->
-                
<path>${project.build.directory}/${project.artifactId}-${project.version}.jar</path>
-              </file>
-            </newVersion>
-          </configuration>
-        </plugin>
       </plugins>
     </pluginManagement>
     <plugins>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 7dd0ce8..c79fd7e 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -42,6 +42,8 @@
       <action type="update" dev="ggregory" due-to="Gary Gregory, 
Dependabot">Bump org.codehaus.plexus:plexus-velocity from 2.2.1 to 2.3.0 
#407.</action>
       <action type="update" dev="ggregory" due-to="Gary Gregory">Bump 
commons-codec:commons-codec from 1.19.0 to 1.21.0.</action>
       <action type="update" dev="ggregory" due-to="Gary Gregory, 
Dependabot">Bump org.apache.maven.plugin-testing:maven-plugin-testing-harness 
from 3.3.0 to 3.4.0 #416.</action>
+      <!-- UPDATE -->
+      <action type="remove" dev="ggregory" due-to="Gary Gregory">Skip JApiCmp 
plugin for this component.</action>
     </release>
     <release version="1.9.1" date="2025-07-22" description="Version 1.9.1.">
       <!-- FIX -->

Reply via email to