You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by js...@apache.org on 2007/06/28 16:58:40 UTC

svn commit: r551589 - /incubator/servicemix/trunk/pom.xml

Author: jstrachan
Date: Thu Jun 28 07:58:39 2007
New Revision: 551589

URL: http://svn.apache.org/viewvc?view=rev&rev=551589
Log:
moved to newer spring version to fix possible XML parsing issues

Modified:
    incubator/servicemix/trunk/pom.xml

Modified: incubator/servicemix/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/pom.xml?view=diff&rev=551589&r1=551588&r2=551589
==============================================================================
--- incubator/servicemix/trunk/pom.xml (original)
+++ incubator/servicemix/trunk/pom.xml Thu Jun 28 07:58:39 2007
@@ -197,7 +197,7 @@
         <xfire-version>1.2.5</xfire-version>
         <mavenAssemblyPluginVersion>2.1</mavenAssemblyPluginVersion>
         <xbean-version>3.0</xbean-version>
-        <spring-version>2.0.1</spring-version>
+        <spring-version>2.0.5</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>