You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ctakes.apache.org by st...@apache.org on 2012/10/02 21:40:37 UTC

svn commit: r1393131 - /incubator/ctakes/trunk/pom.xml

Author: stevenbethard
Date: Tue Oct  2 19:40:37 2012
New Revision: 1393131

URL: http://svn.apache.org/viewvc?rev=1393131&view=rev
Log:
Upgrades spring-core to 3.1.2 which is required for uimaFIT 1.4.0 and which is fully compatible with spring-core 3.0: http://blog.springsource.org/2011/12/13/spring-framework-3-1-goes-ga/

Modified:
    incubator/ctakes/trunk/pom.xml

Modified: incubator/ctakes/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ctakes/trunk/pom.xml?rev=1393131&r1=1393130&r2=1393131&view=diff
==============================================================================
--- incubator/ctakes/trunk/pom.xml (original)
+++ incubator/ctakes/trunk/pom.xml Tue Oct  2 19:40:37 2012
@@ -118,7 +118,7 @@
 					ctakes-coreference
 				</artifactId>
 				<version>${ctakes.version}</version>
-			</dependency>
+			</dependency>
 			<dependency>
 				<groupId>org.apache.ctakes</groupId>
 				<artifactId>
@@ -260,7 +260,7 @@
 			<dependency>
 				<groupId>org.springframework</groupId>
 				<artifactId>spring-core</artifactId>
-				<version>3.0.3.RELEASE</version>
+				<version>3.1.2.RELEASE</version>
 			</dependency>
 
 		</dependencies>