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

commit a9b7c1ea1f7e962959a07015b21ec11087f50a8c
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Apr 7 09:52:18 2024 -0400

    Remove duplicate dependency
    
    Bump properties for next release candidate
---
 pom.xml | 11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

diff --git a/pom.xml b/pom.xml
index eacebe6..c77c4e6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -52,11 +52,6 @@
       <artifactId>junit-jupiter-api</artifactId>
       <scope>test</scope>
     </dependency>
-    <dependency>
-      <groupId>org.junit.jupiter</groupId>
-      <artifactId>junit-jupiter-params</artifactId>
-      <scope>test</scope>
-    </dependency>
     <dependency>
       <groupId>org.junit.jupiter</groupId>
       <artifactId>junit-jupiter-engine</artifactId>
@@ -75,12 +70,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.6.0</commons.release.version>
-    <commons.release.next>1.7.0</commons.release.next>
+    <commons.release.version>1.7.0</commons.release.version>
+    <commons.release.next>1.7.1</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.5.0</commons.bc.version>
+    <commons.bc.version>1.6.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