Update to upstream version 3.6.1
This commit is contained in:
parent
dd04b90464
commit
dd57cc2b8f
1
.gitignore
vendored
1
.gitignore
vendored
@ -19,3 +19,4 @@
|
|||||||
/maven-dependency-plugin-3.1.2-source-release.zip
|
/maven-dependency-plugin-3.1.2-source-release.zip
|
||||||
/maven-dependency-plugin-3.3.0-source-release.zip
|
/maven-dependency-plugin-3.3.0-source-release.zip
|
||||||
/maven-dependency-plugin-3.6.0-source-release.zip
|
/maven-dependency-plugin-3.6.0-source-release.zip
|
||||||
|
/maven-dependency-plugin-3.6.1-source-release.zip
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
%bcond_with bootstrap
|
%bcond_with bootstrap
|
||||||
|
|
||||||
Name: maven-dependency-plugin
|
Name: maven-dependency-plugin
|
||||||
Version: 3.6.0
|
Version: 3.6.1
|
||||||
Release: 4%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Plugin to manipulate, copy and unpack local and remote artifacts
|
Summary: Plugin to manipulate, copy and unpack local and remote artifacts
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
URL: https://maven.apache.org/plugins/%{name}
|
URL: https://maven.apache.org/plugins/%{name}
|
||||||
@ -18,7 +18,6 @@ BuildRequires: javapackages-bootstrap
|
|||||||
%else
|
%else
|
||||||
BuildRequires: maven-local
|
BuildRequires: maven-local
|
||||||
BuildRequires: mvn(commons-collections:commons-collections)
|
BuildRequires: mvn(commons-collections:commons-collections)
|
||||||
BuildRequires: mvn(org.apache.commons:commons-lang3)
|
|
||||||
BuildRequires: mvn(org.apache.maven.plugin-tools:maven-plugin-annotations)
|
BuildRequires: mvn(org.apache.maven.plugin-tools:maven-plugin-annotations)
|
||||||
BuildRequires: mvn(org.apache.maven.plugins:maven-plugin-plugin)
|
BuildRequires: mvn(org.apache.maven.plugins:maven-plugin-plugin)
|
||||||
BuildRequires: mvn(org.apache.maven.plugins:maven-plugins:pom:)
|
BuildRequires: mvn(org.apache.maven.plugins:maven-plugins:pom:)
|
||||||
@ -96,6 +95,9 @@ sed -i '/doSpecialTest( "analyze-report" );/d' src/test/java/org/apache/maven/pl
|
|||||||
%doc LICENSE NOTICE
|
%doc LICENSE NOTICE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Feb 01 2024 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.6.1-1
|
||||||
|
- Update to upstream version 3.6.1
|
||||||
|
|
||||||
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.6.0-4
|
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.6.0-4
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (maven-dependency-plugin-3.6.0-source-release.zip) = b0ddd1bd9c1c90ac9836ef2b74a70326782895710f649333ab344f20217e363cd52ed93d209c3f284f2d1e1f12f21f3cc3374ea5e52092e61e9c68415d60bdeb
|
SHA512 (maven-dependency-plugin-3.6.1-source-release.zip) = 6bdbd4cf4ff355d4e087ee5a7eef24b8812963c4372a6ba5116c8ea8dfdc5291c34edc262fe19eb2fc97a8e77d60c91d9ec843512729b862609f28689f396bd9
|
||||||
|
Loading…
Reference in New Issue
Block a user