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/08/20 09:15:56 UTC

[1/2] camel git commit: Upgrade redis

Repository: camel
Updated Branches:
  refs/heads/master 98d2ea6c3 -> 8debd456a


Upgrade redis


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

Branch: refs/heads/master
Commit: 8debd456a0c3cd796bc1a8bb98950e2dd5ac9608
Parents: 2aff074
Author: Claus Ibsen <da...@apache.org>
Authored: Thu Aug 20 09:21:20 2015 +0200
Committer: Claus Ibsen <da...@apache.org>
Committed: Thu Aug 20 09:22:06 2015 +0200

----------------------------------------------------------------------
 parent/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/8debd456/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 445e924..8df1f61 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -450,8 +450,8 @@
     <spring-batch-bundle-version>3.0.4.RELEASE_1</spring-batch-bundle-version>
     <spring-boot-version>1.2.5.RELEASE</spring-boot-version>
     <spring-castor-bundle-version>1.2.0</spring-castor-bundle-version>
-    <spring-data-commons-version>1.6.1.RELEASE</spring-data-commons-version>
-    <spring-data-redis-version>1.3.4.RELEASE</spring-data-redis-version>
+    <spring-data-commons-version>1.6.5.RELEASE</spring-data-commons-version>
+    <spring-data-redis-version>1.3.6.RELEASE</spring-data-redis-version>
     <spring-integration-version>2.2.6.RELEASE</spring-integration-version>
     <spring-javaconfig-version>1.0.0-20090215</spring-javaconfig-version>
     <spring-ldap-version>2.0.3.RELEASE</spring-ldap-version>


[2/2] camel git commit: CAMEL-9090: change scope to test for cxf-rt-features-clustering

Posted by da...@apache.org.
CAMEL-9090: change scope to test for cxf-rt-features-clustering


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

Branch: refs/heads/master
Commit: 2aff0748c471cf2ab416c3e940e644159ef807b8
Parents: 98d2ea6
Author: David J. M. Karlsen <da...@davidkarlsen.com>
Authored: Thu Aug 20 09:04:07 2015 +0200
Committer: Claus Ibsen <da...@apache.org>
Committed: Thu Aug 20 09:22:06 2015 +0200

----------------------------------------------------------------------
 components/camel-cxf/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/2aff0748/components/camel-cxf/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-cxf/pom.xml b/components/camel-cxf/pom.xml
index 1147054..444e21a 100644
--- a/components/camel-cxf/pom.xml
+++ b/components/camel-cxf/pom.xml
@@ -188,6 +188,7 @@
 		<groupId>org.apache.cxf</groupId>
 		<artifactId>cxf-rt-features-clustering</artifactId>
 		<version>${cxf-version}</version>
+                <scope>test</scope>
 	</dependency>
     
     <dependency>