You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by dw...@apache.org on 2010/07/21 21:55:59 UTC

svn commit: r966391 - /openjpa/branches/2.0.x/pom.xml

Author: dwoods
Date: Wed Jul 21 19:55:59 2010
New Revision: 966391

URL: http://svn.apache.org/viewvc?rev=966391&view=rev
Log:
OPENJPA-1637 Upgrade to latest Geronimo Specs for JPA2 and Bean Validation which fixes some OSGi metadata and service registry for Apache Aries.

Modified:
    openjpa/branches/2.0.x/pom.xml

Modified: openjpa/branches/2.0.x/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/branches/2.0.x/pom.xml?rev=966391&r1=966390&r2=966391&view=diff
==============================================================================
--- openjpa/branches/2.0.x/pom.xml (original)
+++ openjpa/branches/2.0.x/pom.xml Wed Jul 21 19:55:59 2010
@@ -728,7 +728,7 @@
             <dependency>
                 <groupId>org.apache.geronimo.specs</groupId>
                 <artifactId>geronimo-jpa_2.0_spec</artifactId>
-                <version>1.0</version>
+                <version>1.1</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.geronimo.specs</groupId>
@@ -743,7 +743,7 @@
             <dependency>
                 <groupId>org.apache.geronimo.specs</groupId>
                 <artifactId>geronimo-validation_1.0_spec</artifactId>
-                <version>1.0</version>
+                <version>1.1</version>
             </dependency>            
             <dependency>
                 <groupId>org.apache.derby</groupId>