Update to upstream version 3.0.2
This commit is contained in:
parent
161a6dcd41
commit
7a751cba9f
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@ maven-jar-plugin-2.4-source-release.zip
|
||||
/maven-jar-plugin-2.6-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
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
Name: maven-jar-plugin
|
||||
Version: 3.0.1
|
||||
Version: 3.0.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Maven JAR Plugin
|
||||
|
||||
@ -14,10 +14,10 @@ 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:maven-project)
|
||||
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)
|
||||
|
||||
%description
|
||||
Builds a Java Archive (JAR) file from the compiled
|
||||
@ -48,6 +48,9 @@ API documentation for %{name}.
|
||||
%doc LICENSE NOTICE
|
||||
|
||||
%changelog
|
||||
* Thu Jun 23 2016 Michael Simacek <msimacek@redhat.com> - 3.0.2-1
|
||||
- Update to upstream version 3.0.2
|
||||
|
||||
* Mon Jun 13 2016 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.1-1
|
||||
- Update to upstream version 3.0.1
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user