From b32264d2d4a9edbc62f412591535eaa0b373321a Mon Sep 17 00:00:00 2001 From: Stanislav Ochotnicky Date: Jul 26 2012 16:20:44 +0000 Subject: Make sure we generate 1.5 version bytecode This simplifies work with child projects that can use generics --- diff --git a/apache-parent.spec b/apache-parent.spec index 1a12dc9..79cdcbc 100644 --- a/apache-parent.spec +++ b/apache-parent.spec @@ -1,6 +1,6 @@ Name: apache-parent Version: 10 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Parent pom file for Apache projects Group: Development/Libraries License: ASL 2.0 @@ -16,6 +16,12 @@ This package contains the parent pom file for apache projects. %prep +%setup -n %{name}-%{version} -Tc + +# This simplifies work with child projects that can use generics +cp %{SOURCE0} . +sed -i 's:1.4:1.5:' pom.xml +sed -i 's:1.4:1.5:' pom.xml %build @@ -33,6 +39,9 @@ install -pm 644 %{SOURCE0} \ %{_mavendepmapfragdir}/%{name} %changelog +* Thu Jul 26 2012 Stanislav Ochotnicky - 10-5 +- Make sure we generate 1.5 version bytecode + * Wed Jul 18 2012 Fedora Release Engineering - 10-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild