You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2009/05/26 15:55:35 UTC

svn commit: r778704 - /myfaces/tobago/branches/tobago-1.0.x/example/addressbook/lib/pom.xml

Author: lofwyr
Date: Tue May 26 13:55:35 2009
New Revision: 778704

URL: http://svn.apache.org/viewvc?rev=778704&view=rev
Log:
set versions of openjpa and spring

Modified:
    myfaces/tobago/branches/tobago-1.0.x/example/addressbook/lib/pom.xml

Modified: myfaces/tobago/branches/tobago-1.0.x/example/addressbook/lib/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.0.x/example/addressbook/lib/pom.xml?rev=778704&r1=778703&r2=778704&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-1.0.x/example/addressbook/lib/pom.xml (original)
+++ myfaces/tobago/branches/tobago-1.0.x/example/addressbook/lib/pom.xml Tue May 26 13:55:35 2009
@@ -276,7 +276,7 @@
   </profiles>
 
   <properties>
-    <openjpa.version>1.0.1</openjpa.version>
-    <spring.version>2.5</spring.version>
+    <openjpa.version>1.0.2</openjpa.version>
+    <spring.version>2.5.3</spring.version>
   </properties>
 </project>