Updated Branches: refs/heads/master 1658cce84 -> 2ff57af36
removed the deprecated Spring 3.0 support Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/2ff57af3 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/2ff57af3 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/2ff57af3 Branch: refs/heads/master Commit: 2ff57af3649d0129a9cd45464b0afc177b0ba164 Parents: 1658cce Author: cmueller <[email protected]> Authored: Mon May 13 20:18:20 2013 +0200 Committer: cmueller <[email protected]> Committed: Mon May 13 20:18:20 2013 +0200 ---------------------------------------------------------------------- parent/pom.xml | 8 -------- 1 files changed, 0 insertions(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/2ff57af3/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index 37a6a6e..8d0e4b6 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -349,8 +349,6 @@ <!-- CAMEL-5768 using spring3.1.x by default --> <spring-version-range>[3.1,3.3)</spring-version-range> <spring-version>${spring32-version}</spring-version> - <!-- spring 3.0 support is @deprecated --> - <spring30-version>3.0.7.RELEASE</spring30-version> <spring31-version>3.1.4.RELEASE</spring31-version> <spring32-version>3.2.2.RELEASE</spring32-version> <spring-osgi-version>1.2.1</spring-osgi-version> @@ -2578,12 +2576,6 @@ <!-- profiles for choosing default spring version --> <profile> - <id>spring3.0</id> - <properties> - <spring-version>${spring30-version}</spring-version> - </properties> - </profile> - <profile> <id>spring3.1</id> <properties> <spring-version>${spring31-version}</spring-version>
