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/02 18:21:59 UTC

svn commit: r981584 - in /cxf/trunk: parent/pom.xml systests/databinding/pom.xml

Author: dkulp
Date: Mon Aug  2 16:21:58 2010
New Revision: 981584

URL: http://svn.apache.org/viewvc?rev=981584&view=rev
Log:
Update to spring 3

Modified:
    cxf/trunk/parent/pom.xml
    cxf/trunk/systests/databinding/pom.xml

Modified: cxf/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/parent/pom.xml?rev=981584&r1=981583&r2=981584&view=diff
==============================================================================
--- cxf/trunk/parent/pom.xml (original)
+++ cxf/trunk/parent/pom.xml Mon Aug  2 16:21:58 2010
@@ -62,10 +62,10 @@
         <msv.version>2009.1</msv.version>
         <rhino.version>1.7R1</rhino.version>
         <saaj.version>1.3</saaj.version>
-	<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>2.5.6</spring.version>
+        <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.mock>spring-test</spring.mock>
         <stax.impl.groupId>org.codehaus.woodstox</stax.impl.groupId>
         <stax.impl.artifactId>woodstox-core-asl</stax.impl.artifactId>
@@ -1478,9 +1478,9 @@
             </build>
         </profile>
         <profile>
-            <id>spring3</id>
+            <id>spring2</id>
             <properties>
-                <spring.version>3.0.0.RELEASE</spring.version>
+                <spring.version>2.5.6.SEC02</spring.version>
             </properties>
         </profile> 
         <profile>

Modified: cxf/trunk/systests/databinding/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/systests/databinding/pom.xml?rev=981584&r1=981583&r2=981584&view=diff
==============================================================================
--- cxf/trunk/systests/databinding/pom.xml (original)
+++ cxf/trunk/systests/databinding/pom.xml Mon Aug  2 16:21:58 2010
@@ -253,7 +253,6 @@
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
             <scope>test</scope>
-            <version>4.4</version>
         </dependency>
         <dependency>
             <groupId>org.easymock</groupId>