Update to upstream version 2.9
This commit is contained in:
parent
20d696fc6c
commit
8a4f638c03
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@ maven-dependency-plugin-2.2.tar.xz
|
||||
/maven-dependency-plugin-2.6-source-release.zip
|
||||
/maven-dependency-plugin-2.7-source-release.zip
|
||||
/maven-dependency-plugin-2.8-source-release.zip
|
||||
/maven-dependency-plugin-2.9-source-release.zip
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: maven-dependency-plugin
|
||||
Version: 2.8
|
||||
Release: 4%{?dist}
|
||||
Version: 2.9
|
||||
Release: 1%{?dist}
|
||||
Summary: Plugin to manipulate, copy and unpack local and remote artifacts
|
||||
|
||||
Group: Development/Libraries
|
||||
@ -71,11 +71,6 @@ Summary: API documentation for %{name}
|
||||
%patch2 -p1
|
||||
%patch3 -p1
|
||||
|
||||
sed -i \
|
||||
's:org.codehaus.classworlds.ClassRealm:org.codehaus.plexus.classworlds.realm.ClassRealm:' \
|
||||
src/test/java/org/apache/maven/plugin/dependency/its/AbstractDependencyPluginITCase.java
|
||||
|
||||
|
||||
%build
|
||||
# Tests fail to compile because they use unsupported legacy API.
|
||||
%mvn_build -f
|
||||
@ -91,6 +86,9 @@ sed -i \
|
||||
%doc LICENSE NOTICE
|
||||
|
||||
%changelog
|
||||
* Mon Sep 22 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.9-1
|
||||
- Update to upstream version 2.9
|
||||
|
||||
* Wed Jun 11 2014 Alexander Kurtakov <akurtako@redhat.com> 2.8-4
|
||||
- Fix building by dropping useless BRs.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user