Update to upstream version 2.5
This commit is contained in:
parent
516fffdd4d
commit
bcc909a705
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@ maven-jar-plugin-2.3.tar.xz
|
||||
maven-jar-plugin-2.3.1-source-release.zip
|
||||
/maven-jar-plugin-2.3.2-source-release.zip
|
||||
maven-jar-plugin-2.4-source-release.zip
|
||||
/maven-jar-plugin-2.5-source-release.zip
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Name: maven-jar-plugin
|
||||
Version: 2.4
|
||||
Release: 10%{?dist}
|
||||
Version: 2.5
|
||||
Release: 1%{?dist}
|
||||
Summary: Maven JAR Plugin
|
||||
|
||||
License: ASL 2.0
|
||||
@ -10,16 +10,14 @@ Source0: http://repo2.maven.org/maven2/org/apache/maven/plugins/%{name}/%
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: maven-local
|
||||
BuildRequires: mvn(commons-lang:commons-lang)
|
||||
BuildRequires: mvn(junit:junit)
|
||||
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)
|
||||
BuildRequires: mvn(org.apache.maven.plugin-testing:maven-plugin-testing-harness)
|
||||
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)
|
||||
|
||||
Provides: maven2-plugin-jar = %{version}-%{release}
|
||||
Obsoletes: maven2-plugin-jar <= 0:2.0.8
|
||||
@ -53,6 +51,9 @@ API documentation for %{name}.
|
||||
%doc LICENSE NOTICE
|
||||
|
||||
%changelog
|
||||
* Mon Jun 30 2014 Michal Srb <msrb@redhat.com> - 2.5-1
|
||||
- Update to upstream version 2.5
|
||||
|
||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4-10
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user