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:40 UTC

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

Repository: camel
Updated Branches:
  refs/heads/camel-2.15.x 3a7662174 -> bd792cc8d
  refs/heads/master 130556fa9 -> 6e3d02ec9


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/6e3d02ec
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/6e3d02ec
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/6e3d02ec

Branch: refs/heads/master
Commit: 6e3d02ec99df5199fddef88edc857b4f1061cee0
Parents: 130556f
Author: Claus Ibsen <da...@apache.org>
Authored: Mon Sep 14 14:34:21 2015 +0200
Committer: Claus Ibsen <da...@apache.org>
Committed: Mon Sep 14 14:34:21 2015 +0200

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


http://git-wip-us.apache.org/repos/asf/camel/blob/6e3d02ec/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 97fe811..33bd1d1 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -265,7 +265,7 @@
     <jdom-bundle-version>1.1_4</jdom-bundle-version>
     <jdom-version>1.1.3</jdom-version>
     <jedis-client-version>2.6.3</jedis-client-version>
-    <jedis-client-bundle-version>2.7.3_1</jedis-client-bundle-version>
+    <jedis-client-bundle-version>2.6.2_1</jedis-client-bundle-version>
     <jersey-version>2.11</jersey-version>
     <jetty6-bundle-version>6.1.26_4</jetty6-bundle-version>
     <jetty6-version>6.1.26</jetty6-version>


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

Posted by da...@apache.org.
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>