You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2015/09/14 14:34:41 UTC

[2/2] camel git commit: CAMEL-9130: Must use jedis 2.6.x as 2.7.x do not work with spring yet.

CAMEL-9130: Must use jedis 2.6.x as 2.7.x do not work with spring yet.


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

Branch: refs/heads/camel-2.15.x
Commit: bd792cc8d7049ace82a8d650cb1b262a11deb9d4
Parents: 3a76621
Author: Claus Ibsen <da...@apache.org>
Authored: Mon Sep 14 14:35:43 2015 +0200
Committer: Claus Ibsen <da...@apache.org>
Committed: Mon Sep 14 14:35:43 2015 +0200

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


http://git-wip-us.apache.org/repos/asf/camel/blob/bd792cc8/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 9cff031..bd4f628 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -254,7 +254,7 @@
     <jcr-version>2.0</jcr-version>
     <jdom-bundle-version>1.1_4</jdom-bundle-version>
     <jdom-version>1.1.3</jdom-version>
-    <jedis-client-bundle-version>2.7.1_1</jedis-client-bundle-version>
+    <jedis-client-bundle-version>2.6.2_1</jedis-client-bundle-version>
     <jedis-client-version>2.6.3</jedis-client-version>
     <jetty6-bundle-version>6.1.26_4</jetty6-bundle-version>
     <jetty6-version>6.1.26</jetty6-version>