You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by mp...@apache.org on 2007/02/13 09:09:19 UTC

svn commit: r506898 - in /incubator/openjpa/trunk: openjpa-persistence/pom.xml openjpa-project/LICENSE.txt

Author: mprudhom
Date: Tue Feb 13 00:09:18 2007
New Revision: 506898

URL: http://svn.apache.org/viewvc?view=rev&rev=506898
Log:
Changed JPA API dependency from javax.persistence/persistence-api to org.apache.geronimo.specs/geronimo-jpa_3.0_spec since the latter is a more correct reflection of the specification.

Modified:
    incubator/openjpa/trunk/openjpa-persistence/pom.xml
    incubator/openjpa/trunk/openjpa-project/LICENSE.txt

Modified: incubator/openjpa/trunk/openjpa-persistence/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openjpa/trunk/openjpa-persistence/pom.xml?view=diff&rev=506898&r1=506897&r2=506898
==============================================================================
--- incubator/openjpa/trunk/openjpa-persistence/pom.xml (original)
+++ incubator/openjpa/trunk/openjpa-persistence/pom.xml Tue Feb 13 00:09:18 2007
@@ -37,8 +37,8 @@
             <scope>compile</scope>
         </dependency>
         <dependency>
-            <groupId>javax.persistence</groupId>
-            <artifactId>persistence-api</artifactId>
+            <groupId>org.apache.geronimo.specs</groupId>
+            <artifactId>geronimo-jpa_3.0_spec</artifactId>
             <version>1.0</version>
             <scope>compile</scope>
         </dependency>

Modified: incubator/openjpa/trunk/openjpa-project/LICENSE.txt
URL: http://svn.apache.org/viewvc/incubator/openjpa/trunk/openjpa-project/LICENSE.txt?view=diff&rev=506898&r1=506897&r2=506898
==============================================================================
--- incubator/openjpa/trunk/openjpa-project/LICENSE.txt (original)
+++ incubator/openjpa/trunk/openjpa-project/LICENSE.txt Tue Feb 13 00:09:18 2007
@@ -215,7 +215,6 @@
 The exceptions are as follows:
 
 ===========================
-  persistence-api-1.0.jar
   orm-xsd.rsrc - included in the openjpa jar, taken from:
     http://java.sun.com/xml/ns/persistence/orm_1_0.xsd)
   persistence-xsd.rsrc - included in the openjpa jar, taken from: