Update to upstream version 3.1.0
This commit is contained in:
parent
3d5f533ab0
commit
cd8df2b520
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@ maven-source-plugin-2.1.2.tar.xz
|
||||
/maven-source-plugin-2.4-source-release.zip
|
||||
/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
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Name: maven-source-plugin
|
||||
Version: 3.0.1
|
||||
Release: 5%{?dist}
|
||||
Version: 3.1.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Plugin creating source JAR
|
||||
License: ASL 2.0
|
||||
URL: http://maven.apache.org/plugins/maven-source-plugin/
|
||||
@ -11,7 +11,6 @@ Source0: http://repo1.maven.org/maven2/org/apache/maven/plugins/%{name}/%
|
||||
BuildRequires: maven-local
|
||||
BuildRequires: mvn(junit:junit)
|
||||
BuildRequires: mvn(org.apache.maven:maven-archiver)
|
||||
BuildRequires: mvn(org.apache.maven:maven-artifact)
|
||||
BuildRequires: mvn(org.apache.maven:maven-compat)
|
||||
BuildRequires: mvn(org.apache.maven:maven-core)
|
||||
BuildRequires: mvn(org.apache.maven:maven-model)
|
||||
@ -20,7 +19,6 @@ 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-utils)
|
||||
|
||||
%description
|
||||
The Maven Source Plugin creates a JAR archive of the
|
||||
@ -49,6 +47,9 @@ API documentation for %{name}.
|
||||
%license LICENSE NOTICE
|
||||
|
||||
%changelog
|
||||
* Fri May 31 2019 Marian Koncek <mkoncek@redhat.com> - 3.1.0-1
|
||||
- Update to upstrem version 3.1.0
|
||||
|
||||
* Fri May 24 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.1-5
|
||||
- Mass rebuild for javapackages-tools 201901
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (maven-source-plugin-3.0.1-source-release.zip) = 867fdf4dfdce6852b627216eec66149d46540ca9b488f120cc736618e81b56f33fedb0f2b3c8098be50f7a268f710905acfe350bedcf3df5f263d964d1c1f017
|
||||
SHA512 (maven-source-plugin-3.1.0-source-release.zip) = 9714d8e44c0e1e298190cf280694608502b3110c4077742189edc72136e733a025727092363774e51b9329df9fdd7b098795da2d3c1735c3bf926fce8d7b774b
|
||||
|
||||
Loading…
Reference in New Issue
Block a user