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

commit 41333b561b2324b3e4261d59c4569f3d4fa05e9e
Author: Gary D. Gregory <garydgreg...@gmail.com>
AuthorDate: Fri Jul 18 20:56:04 2025 -0400

    Next version will be 1.16.0
---
 pom.xml                 | 10 +++++-----
 src/changes/changes.xml |  2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index 86bc157..6c0c03c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
   </parent>
   <artifactId>commons-build-plugin</artifactId>
   <packaging>maven-plugin</packaging>
-  <version>1.15.1-SNAPSHOT</version>
+  <version>1.16.0-SNAPSHOT</version>
   <name>Apache Commons Build Plugin Maven Mojo</name>
   <description>
     Apache Maven Mojo for Apache Commons Build tasks.
@@ -33,7 +33,7 @@
     For example:
       mvn commons-build:download-page [-Dcommons.release.version=1.2.3]
 
-    To use a SNAPSHOT version (for testing etc)
+    To use a SNAPSHOT version (for testing and so on):
       mvn 
org.apache.commons:commons-build-plugin:1.14.0-SNAPSHOT:download-page 
[-Dcommons.release.version=1.2.3]
   </description>
   <url>https://commons.apache.org/proper/commons-build-plugin/</url>
@@ -70,9 +70,9 @@
     
<commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/${commons.site.path}</commons.scmPubUrl>
     
<commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory>
     <!-- Commons Release Plugin -->
-    <commons.bc.version>1.14.1</commons.bc.version>
-    <commons.release.version>1.15.0</commons.release.version>
-    <commons.release.next>1.15.1</commons.release.next>
+    <commons.bc.version>1.15.0</commons.bc.version>
+    <commons.release.version>1.16.0</commons.release.version>
+    <commons.release.next>1.16.1</commons.release.next>
     <!-- Previous version of the component (used for reporting binary 
compatibility check)-->
     <commons.rc.version>RC1</commons.rc.version>
     <commons.release.isDistModule>true</commons.release.isDistModule>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index f516641..5d7685a 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -26,7 +26,7 @@
     <author email="d...@commons.apache.org">Apache Commons Developers</author>
   </properties>
   <body>
-    <release version="1.15.1" date="YYYY-MM-DD" description="This is a feature 
and maintenance release. Java 8 or later is required.">
+    <release version="1.16.0" date="YYYY-MM-DD" description="This is a feature 
and maintenance release. Java 8 or later is required.">
       <!-- FIX -->
       <action type="fix" dev="ggregory" due-to="Gary Gregory">Migrate site 
generation templates to https://maven.apache.org/xsd/xdoc-2.0.xsd.</action>
       <action type="fix" dev="ggregory" due-to="Gary Gregory">Remove -nouses 
directive from maven-bundle-plugin. OSGi package imports now state 'uses' 
definitions for package imports, this doesn't affect JPMS (from 
org.apache.commons:commons-parent:80).</action>

Reply via email to