Update to upstream version 3.1.0
This commit is contained in:
parent
2b180cbc0a
commit
35932983b5
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@ maven-jar-plugin-2.4-source-release.zip
|
||||
/maven-jar-plugin-3.0.0-source-release.zip
|
||||
/maven-jar-plugin-3.0.1-source-release.zip
|
||||
/maven-jar-plugin-3.0.2-source-release.zip
|
||||
/maven-jar-plugin-3.1.0-source-release.zip
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Name: maven-jar-plugin
|
||||
Version: 3.0.2
|
||||
Release: 5%{?dist}
|
||||
Version: 3.1.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Maven JAR Plugin
|
||||
|
||||
License: ASL 2.0
|
||||
@ -14,8 +14,8 @@ BuildRequires: mvn(org.apache.maven:maven-archiver)
|
||||
BuildRequires: mvn(org.apache.maven:maven-artifact)
|
||||
BuildRequires: mvn(org.apache.maven:maven-core)
|
||||
BuildRequires: mvn(org.apache.maven:maven-plugin-api)
|
||||
BuildRequires: mvn(org.apache.maven.plugins:maven-plugins:pom:)
|
||||
BuildRequires: mvn(org.apache.maven.plugins:maven-plugin-plugin)
|
||||
BuildRequires: mvn(org.apache.maven.plugins:maven-plugins:pom:)
|
||||
BuildRequires: mvn(org.apache.maven.plugin-tools:maven-plugin-annotations)
|
||||
BuildRequires: mvn(org.codehaus.plexus:plexus-archiver)
|
||||
BuildRequires: mvn(org.codehaus.plexus:plexus-utils)
|
||||
@ -49,6 +49,9 @@ API documentation for %{name}.
|
||||
%doc LICENSE NOTICE
|
||||
|
||||
%changelog
|
||||
* Tue Apr 10 2018 Michael Simacek <msimacek@redhat.com> - 3.1.0-1
|
||||
- Update to upstream version 3.1.0
|
||||
|
||||
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.2-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user