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/10/07 14:19:01 UTC

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

Author: bommel
Date: Sun Oct  7 05:19:01 2007
New Revision: 582617

URL: http://svn.apache.org/viewvc?rev=582617&view=rev
Log:
springframework 2.0.7 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=582617&r1=582616&r2=582617&view=diff
==============================================================================
--- myfaces/tobago/trunk/example/addressbook/pom.xml (original)
+++ myfaces/tobago/trunk/example/addressbook/pom.xml Sun Oct  7 05:19:01 2007
@@ -320,6 +320,6 @@
   </profiles>
   <properties>
     <openjpa.version>1.0.0</openjpa.version>
-    <spring.version>2.0.6</spring.version>
+    <spring.version>2.0.7</spring.version>
   </properties>
 </project>