Update to 2.4.3

This commit is contained in:
pingou 2010-09-09 09:53:35 +02:00
parent b15faab059
commit ff2b5aa48a
3 changed files with 10 additions and 6 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
maven-resources-plugin-2.2.tar.gz
/maven-resources-plugin-2.4.3.tar.gz

View File

@ -1,13 +1,13 @@
Name: maven-resources-plugin
Version: 2.2
Release: 7%{?dist}
Version: 2.4.3
Release: 1%{?dist}
Summary: Maven Resources Plugin
Group: Development/Libraries
License: ASL 2.0
URL: http://maven.apache.org/plugins/maven-resources-plugin
#svn export http://svn.apache.org/repos/asf/maven/plugins/tags/maven-resources-plugin-2.2 maven-resources-plugin-2.2
#tar zcf maven-resources-plugin-2.2.tar.gz maven-resources-plugin-2.2/
#svn export http://svn.apache.org/repos/asf/maven/plugins/tags/maven-resources-plugin-2.4.3 maven-resources-plugin-2.4.3
#tar zcf maven-resources-plugin-2.4.3.tar.gz maven-resources-plugin-2.4.3/
Source0: %{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@ -107,6 +107,9 @@ rm -rf %{buildroot}
%{_javadocdir}/%{name}
%changelog
*Thu Sep 09 2010 Pierre-Yves Chibon <pingou@pingoured.fr> - 2.4.3-1
- Update to 2.4.3
* Fri May 21 2010 Hui Wang <huwang@redhat.com> - 2.2-6
- delete duplicate maven2-plugin-jar
- delete source1
@ -125,4 +128,4 @@ rm -rf %{buildroot}
- Fixed install -pm 644 pom.xml
* Thu May 13 2010 Hui Wang <huwang@redhat.com> - 2.2-1
- Initial version of the package
- Initial version of the package

View File

@ -1 +1 @@
71020dea0609aeee5bccdbe947832ad8 maven-resources-plugin-2.2.tar.gz
c0ab5e32bd8b70a0e3e55ce472f68e55 maven-resources-plugin-2.4.3.tar.gz