rebase to upstream version 3.3.1
remove newly added org.codehaus.plexus:plexus-xml dependency, as it is not provided in Fedora and at the same time not used in this project.
This commit is contained in:
parent
5f82a59e7b
commit
3af31e3cdb
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@ maven-clean-plugin-2.5-source-release.zip
|
||||
/maven-clean-plugin-3.0.0-source-release.zip
|
||||
/maven-clean-plugin-3.1.0-source-release.zip
|
||||
/maven-clean-plugin-3.2.0-source-release.zip
|
||||
/maven-clean-plugin-3.3.1-source-release.zip
|
||||
|
||||
@ -1,13 +1,13 @@
|
||||
Name: maven-clean-plugin
|
||||
Version: 3.2.0
|
||||
Release: 4%{?dist}
|
||||
Version: 3.3.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Maven Clean Plugin
|
||||
License: Apache-2.0
|
||||
URL: http://maven.apache.org/plugins/maven-clean-plugin/
|
||||
BuildArch: noarch
|
||||
ExclusiveArch: %{java_arches} noarch
|
||||
|
||||
Source0: http://repo1.maven.org/maven2/org/apache/maven/plugins/%{name}/%{version}/%{name}-%{version}-source-release.zip
|
||||
Source0: https://repo1.maven.org/maven2/org/apache/maven/plugins/%{name}/%{version}/%{name}-%{version}-source-release.zip
|
||||
|
||||
BuildRequires: maven-local
|
||||
BuildRequires: mvn(junit:junit)
|
||||
@ -35,6 +35,8 @@ This package provides %{summary}.
|
||||
# junit dependency was removed in Plexus 1.6
|
||||
%pom_add_dep junit:junit::test
|
||||
|
||||
%pom_remove_dep org.codehaus.plexus:plexus-xml
|
||||
|
||||
%build
|
||||
%mvn_build
|
||||
|
||||
@ -48,6 +50,10 @@ This package provides %{summary}.
|
||||
%doc LICENSE NOTICE
|
||||
|
||||
%changelog
|
||||
* Tue Jun 20 2023 Zuzana Miklankova <zmiklank@redhat.com> - 3.3.1-1
|
||||
- Update to upstream version 3.3.1
|
||||
- Remove not yet needed dependency plexus-xml
|
||||
|
||||
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.0-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (maven-clean-plugin-3.2.0-source-release.zip) = c0b28aa05009948f9dc65cb3e55e332c1c000f88e2f81de848611ac9f0d4b446a4c4afc6f86961a07d0f40d9862fb294c608a6aa12be316dc457ff76b80d0cf9
|
||||
SHA512 (maven-clean-plugin-3.3.1-source-release.zip) = a195d19de931800d243aed24fa4eb86ac0961ed0a487ff88e513bccb183176b4dd401f870ad970f630ed72a86b5826b8b0e0bd50afecbae5ba7fb2d65a0eb9af
|
||||
|
||||
Loading…
Reference in New Issue
Block a user