[jboss-svn-commits] JBL Code SVN: r37465 - labs/jbossesb/branches/JBESB_4_10_CP/product/services/spring.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Tue Sep 13 15:33:49 EDT 2011


Author: tcunning
Date: 2011-09-13 15:33:49 -0400 (Tue, 13 Sep 2011)
New Revision: 37465

Modified:
   labs/jbossesb/branches/JBESB_4_10_CP/product/services/spring/ivy.xml
Log:
JBESB-3681
Upgrade Spring to 3.0.6.RELEASE.


Modified: labs/jbossesb/branches/JBESB_4_10_CP/product/services/spring/ivy.xml
===================================================================
--- labs/jbossesb/branches/JBESB_4_10_CP/product/services/spring/ivy.xml	2011-09-13 14:52:27 UTC (rev 37464)
+++ labs/jbossesb/branches/JBESB_4_10_CP/product/services/spring/ivy.xml	2011-09-13 19:33:49 UTC (rev 37465)
@@ -6,22 +6,22 @@
 	<dependency org="org.aspectj" name="com.springsource.org.aspectj.weaver" rev="1.6.8.RELEASE" transitive="false"/>
 	<dependency org="org.aspectj" name="com.springsource.org.aspectj.tools" rev="1.6.8.RELEASE" transitive="false"/> 
 
-        <dependency org="org.springframework" name="spring-core" rev="3.0.3.RELEASE" transitive="false"/>
-        <dependency org="org.springframework" name="spring-aop" rev="3.0.3.RELEASE" transitive="false"/>
-        <dependency org="org.springframework" name="spring-asm" rev="3.0.3.RELEASE" transitive="false"/>
-        <dependency org="org.springframework" name="spring-aspects" rev="3.0.3.RELEASE" transitive="false"/>
+        <dependency org="org.springframework" name="spring-core" rev="3.0.6.RELEASE" transitive="false"/>
+        <dependency org="org.springframework" name="spring-aop" rev="3.0.6.RELEASE" transitive="false"/>
+        <dependency org="org.springframework" name="spring-asm" rev="3.0.6.RELEASE" transitive="false"/>
+        <dependency org="org.springframework" name="spring-aspects" rev="3.0.6.RELEASE" transitive="false"/>
 
-        <dependency org="org.springframework" name="spring-beans" rev="3.0.3.RELEASE" transitive="false"/>
-	<dependency org="org.springframework" name="spring-context" rev="3.0.3.RELEASE" transitive="false"/>
+        <dependency org="org.springframework" name="spring-beans" rev="3.0.6.RELEASE" transitive="false"/>
+	<dependency org="org.springframework" name="spring-context" rev="3.0.6.RELEASE" transitive="false"/>
 	 	
-        <dependency org="org.springframework" name="spring-expression" rev="3.0.3.RELEASE" transitive="false"/>
-        <dependency org="org.springframework" name="spring-jdbc" rev="3.0.3.RELEASE" transitive="false"/>
+        <dependency org="org.springframework" name="spring-expression" rev="3.0.6.RELEASE" transitive="false"/>
+        <dependency org="org.springframework" name="spring-jdbc" rev="3.0.6.RELEASE" transitive="false"/>
 
-        <dependency org="org.springframework" name="spring-jms" rev="3.0.3.RELEASE" transitive="false"/>
-	<dependency org="org.springframework" name="spring-orm" rev="3.0.3.RELEASE" transitive="false"/>
-        <dependency org="org.springframework" name="spring-oxm" rev="3.0.3.RELEASE" transitive="false"/>
-        <dependency org="org.springframework" name="spring-test" rev="3.0.3.RELEASE" transitive="false"/>
-        <dependency org="org.springframework" name="spring-tx" rev="3.0.3.RELEASE" transitive="false"/>
+        <dependency org="org.springframework" name="spring-jms" rev="3.0.6.RELEASE" transitive="false"/>
+	<dependency org="org.springframework" name="spring-orm" rev="3.0.6.RELEASE" transitive="false"/>
+        <dependency org="org.springframework" name="spring-oxm" rev="3.0.6.RELEASE" transitive="false"/>
+        <dependency org="org.springframework" name="spring-test" rev="3.0.6.RELEASE" transitive="false"/>
+        <dependency org="org.springframework" name="spring-tx" rev="3.0.6.RELEASE" transitive="false"/>
 	<dependency org="org.apache.ibatis" name="ibatis-sqlmap" rev="2.3.4.726" transitive="false"/>
 	<dependency org="commons-dbcp" name="commons-dbcp" rev="1.2.2" transitive="false"/>
 	<dependency org="commons-pool" name="commons-pool" rev="1.3" transitive="false"/>



More information about the jboss-svn-commits mailing list