You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by id...@apache.org on 2007/05/10 15:21:02 UTC

svn commit: r536861 - /myfaces/tobago/trunk/example/addressbook/pom.xml

Author: idus
Date: Thu May 10 06:21:01 2007
New Revision: 536861

URL: http://svn.apache.org/viewvc?view=rev&rev=536861
Log:
switched back to older OpenJPA version to avoid class loading issues

Modified:
    myfaces/tobago/trunk/example/addressbook/pom.xml

Modified: myfaces/tobago/trunk/example/addressbook/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/addressbook/pom.xml?view=diff&rev=536861&r1=536860&r2=536861
==============================================================================
--- myfaces/tobago/trunk/example/addressbook/pom.xml (original)
+++ myfaces/tobago/trunk/example/addressbook/pom.xml Thu May 10 06:21:01 2007
@@ -300,7 +300,7 @@
     </profile>
   </profiles>
   <properties>
-    <openjpa.version>0.9.7-incubating</openjpa.version>
+    <openjpa.version>0.9.6-incubating</openjpa.version>
     <spring.version>2.0.4</spring.version>
   </properties>
 </project>