[schlichtherle-oss-parent] Fix findbugs annotations dependency groupId

Gerard Ryan galileo at fedoraproject.org
Wed Oct 16 18:57:30 UTC 2013


commit d1f54e9b0b3ffea3082bc81af54577d1f57e5193
Author: Gerard Ryan <gerard at ryan.lt>
Date:   Wed Oct 16 19:57:09 2013 +0100

    Fix findbugs annotations dependency groupId

 schlichtherle-oss-parent.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/schlichtherle-oss-parent.spec b/schlichtherle-oss-parent.spec
index e17d271..a0f967c 100644
--- a/schlichtherle-oss-parent.spec
+++ b/schlichtherle-oss-parent.spec
@@ -1,6 +1,6 @@
 Name:		schlichtherle-oss-parent
 Version:	21
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	Parent Pom for OSS Projects
 
 License:	ASL 2.0
@@ -21,6 +21,9 @@ Source Software (OSS) projects, such as truezip.
 %prep
 cp %{SOURCE0} pom.xml
 
+%pom_remove_dep com.google.code.findbugs:annotations
+%pom_add_dep net.sourceforge.findbugs:annotations
+
 %build
 %mvn_build
 
@@ -30,6 +33,9 @@ cp %{SOURCE0} pom.xml
 %files -f .mfiles
 
 %changelog
+* Wed Oct 16 2013 Gerard Ryan <galileo at fedoraproject.org> - 21-2
+- Fix findbugs annotations dependency groupId
+
 * Tue Oct 15 2013 Gerard Ryan <galileo at fedoraproject.org> - 21-1
 - Update to version 21
 - Remove unnecessary patch


More information about the scm-commits mailing list