From ed2cd6adb428051cb84fe71bcbaab19ab9bf6380 Mon Sep 17 00:00:00 2001 From: Juan Hernandez Date: Mar 12 2012 19:36:34 +0000 Subject: Added maven-anno-plugin to the runtime requirements --- diff --git a/maven-jaxb2-plugin.spec b/maven-jaxb2-plugin.spec index cf88dae..372cc46 100644 --- a/maven-jaxb2-plugin.spec +++ b/maven-jaxb2-plugin.spec @@ -1,6 +1,6 @@ Name: maven-jaxb2-plugin Version: 0.8.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Provides the capability to generate java sources from schemas Group: Development/Libraries License: BSD and ASL 2.0 @@ -44,6 +44,7 @@ Requires: java Requires: maven Requires: jpackage-utils Requires: xml-commons-resolver +Requires: maven-anno-plugin %description @@ -108,6 +109,9 @@ cp -pr target/site/apidocs/* %{buildroot}%{_javadocdir}/%{name}/. %changelog +* Mon Mar 12 2012 Juan Hernandez 0.8.1-5 +- Added maven-anno-plugin to the runtime requirements + * Mon Mar 12 2012 Juan Hernandez 0.8.1-4 - Fixed the license header as some files use ASL 2.0 - Changed the URL to a more reliable one