You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jl...@apache.org on 2010/05/05 09:55:30 UTC

svn commit: r941189 - /openejb/trunk/openejb3/pom.xml

Author: jlmonteiro
Date: Wed May  5 07:55:29 2010
New Revision: 941189

URL: http://svn.apache.org/viewvc?rev=941189&view=rev
Log:
OPENEJB-1236: Provide JPA 2.0 support in addition to JPA 1.0
--> reverting to OpenJPA 1.x will investigating to some issues with OpenJPA 2.0 (UnenhancedTest and EntityManagerPropagationTest)

Modified:
    openejb/trunk/openejb3/pom.xml

Modified: openejb/trunk/openejb3/pom.xml
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb3/pom.xml?rev=941189&r1=941188&r2=941189&view=diff
==============================================================================
--- openejb/trunk/openejb3/pom.xml (original)
+++ openejb/trunk/openejb3/pom.xml Wed May  5 07:55:29 2010
@@ -748,7 +748,7 @@
       <dependency>
         <groupId>org.apache.openjpa</groupId>
         <artifactId>openjpa</artifactId>
-        <version>2.0.0</version>
+        <version>1.2.1</version>
         <exclusions>
           <exclusion>
             <groupId>org.apache.openjpa</groupId>