72 lines
2.7 KiB
Plaintext
72 lines
2.7 KiB
Plaintext
-------------------------------------------------------------------
|
|
Thu Jun 13 17:03:16 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
- Update to version 1.7
|
|
* Changes
|
|
+ Bump plexus-components from 6.5 to 10.0
|
|
+ Bump checkstyle from 9.2 to 9.2.1
|
|
+ Bump plexus-container-default from 1.0-alpha-34 to 2.1.1
|
|
+ Bump checkstyle from 9.2.1 to 9.3
|
|
+ Bump commons-cli from 1.0 to 1.5.0
|
|
+ Bump maven-checkstyle-plugin from 3.1.2 to 3.3.0
|
|
+ Bump maven-shared-resources from 4 to 5
|
|
+ Bump apache/maven-gh-actions-shared from 1 to 3
|
|
+ Update to Parent pom 15
|
|
+ Bump commons-cli:commons-cli from 1.5.0 to 1.6.0
|
|
+ Reuse plexus-pom action for CI
|
|
+ Bump org.codehaus.plexus:plexus from 15 to 16
|
|
+ Replace plexus-container-default with Sisu Plexus
|
|
+ Bump org.codehaus.plexus:plexus-testing from 1.2.0 to 1.3.0
|
|
- Rebased patches:
|
|
* 0001-Do-not-use-commons-cli-deprecated-classes.patch
|
|
* 0002-No-unchecked-operations.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Sun May 26 22:38:13 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
- Use the org.eclipse.sisu:org.eclipse.sisu.plexus artifact to
|
|
avoid conflict/choise of providers
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Feb 20 14:44:12 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
- Use %patch -P N instead of deprecated %patchN.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu May 19 07:38:31 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
- Added patches:
|
|
* 0001-Do-not-use-commons-cli-deprecated-classes.patch
|
|
+ the GnuParser and OptionBuilder classes are deprecated
|
|
in commons-cli since version 1.3
|
|
+ port to the recommended DefaultParser and Option.builder(...)
|
|
* 0002-No-unchecked-operations.patch
|
|
+ replace raw java.util.List with typed java.util.List<E>
|
|
interface
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Mar 20 17:53:17 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
- Build with java source and target levels 8
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jan 18 06:06:27 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
- Fetch sources using source service
|
|
|
|
-------------------------------------------------------------------
|
|
Tue May 11 15:01:31 UTC 2021 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
- Do not compile/run tests against the legacy guava20 package
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Mar 3 18:20:04 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
- Describe package, not project.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Mar 2 13:25:08 UTC 2019 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
- Initial package of plexus-cli 1.6
|
|
- Generate and customize the ant build file
|