You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by bs...@apache.org on 2005/08/12 20:56:52 UTC

svn commit: r232354 - /geronimo/trunk/modules/derby/project.xml

Author: bsnyder
Date: Fri Aug 12 11:56:50 2005
New Revision: 232354

URL: http://svn.apache.org/viewcvs?rev=232354&view=rev
Log:
Updated the groupId for the Derby jars.

Modified:
    geronimo/trunk/modules/derby/project.xml

Modified: geronimo/trunk/modules/derby/project.xml
URL: http://svn.apache.org/viewcvs/geronimo/trunk/modules/derby/project.xml?rev=232354&r1=232353&r2=232354&view=diff
==============================================================================
--- geronimo/trunk/modules/derby/project.xml (original)
+++ geronimo/trunk/modules/derby/project.xml Fri Aug 12 11:56:50 2005
@@ -53,12 +53,12 @@
         </dependency>
 
         <dependency>
-            <groupId>incubator-derby</groupId>
+            <groupId>org.apache.derby</groupId>
             <artifactId>derby</artifactId>
             <version>${derby_version}</version>
         </dependency>
         <dependency>
-            <groupId>incubator-derby</groupId>
+            <groupId>org.apache.derby</groupId>
             <artifactId>derbynet</artifactId>
             <version>${derby_version}</version>
         </dependency>