[proxool] Fix cglib groupId in POM to match Fedora's cglib

Andy Grimm arg at fedoraproject.org
Wed Mar 14 18:26:18 UTC 2012


commit 5b265bee4173fe291b30df926f00cac71f9e51d1
Author: Andy Grimm <agrimm at gmail.com>
Date:   Wed Mar 14 14:25:00 2012 -0400

    Fix cglib groupId in POM to match Fedora's cglib

 proxool.pom  |    2 +-
 proxool.spec |    5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/proxool.pom b/proxool.pom
index 6e6b119..41a86b2 100644
--- a/proxool.pom
+++ b/proxool.pom
@@ -6,7 +6,7 @@
   <description>Proxool database connection pooling library</description>
   <dependencies>
     <dependency>
-      <groupId>cglib</groupId>
+      <groupId>net.sf.cglib</groupId>
       <artifactId>cglib</artifactId>
       <version>2.1.3</version>
     </dependency>
diff --git a/proxool.spec b/proxool.spec
index 16095b9..ed54e95 100644
--- a/proxool.spec
+++ b/proxool.spec
@@ -3,7 +3,7 @@
 Summary: Java connection pool library
 Name:    proxool
 Version: 0.9.1
-Release: 6%{?dist}
+Release: 7%{?dist}
 Epoch: 0
 License: ASL 2.0
 URL: http://proxool.sourceforge.net/
@@ -91,6 +91,9 @@ install -m 0644 %{S:1} $RPM_BUILD_ROOT/%{_mavenpomdir}/JPP-%{name}.pom
 %doc %{_javadocdir}/%{name}
 
 %changelog
+* Wed Mar 14 2012 Andy Grimm <agrimm at gmail.com> - 0:0.9.1-7
+- Fix cglib groupId in POM to match Fedora's cglib
+
 * Sat Jan 14 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0:0.9.1-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 


More information about the scm-commits mailing list