INT-990 upgraded to Spring 3.0.1

This commit is contained in:
Mark Fisher
2010-02-19 21:17:07 +00:00
parent 1a27bc4634
commit 2700036a9f
4 changed files with 5 additions and 5 deletions

View File

@@ -7,6 +7,6 @@ ivy.cache.dir=${basedir}/../ivy-cache
integration.repo.dir=${basedir}/../integration-repo
javadoc.exclude.package.names=org/springframework/integration/samples/**
# dependency versions
spring.version=3.0.0.RELEASE
spring.version=3.0.1.RELEASE-A
junit.version=4.7.0
mockito.version=1.8.0

View File

@@ -6,10 +6,10 @@ Import-Package: org.springframework.integration.handler;version="[2.0.0, 2.0.1)"
org.springframework.integration.config;version="[2.0.0, 2.0.1)",
org.springframework.integration.router;version="[2.0.0, 2.0.1)",
org.springframework.integration.endpoint;version="[2.0.0, 2.0.1)",
org.springframework.scheduling.concurrent;version="[3.0.0, 3.1.0]"
org.springframework.scheduling.concurrent;version="[3.0.0, 4.0.0)"
Import-Template: org.springframework.integration.*;version="[2.0.0, 2.0.1)",
org.springframework.osgi.*;version="[1.2.0, 2.0.1)",
org.springframework.*;version="[3.0.0, 3.1.0]",
org.springframework.*;version="[3.0.0, 4.0.0)",
org.apache.commons.logging.*;version="[1.1.1,1.1.1]",
org.w3c.dom;version="0"

View File

@@ -8,6 +8,6 @@ Import-Template:
org.springframework.integration.*;version="[2.0.0, 2.0.1)",
junit.framework.*;version="[4.6.0, 4.7.0)",
org.junit.*;version="[4.6.0, 4.7.0)",
org.mockito.*;version="[1.6.0, 1.7.0)",
org.mockito.*;version="[1.6.0, 2.0.0)",
org.hamcrest.*;version="[1.1.0, 1.1.0]",
org.objenesis.*;version="[1.0.0, 2.0.0)"

View File

@@ -13,7 +13,7 @@
<properties>
<org.eclipse.jdt.core.version>3.4.2.v_883_R34x</org.eclipse.jdt.core.version>
<junit.version>4.7</junit.version>
<spring.version>3.0.0.RELEASE</spring.version>
<spring.version>3.0.1.RELEASE</spring.version>
<maven.test.failure.ignore>true</maven.test.failure.ignore>
</properties>
<profiles>