[apache-commons-parent] Add buildnumber-maven-plugin to R/BR

Mikolaj Izdebski mizdebsk at fedoraproject.org
Mon Apr 15 06:45:16 UTC 2013


commit 79f3384ebb141b4f4d6304db902693ea8d203dc8
Author: Mikolaj Izdebski <mizdebsk at redhat.com>
Date:   Mon Apr 15 08:44:01 2013 +0200

    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 files changed, 6 insertions(+), 1 deletions(-)
---
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 at redhat.com> - 26-5
+- Add buildnumber-maven-plugin to R/BR
+
 * Wed Apr 10 2013 Mikolaj Izdebski <mizdebsk at redhat.com> - 26-4
 - Fix Requires and BuildRequires
 


More information about the scm-commits mailing list