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 2008/01/12 12:21:29 UTC

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

Author: bommel
Date: Sat Jan 12 03:21:22 2008
New Revision: 611400

URL: http://svn.apache.org/viewvc?rev=611400&view=rev
Log:
springframework 2.5.1 has been released

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=611400&r1=611399&r2=611400&view=diff
==============================================================================
--- myfaces/tobago/trunk/example/addressbook/pom.xml (original)
+++ myfaces/tobago/trunk/example/addressbook/pom.xml Sat Jan 12 03:21:22 2008
@@ -322,6 +322,6 @@
   </profiles>
   <properties>
     <openjpa.version>1.0.1</openjpa.version>
-    <spring.version>2.5</spring.version>
+    <spring.version>2.5.1</spring.version>
   </properties>
 </project>