You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ev...@apache.org on 2005/10/15 22:06:58 UTC

svn commit: r321480 - in /maven/continuum/trunk: continuum-core-it/pom.xml continuum-core/pom.xml continuum-plexus-application/pom.xml pom.xml

Author: evenisse
Date: Sat Oct 15 13:06:55 2005
New Revision: 321480

URL: http://svn.apache.org/viewcvs?rev=321480&view=rev
Log:
Update derby to a non incubator version

Modified:
    maven/continuum/trunk/continuum-core-it/pom.xml
    maven/continuum/trunk/continuum-core/pom.xml
    maven/continuum/trunk/continuum-plexus-application/pom.xml
    maven/continuum/trunk/pom.xml

Modified: maven/continuum/trunk/continuum-core-it/pom.xml
URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-core-it/pom.xml?rev=321480&r1=321479&r2=321480&view=diff
==============================================================================
--- maven/continuum/trunk/continuum-core-it/pom.xml (original)
+++ maven/continuum/trunk/continuum-core-it/pom.xml Sat Oct 15 13:06:55 2005
@@ -19,7 +19,7 @@
       <artifactId>continuum-xmlrpc</artifactId>
     </dependency>
     <dependency>
-      <groupId>incubator-derby</groupId>
+      <groupId>org.apache.derby</groupId>
       <artifactId>derby</artifactId>
     </dependency>
     <dependency>

Modified: maven/continuum/trunk/continuum-core/pom.xml
URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-core/pom.xml?rev=321480&r1=321479&r2=321480&view=diff
==============================================================================
--- maven/continuum/trunk/continuum-core/pom.xml (original)
+++ maven/continuum/trunk/continuum-core/pom.xml Sat Oct 15 13:06:55 2005
@@ -29,7 +29,7 @@
       <artifactId>jpox</artifactId>
     </dependency>
     <dependency>
-      <groupId>incubator-derby</groupId>
+      <groupId>org.apache.derby</groupId>
       <artifactId>derby</artifactId>
       <scope>test</scope>
     </dependency>

Modified: maven/continuum/trunk/continuum-plexus-application/pom.xml
URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-plexus-application/pom.xml?rev=321480&r1=321479&r2=321480&view=diff
==============================================================================
--- maven/continuum/trunk/continuum-plexus-application/pom.xml (original)
+++ maven/continuum/trunk/continuum-plexus-application/pom.xml Sat Oct 15 13:06:55 2005
@@ -138,7 +138,7 @@
       <scope>runtime</scope>
     </dependency>
     <dependency>
-      <groupId>incubator-derby</groupId>
+      <groupId>org.apache.derby</groupId>
       <artifactId>derby</artifactId>
       <scope>runtime</scope>
     </dependency>

Modified: maven/continuum/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/pom.xml?rev=321480&r1=321479&r2=321480&view=diff
==============================================================================
--- maven/continuum/trunk/pom.xml (original)
+++ maven/continuum/trunk/pom.xml Sat Oct 15 13:06:55 2005
@@ -355,9 +355,9 @@
         <version>1.0-alpha-5-SNAPSHOT</version>
       </dependency>
       <dependency>
-        <groupId>incubator-derby</groupId>
+        <groupId>org.apache.derby</groupId>
         <artifactId>derby</artifactId>
-        <version>10.0.2.1</version>
+        <version>10.1.1.0</version>
       </dependency>
       <dependency>
         <groupId>hsqldb</groupId>