forked from pool/apache-commons-cli
Update to 1.9.0
OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-commons-cli?expand=0&rev=46
This commit is contained in:
@@ -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}"/>
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
BIN
commons-cli-1.9.0-src.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
Reference in New Issue
Block a user