diff --git a/.gitignore b/.gitignore index dab1380..ee49289 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /oss-parent-10.tar.gz /oss-parent-11.tar.gz /oss-parent-16.tar.gz +/18e.tar.gz diff --git a/fasterxml-oss-parent.spec b/fasterxml-oss-parent.spec index eb20a87..f33bfc9 100644 --- a/fasterxml-oss-parent.spec +++ b/fasterxml-oss-parent.spec @@ -1,12 +1,12 @@ %global oname oss-parent Name: fasterxml-oss-parent -Version: 16 -Release: 2%{?dist} +Version: 18e +Release: 1%{?dist} Summary: FasterXML parent pom # pom file licenses ASL 2.0 and LGPL 2.1 License: ASL 2.0 and LGPLv2+ URL: http://fasterxml.com/ -Source0: https://github.com/FasterXML/oss-parent/archive/oss-parent-%{version}.tar.gz +Source0: https://github.com/FasterXML/oss-parent/archive/%{version}.tar.gz BuildRequires: maven-local BuildRequires: maven-enforcer-plugin @@ -27,7 +27,7 @@ and extension. This package contains the parent pom file for FasterXML.com projects. %prep -%setup -q -n %{oname}-%{oname}-%{version} +%setup -q -n %{oname}-%{version} %pom_remove_plugin org.sonatype.plugins:nexus-maven-plugin %pom_remove_plugin org.codehaus.mojo:jdepend-maven-plugin @@ -49,9 +49,13 @@ This package contains the parent pom file for FasterXML.com projects. %mvn_install %files -f .mfiles -%doc LICENSE NOTICE README.creole +%doc README.creole +%license LICENSE NOTICE %changelog +* Sat Jan 31 2015 gil cattaneo 18e-1 +- update to 18e + * Wed Jul 02 2014 gil cattaneo 16-2 - remove com.google.code.maven-replacer-plugin:replacer references diff --git a/sources b/sources index d8dfbe2..2d1d4dd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4b9053f1f70b79376418db1dbfbd32ea oss-parent-16.tar.gz +4dea40080bb9726e28a93a21817cc204 18e.tar.gz