You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jdo-commits@db.apache.org by mb...@apache.org on 2011/02/04 22:52:17 UTC

svn commit: r1067297 - in /db/jdo/trunk: api/pom.xml api/project.xml pom.xml

Author: mbo
Date: Fri Feb  4 21:52:16 2011
New Revision: 1067297

URL: http://svn.apache.org/viewvc?rev=1067297&view=rev
Log:
JDO-673: change the JPA dependency to geronimo-jpa_2.0_spec

Modified:
    db/jdo/trunk/api/pom.xml
    db/jdo/trunk/api/project.xml
    db/jdo/trunk/pom.xml

Modified: db/jdo/trunk/api/pom.xml
URL: http://svn.apache.org/viewvc/db/jdo/trunk/api/pom.xml?rev=1067297&r1=1067296&r2=1067297&view=diff
==============================================================================
--- db/jdo/trunk/api/pom.xml (original)
+++ db/jdo/trunk/api/pom.xml Fri Feb  4 21:52:16 2011
@@ -145,7 +145,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.geronimo.specs</groupId>
-      <artifactId>geronimo-jpa_3.0_spec</artifactId>
+      <artifactId>geronimo-jpa_2.0_spec</artifactId>
       <scope>provided</scope>
       <optional>true</optional>
     </dependency>

Modified: db/jdo/trunk/api/project.xml
URL: http://svn.apache.org/viewvc/db/jdo/trunk/api/project.xml?rev=1067297&r1=1067296&r2=1067297&view=diff
==============================================================================
--- db/jdo/trunk/api/project.xml (original)
+++ db/jdo/trunk/api/project.xml Fri Feb  4 21:52:16 2011
@@ -59,7 +59,7 @@ Request 243 under the auspices of the Ja
         </dependency>
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
-            <artifactId>geronimo-jpa_3.0_spec</artifactId>
+            <artifactId>geronimo-jpa_2.0_spec</artifactId>
             <version>1.0</version>
             <properties>
                 <optional>true</optional>

Modified: db/jdo/trunk/pom.xml
URL: http://svn.apache.org/viewvc/db/jdo/trunk/pom.xml?rev=1067297&r1=1067296&r2=1067297&view=diff
==============================================================================
--- db/jdo/trunk/pom.xml (original)
+++ db/jdo/trunk/pom.xml Fri Feb  4 21:52:16 2011
@@ -61,11 +61,6 @@ Requests (JSR 12 and 243) under the ausp
         <version>1.0</version>
       </dependency>
       <dependency>
-        <groupId>org.apache.geronimo.specs</groupId>
-        <artifactId>geronimo-jpa_3.0_spec</artifactId>
-        <version>1.0</version>
-      </dependency>
-      <dependency>
         <groupId>org.apache.derby</groupId>
         <artifactId>derby</artifactId>
         <version>10.6.1.0</version>