update to version 3.2.1
This commit is contained in:
parent
19a7dab5a9
commit
99444c821b
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,3 +10,4 @@
|
||||
/maven-source-plugin-3.0.1-source-release.zip
|
||||
/maven-source-plugin-3.1.0-source-release.zip
|
||||
/maven-source-plugin-3.2.0-source-release.zip
|
||||
/maven-source-plugin-3.2.1-source-release.zip
|
||||
|
||||
@ -1,11 +1,11 @@
|
||||
Name: maven-source-plugin
|
||||
Summary: Plugin creating source JAR
|
||||
Version: 3.2.0
|
||||
Release: 2%{?dist}
|
||||
Version: 3.2.1
|
||||
Release: 1%{?dist}
|
||||
License: ASL 2.0
|
||||
|
||||
URL: http://maven.apache.org/plugins/maven-source-plugin/
|
||||
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
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
@ -21,6 +21,7 @@ BuildRequires: mvn(org.apache.maven.plugins:maven-plugins:pom:)
|
||||
BuildRequires: mvn(org.apache.maven.plugin-testing:maven-plugin-testing-harness)
|
||||
BuildRequires: mvn(org.apache.maven.plugin-tools:maven-plugin-annotations)
|
||||
BuildRequires: mvn(org.codehaus.plexus:plexus-archiver) >= 4.2.0
|
||||
BuildRequires: mvn(org.codehaus.plexus:plexus-utils) >= 3.3.0
|
||||
|
||||
%description
|
||||
The Maven Source Plugin creates a JAR archive of the
|
||||
@ -55,6 +56,9 @@ API documentation for %{name}.
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Mar 02 2020 Fabio Valentini <decathorpe@gmail.com> - 3.2.1-1
|
||||
- Update to version 3.2.1.
|
||||
|
||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (maven-source-plugin-3.2.0-source-release.zip) = 2321599d28affd25b2821a14182383a1a3a31bb33344fae395805d3173e9cdcfd2b1c09608e73a160f054f9086ad56f2b11f4fe56117fddb34356d1b8e935780
|
||||
SHA512 (maven-source-plugin-3.2.1-source-release.zip) = 4d7252839cc74dae8100a47adadbe6fc2c8f4d57e930fa695e4e6c75a8571b1246a63aa25de0cf2d73601e599faea2a31be43b1fe442e36d463702d885ccf8b7
|
||||
|
||||
Loading…
Reference in New Issue
Block a user