2024-11-07 09:59:07 +00:00
committed by Git OBS Bridge
parent c6be8f19a5
commit e3205839e2
5 changed files with 22 additions and 5 deletions

View File

@@ -8,7 +8,7 @@
<property name="project.artifactId" value="commons-cli"/> <property name="project.artifactId" value="commons-cli"/>
<property name="project.groupId" value="commons-cli"/> <property name="project.groupId" value="commons-cli"/>
<property name="project.version" value="1.8.0"/> <property name="project.version" value="1.9.0"/>
<property name="compiler.release" value="8"/> <property name="compiler.release" value="8"/>
<property name="compiler.source" value="1.${compiler.release}"/> <property name="compiler.source" value="1.${compiler.release}"/>

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Thu Nov 7 09:47:59 UTC 2024 - Gus Kenion <gus.kenion@suse.com>
- Update to 1.9.0
* New features
+ Add OptionGroup.isSelected().
+ You can now extend HelpFormatter.Builder.
+ Add 'since' attribute to Option to track when an Option was
introduced #292
* Fixed bugs
+ CLI-334: Fix Javadoc pathing #280.
+ CLI-335: Updated properties documentation #285.
+ CLI-336: Deprecation not always reported #284.
+ Replace internal StringBuffer with StringBuilder.
* Updates
+ Bump org.apache.commons:commons-parent from 70 to 72 #283.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Aug 12 12:14:19 UTC 2024 - Gus Kenion <gus.kenion@suse.com> Mon Aug 12 12:14:19 UTC 2024 - Gus Kenion <gus.kenion@suse.com>

View File

@@ -19,7 +19,7 @@
%global base_name cli %global base_name cli
%global short_name commons-%{base_name} %global short_name commons-%{base_name}
Name: apache-commons-cli Name: apache-commons-cli
Version: 1.8.0 Version: 1.9.0
Release: 0 Release: 0
Summary: Command Line Interface Library for Java Summary: Command Line Interface Library for Java
License: Apache-2.0 License: Apache-2.0

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8ff484c5b318df2d451c0f746a44f4839cedc953f4d4143c04176a3436e0a1ba
size 180524

BIN
commons-cli-1.9.0-src.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.