You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ge...@apache.org on 2011/01/28 13:55:13 UTC

svn commit: r1064649 - /servicemix/smx4/features/trunk/pom.xml

Author: gertv
Date: Fri Jan 28 12:55:13 2011
New Revision: 1064649

URL: http://svn.apache.org/viewvc?rev=1064649&view=rev
Log:
Fix camel-jpa feature - JPA 2.0 require Java 1.6-style annotation API

Modified:
    servicemix/smx4/features/trunk/pom.xml

Modified: servicemix/smx4/features/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/pom.xml?rev=1064649&r1=1064648&r2=1064649&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/pom.xml (original)
+++ servicemix/smx4/features/trunk/pom.xml Fri Jan 28 12:55:13 2011
@@ -211,7 +211,7 @@
         <mvel.bundle.version>2.0.8_4</mvel.bundle.version>
         <neethi.bundle.version>2.0.4_3</neethi.bundle.version>
         <ognl.bundle.version>2.7.3_4</ognl.bundle.version>
-        <openjpa.bundle.version>2.0.0_1</openjpa.bundle.version>
+        <openjpa.bundle.version>1.2.1_3</openjpa.bundle.version>
         <opensaml.bundle.version>1.1_5</opensaml.bundle.version>
         <oscache.bundle.version>2.4_4</oscache.bundle.version>
         <oscore.bundle.version>2.2.4_4</oscore.bundle.version>