forked from pool/apache-commons-parent
Upgrade to version 79.
OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-commons-parent?expand=0&rev=40
This commit is contained in:
@@ -1,3 +1,54 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 24 14:29:29 UTC 2025 - Gus Kenion <gus.kenion@suse.com>
|
||||
|
||||
- Upgrade to version 79
|
||||
* New features
|
||||
* Add org.junit-pioneer:junit-pioneer to dependencyManagement.
|
||||
* Add org.apache.maven.plugins:maven-changes-plugin to
|
||||
pluginManagement.
|
||||
* Add mockito to dependencyManagement #568.
|
||||
* Run maven-changes-plugin changes-validate on verify.
|
||||
* Fixed Bugs
|
||||
* Disable annotation processing during compile.
|
||||
Background: https://www.oracle.com/java/technologies/javase/23-relnote-issues.html#JDK-8321314
|
||||
Background: https://xdev.software/en/news/detail/discovering-the-perfect-java-supply-chain-attack-vector-and-how-it-got-fixed
|
||||
* The property commons.encoding is now set to UTF-8, see also
|
||||
the Doxia 2 migration
|
||||
https://github.com/apache/commons-skin/pull/179.
|
||||
|
||||
* Changes
|
||||
* Update site skin and reports plugins with Doxia 2 stack.
|
||||
* Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.6.4
|
||||
to 4.8.6.6 #518, #544.
|
||||
* Bump org.junit:junit-bom from 5.11.2 to 5.11.4 #519, #558.
|
||||
* Bump org.apache.maven.plugins:maven-artifact-plugin from
|
||||
3.5.1 to 3.5.3 #522, #538.
|
||||
* Bump org.codehaus.mojo:exec-maven-plugin from 3.4.1 to 3.5.0
|
||||
#523.
|
||||
* Bump commons.pmd-impl.version from 7.6.0 to 7.9.0 #524, #549,
|
||||
#565.
|
||||
* Bump com.puppycrawl.tools:checkstyle from 10.18.2 to 10.21.1
|
||||
on Java 11 and up.
|
||||
* Bump org.apache.maven.plugins:maven-javadoc-plugin from
|
||||
3.10.1 to 3.11.2 #537, #555.
|
||||
* Bump org.apache.maven.plugins:maven-surefire-report-plugin
|
||||
from 3.5.1 to 3.5.2 #535, #541.
|
||||
* Bump org.apache.maven.plugins:maven-failsafe-plugin from
|
||||
3.5.1 to 3.5.2 #539.
|
||||
* Bump org.apache.commons:commons-release-plugin from 1.8.2 to
|
||||
1.8.3 #540.
|
||||
* Bump org.apache.commons:commons-build-plugin from 1.14.0 to
|
||||
1.14.1 #542.
|
||||
* Bump org.codehaus.mojo:versions-maven-plugin from 2.17.1 to
|
||||
2.18.0 #543.
|
||||
* Bump org.apache.maven.plugins:maven-checkstyle-plugin from
|
||||
3.5.0 to 3.6.0.
|
||||
* Bump org.apache.maven.plugins:maven-jxr-plugin from 3.5.0 to
|
||||
3.6.0.
|
||||
* Bump org.cyclonedx:cyclonedx-maven-plugin from 2.9.0 to 2.9.1
|
||||
#550.
|
||||
- Remove maven-changes-plugin dependency
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 7 09:27:28 UTC 2024 - Gus Kenion <gus.kenion@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package apache-commons-parent
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -19,7 +19,7 @@
|
||||
%define base_name parent
|
||||
%define short_name commons-%{base_name}
|
||||
Name: apache-%{short_name}
|
||||
Version: 78
|
||||
Version: 79
|
||||
Release: 0
|
||||
Summary: Apache Commons Parent Pom
|
||||
License: Apache-2.0
|
||||
@@ -54,6 +54,7 @@ The Project Object Model files for the apache-commons packages.
|
||||
%pom_remove_plugin :cyclonedx-maven-plugin
|
||||
%pom_remove_plugin :spdx-maven-plugin
|
||||
%pom_remove_plugin :moditect-maven-plugin
|
||||
%pom_remove_plugin org.apache.maven.plugins:maven-changes-plugin
|
||||
|
||||
# Plugins useless in package builds
|
||||
%pom_remove_plugin :apache-rat-plugin
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3351f45146747bfbbd3af77451e602f0a6b29165c1aac8ce31c44d4f2d8d1a70
|
||||
size 61671
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:19a0cf76a9a3c282c6f7db1780da4fbe2b56b893df39a790c8041174d315b276
|
||||
size 62830
|
||||
Reference in New Issue
Block a user