You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2010/08/25 17:29:05 UTC

svn commit: r989171 - /cxf/trunk/parent/pom.xml

Author: dkulp
Date: Wed Aug 25 15:29:05 2010
New Revision: 989171

URL: http://svn.apache.org/viewvc?rev=989171&view=rev
Log:
Update spring version to latest release

Modified:
    cxf/trunk/parent/pom.xml

Modified: cxf/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/parent/pom.xml?rev=989171&r1=989170&r2=989171&view=diff
==============================================================================
--- cxf/trunk/parent/pom.xml (original)
+++ cxf/trunk/parent/pom.xml Wed Aug 25 15:29:05 2010
@@ -65,7 +65,7 @@
         <servlet-api.group>org.apache.geronimo.specs</servlet-api.group>
         <servlet-api.artifact>geronimo-servlet_3.0_spec</servlet-api.artifact>
         <servlet-api.version>1.0</servlet-api.version>
-        <spring.version>3.0.3.RELEASE</spring.version>
+        <spring.version>3.0.4.RELEASE</spring.version>
         <spring.mock>spring-test</spring.mock>
         <stax.impl.groupId>org.codehaus.woodstox</stax.impl.groupId>
         <stax.impl.artifactId>woodstox-core-asl</stax.impl.artifactId>