You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by gn...@apache.org on 2008/10/10 10:00:04 UTC

svn commit: r703347 - /servicemix/smx3/branches/servicemix-3.2/pom.xml

Author: gnodet
Date: Fri Oct 10 01:00:04 2008
New Revision: 703347

URL: http://svn.apache.org/viewvc?rev=703347&view=rev
Log:
SM-1596: The version of Spring included in ServiceMix 3.2.x contains a bug prohibiting the use of the <tx:annotation-driven> tag in XBean config files

Modified:
    servicemix/smx3/branches/servicemix-3.2/pom.xml

Modified: servicemix/smx3/branches/servicemix-3.2/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx3/branches/servicemix-3.2/pom.xml?rev=703347&r1=703346&r2=703347&view=diff
==============================================================================
--- servicemix/smx3/branches/servicemix-3.2/pom.xml (original)
+++ servicemix/smx3/branches/servicemix-3.2/pom.xml Fri Oct 10 01:00:04 2008
@@ -203,7 +203,7 @@
         <xfire-version>1.2.5</xfire-version>
         <mavenAssemblyPluginVersion>2.1</mavenAssemblyPluginVersion>
         <xbean-version>3.4.3</xbean-version>
-        <spring-version>2.0.6</spring-version>
+        <spring-version>2.0.8</spring-version>
         <activemq-version>4.1.1</activemq-version>
         <activeio-version>3.0.0-incubator</activeio-version>
         <backport-util-concurrent-version>2.2</backport-util-concurrent-version>