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-cli.git
The following commit(s) were added to refs/heads/master by this push:
new 515b761d Updates for the next release
515b761d is described below
commit 515b761df371045a14e472d6318aef4574ab37b2
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Nov 13 01:51:55 2025 +0000
Updates for the next release
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index ec44cb73..2d46bc2d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -91,12 +91,12 @@
<maven.compiler.target>1.8</maven.compiler.target>
<commons.componentid>cli</commons.componentid>
<commons.module.name>org.apache.commons.cli</commons.module.name>
- <commons.release.version>1.11.0</commons.release.version>
- <commons.release.next>1.11.1</commons.release.next>
+ <commons.release.version>1.11.1</commons.release.version>
+ <commons.release.next>1.11.2</commons.release.next>
<commons.release.name>commons-cli-${commons.release.version}</commons.release.name>
<commons.release.isDistModule>true</commons.release.isDistModule>
<commons.rc.version>RC1</commons.rc.version>
- <commons.bc.version>1.10.0</commons.bc.version>
+ <commons.bc.version>1.11.0</commons.bc.version>
<commons.osgi.symbolicName>org.apache.commons.cli</commons.osgi.symbolicName>
<commons.jira.id>CLI</commons.jira.id>
<commons.jira.pid>12310463</commons.jira.pid>