You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2007/11/30 22:59:18 UTC

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

Author: bommel
Date: Fri Nov 30 13:59:16 2007
New Revision: 599977

URL: http://svn.apache.org/viewvc?rev=599977&view=rev
Log:
update openjpa version

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?rev=599977&r1=599976&r2=599977&view=diff
==============================================================================
--- myfaces/tobago/trunk/example/addressbook/pom.xml (original)
+++ myfaces/tobago/trunk/example/addressbook/pom.xml Fri Nov 30 13:59:16 2007
@@ -321,7 +321,7 @@
     </profile>
   </profiles>
   <properties>
-    <openjpa.version>1.0.0</openjpa.version>
+    <openjpa.version>1.0.1</openjpa.version>
     <spring.version>2.5</spring.version>
   </properties>
 </project>