You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by cw...@apache.org on 2014/06/10 16:08:49 UTC

svn commit: r1601640 - /uima/uima-as/trunk/uima-as-parent/pom.xml

Author: cwiklik
Date: Tue Jun 10 14:08:49 2014
New Revision: 1601640

URL: http://svn.apache.org/r1601640
Log:
UIMA-3878 upgrade spring to 3.0.7 which is the level AMQ 5.7.0 ships with

Modified:
    uima/uima-as/trunk/uima-as-parent/pom.xml

Modified: uima/uima-as/trunk/uima-as-parent/pom.xml
URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/uima-as-parent/pom.xml?rev=1601640&r1=1601639&r2=1601640&view=diff
==============================================================================
--- uima/uima-as/trunk/uima-as-parent/pom.xml (original)
+++ uima/uima-as/trunk/uima-as-parent/pom.xml Tue Jun 10 14:08:49 2014
@@ -125,7 +125,7 @@
 		<!-- level of ActiveMQ this release depends on -->
 		<org.apache.activemq.version>5.7.0</org.apache.activemq.version>
 		<!-- level of SpringFramework this release depends on -->
-		<org.springframework.version>3.0.6.RELEASE</org.springframework.version>
+		<org.springframework.version>3.0.7.RELEASE</org.springframework.version>
 
 		<org.apache.geronimo.jms.specs.version>1.1.1</org.apache.geronimo.jms.specs.version>
 
@@ -135,7 +135,7 @@
 
 		<jetty.version>7.6.7.v20120910</jetty.version>
 
-		<commons-pool.version>1.5.4</commons-pool.version>
+		<commons-pool.version>1.6</commons-pool.version>
 
 		<xstream.version>1.4.3</xstream.version>