djencks 2004/01/28 15:05:38
Modified: modules/kernel project.xml
Log:
clarify and use standard maven naming convention
Revision Changes Path
1.16 +3 -2 incubator-geronimo/modules/kernel/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/incubator-geronimo/modules/kernel/project.xml,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- project.xml 26 Jan 2004 06:50:46 -0000 1.15
+++ project.xml 28 Jan 2004 23:05:38 -0000 1.16
@@ -48,7 +48,8 @@
<!-- Thirdparty -->
<dependency>
- <id>cglib+full</id>
+ <groupId>cglib</groupId>
+ <artifactId>cglib-full</artifactId>
<version>2.0-RC2</version>
<url>http://cglib.sf.net/</url>
<properties>