update to version 3.2.0
This commit is contained in:
parent
974fe7aa86
commit
29c51266c0
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,3 +9,4 @@
|
||||
/maven-source-plugin-3.0.0-source-release.zip
|
||||
/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
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
Name: maven-source-plugin
|
||||
Summary: Plugin creating source JAR
|
||||
Version: 3.1.0
|
||||
Release: 2%{?dist}
|
||||
Version: 3.2.0
|
||||
Release: 1%{?dist}
|
||||
License: ASL 2.0
|
||||
|
||||
URL: http://maven.apache.org/plugins/maven-source-plugin/
|
||||
@ -11,7 +11,7 @@ BuildArch: noarch
|
||||
|
||||
BuildRequires: maven-local
|
||||
BuildRequires: mvn(junit:junit)
|
||||
BuildRequires: mvn(org.apache.maven:maven-archiver)
|
||||
BuildRequires: mvn(org.apache.maven:maven-archiver) >= 3.5.0
|
||||
BuildRequires: mvn(org.apache.maven:maven-compat)
|
||||
BuildRequires: mvn(org.apache.maven:maven-core)
|
||||
BuildRequires: mvn(org.apache.maven:maven-model)
|
||||
@ -20,7 +20,7 @@ BuildRequires: mvn(org.apache.maven.plugins:maven-plugin-plugin)
|
||||
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)
|
||||
BuildRequires: mvn(org.codehaus.plexus:plexus-archiver) >= 4.2.0
|
||||
|
||||
%description
|
||||
The Maven Source Plugin creates a JAR archive of the
|
||||
@ -55,6 +55,9 @@ API documentation for %{name}.
|
||||
|
||||
|
||||
%changelog
|
||||
* Sun Nov 03 2019 Fabio Valentini <decathorpe@gmail.com> - 3.2.0-1
|
||||
- Update to version 3.2.0.
|
||||
|
||||
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (maven-source-plugin-3.1.0-source-release.zip) = 9714d8e44c0e1e298190cf280694608502b3110c4077742189edc72136e733a025727092363774e51b9329df9fdd7b098795da2d3c1735c3bf926fce8d7b774b
|
||||
SHA512 (maven-source-plugin-3.2.0-source-release.zip) = 2321599d28affd25b2821a14182383a1a3a31bb33344fae395805d3173e9cdcfd2b1c09608e73a160f054f9086ad56f2b11f4fe56117fddb34356d1b8e935780
|
||||
|
||||
Loading…
Reference in New Issue
Block a user