Update to upstream version 1.3.1

This commit is contained in:
Michal Srb 2014-06-09 14:06:46 +02:00
parent 165375492f
commit b3c0b2c355
3 changed files with 9 additions and 11 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
/exec-maven-plugin-1.2.1-source-release.zip
/LICENSE-2.0.txt
/exec-maven-plugin-1.3-source-release.zip
/exec-maven-plugin-1.3.1-source-release.zip

View File

@ -1,14 +1,11 @@
Name: exec-maven-plugin
Version: 1.3
Release: 3%{?dist}
Version: 1.3.1
Release: 1%{?dist}
Summary: Exec Maven Plugin
# The license is ASL 2.0, see: http://jira.codehaus.org/browse/MEXEC-134
License: ASL 2.0
URL: http://mojo.codehaus.org/exec-maven-plugin
Source0: http://repo1.maven.org/maven2/org/codehaus/mojo/exec-maven-plugin/%{version}/exec-maven-plugin-%{version}-source-release.zip
# This can be removed if version > 1.3
Source1: http://www.apache.org/licenses/LICENSE-2.0.txt
BuildArch: noarch
BuildRequires: maven-local
@ -44,8 +41,6 @@ API documentation for %{name}.
sed -i 's/\r$//' LICENSE.txt
find . -name *.jar -delete
cp -p %{SOURCE1} .
%pom_remove_plugin :animal-sniffer-maven-plugin
%build
@ -56,13 +51,16 @@ cp -p %{SOURCE1} .
%mvn_install
%files -f .mfiles
%doc LICENSE-2.0.txt
%doc LICENSE.txt
%dir %{_javadir}/%{name}
%files javadoc -f .mfiles-javadoc
%doc LICENSE-2.0.txt
%doc LICENSE.txt
%changelog
* Mon Jun 09 2014 Michal Srb <msrb@redhat.com> - 1.3.1-1
- Update to upstream version 1.3.1
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild

View File

@ -1,2 +1 @@
e8ae0beb6db703c8fa3413d9c4d9f890 exec-maven-plugin-1.3-source-release.zip
3b83ef96387f14655fc854ddc3c6bd57 LICENSE-2.0.txt
85cd5b55c70bbb9947f2fb8b8734cdb8 exec-maven-plugin-1.3.1-source-release.zip