You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ni...@apache.org on 2014/06/11 06:14:35 UTC

[2/2] git commit: Changed the spring version range to support spring4

Changed the spring version range to support spring4


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/aa9e4ce5
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/aa9e4ce5
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/aa9e4ce5

Branch: refs/heads/master
Commit: aa9e4ce5ef3df5c5ddefb4fed5dd9fa81b6a92b6
Parents: b4bb8fa
Author: Willem Jiang <wi...@gmail.com>
Authored: Wed Jun 11 12:14:24 2014 +0800
Committer: Willem Jiang <wi...@gmail.com>
Committed: Wed Jun 11 12:14:24 2014 +0800

----------------------------------------------------------------------
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/aa9e4ce5/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 8acc316..2f33d88 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -382,7 +382,7 @@
     <spring-ldap-version>1.3.1.RELEASE</spring-ldap-version>
     <spring-ldap-bundle-version>1.3.1.RELEASE_2</spring-ldap-bundle-version>
     <spring-retry-version>1.0.3.RELEASE</spring-retry-version>  
-    <spring-version-range>[3.2,4)</spring-version-range>
+    <spring-version-range>[3.2,5)</spring-version-range>
     <spring-version>${spring32-version}</spring-version>   
     <spring32-version>3.2.9.RELEASE</spring32-version>
     <spring4-version>4.0.5.RELEASE</spring4-version>