From 54c97c8217f6ae5698080ded266ed50413cf8c7f Mon Sep 17 00:00:00 2001
From: Mikolaj Izdebski <mizdebsk@redhat.com>
Date: Mon, 15 Apr 2013 08:44:01 +0200
Subject: [PATCH] Add buildnumber-maven-plugin to R/BR

buildnumber-maven-plugin is in a separate profile, but this profile is
usually activated in ofspring projects.
---
 apache-commons-parent.spec | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/apache-commons-parent.spec b/apache-commons-parent.spec
index 6a3515d..8bbaad6 100644
--- a/apache-commons-parent.spec
+++ b/apache-commons-parent.spec
@@ -3,7 +3,7 @@
 
 Name:             apache-%{short_name}
 Version:          26
-Release:          4%{?dist}
+Release:          5%{?dist}
 Summary:          Apache Commons Parent Pom
 Group:            Development/Libraries
 License:          ASL 2.0
@@ -27,6 +27,7 @@ BuildRequires:    mvn(org.apache.maven.plugins:maven-compiler-plugin)
 BuildRequires:    mvn(org.apache.maven.plugins:maven-jar-plugin)
 BuildRequires:    mvn(org.apache.maven.plugins:maven-surefire-plugin)
 BuildRequires:    mvn(org.apache.rat:apache-rat-plugin)
+BuildRequires:    mvn(org.codehaus.mojo:buildnumber-maven-plugin)
 
 Requires:         mvn(org.apache:apache)
 Requires:         mvn(org.apache.felix:maven-bundle-plugin)
@@ -35,6 +36,7 @@ Requires:         mvn(org.apache.maven.plugins:maven-compiler-plugin)
 Requires:         mvn(org.apache.maven.plugins:maven-jar-plugin)
 Requires:         mvn(org.apache.maven.plugins:maven-surefire-plugin)
 Requires:         mvn(org.apache.rat:apache-rat-plugin)
+Requires:         mvn(org.codehaus.mojo:buildnumber-maven-plugin)
 
 
 %description
@@ -60,6 +62,9 @@ install -pm 644 pom.xml %{buildroot}%{_mavenpomdir}/JPP-%{short_name}.pom
 %{_mavendepmapfragdir}/*
 
 %changelog
+* Mon Apr 15 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 26-5
+- Add buildnumber-maven-plugin to R/BR
+
 * Wed Apr 10 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 26-4
 - Fix Requires and BuildRequires