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 3feb6c8  Update properties for the next release
3feb6c8 is described below

commit 3feb6c85b4371d94c2efb42e2274047cd1210072
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Wed Apr 17 21:47:52 2024 -0400

    Update properties for the next release
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 4e11b11..5fbe669 100644
--- a/pom.xml
+++ b/pom.xml
@@ -76,12 +76,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.7.0</commons.release.version>
-    <commons.release.next>1.7.1</commons.release.next>
+    <commons.release.version>1.7.1</commons.release.version>
+    <commons.release.next>1.7.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.6.0</commons.bc.version>
+    <commons.bc.version>1.7.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>

Reply via email to