You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ode.apache.org by gn...@apache.org on 2007/05/02 17:03:07 UTC

svn commit: r534504 - /incubator/ode/trunk/bpel-store/pom.xml

Author: gnodet
Date: Wed May  2 08:03:06 2007
New Revision: 534504

URL: http://svn.apache.org/viewvc?view=rev&rev=534504
Log:
Use open jpa version from the parent pom

Modified:
    incubator/ode/trunk/bpel-store/pom.xml

Modified: incubator/ode/trunk/bpel-store/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/bpel-store/pom.xml?view=diff&rev=534504&r1=534503&r2=534504
==============================================================================
--- incubator/ode/trunk/bpel-store/pom.xml (original)
+++ incubator/ode/trunk/bpel-store/pom.xml Wed May  2 08:03:06 2007
@@ -69,7 +69,6 @@
         <dependency>
             <groupId>org.apache.openjpa</groupId>
             <artifactId>openjpa-all</artifactId>
-            <version>0.9.7-incubating-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>commons-dbcp</groupId>