You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2017/08/06 10:45:50 UTC

[1/2] camel git commit: Use latest Cassandra driver 3.3.0 in Camel-cassandra-kubernetes-example

Repository: camel
Updated Branches:
  refs/heads/master f785c3965 -> f19f98607


Use latest Cassandra driver 3.3.0 in Camel-cassandra-kubernetes-example


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

Branch: refs/heads/master
Commit: f19f9860721d4a40c77001b397b49f4312070563
Parents: 6769500
Author: Andrea Cosentino <an...@gmail.com>
Authored: Sun Aug 6 12:44:18 2017 +0200
Committer: Andrea Cosentino <an...@gmail.com>
Committed: Sun Aug 6 12:45:04 2017 +0200

----------------------------------------------------------------------
 examples/camel-example-cassandra-kubernetes/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/f19f9860/examples/camel-example-cassandra-kubernetes/pom.xml
----------------------------------------------------------------------
diff --git a/examples/camel-example-cassandra-kubernetes/pom.xml b/examples/camel-example-cassandra-kubernetes/pom.xml
index 03c7eee..b2e496a 100644
--- a/examples/camel-example-cassandra-kubernetes/pom.xml
+++ b/examples/camel-example-cassandra-kubernetes/pom.xml
@@ -38,7 +38,7 @@
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 
     <!-- dependency versions --> 
-    <cassandra.driver.version>3.1.3</cassandra.driver.version>
+    <cassandra.driver.version>3.3.0</cassandra.driver.version>
 
     <!-- maven plugin versions -->
     <fabric8.maven.plugin.version>3.5.22</fabric8.maven.plugin.version>


[2/2] camel git commit: Use latest Fabric8 Maven Plugin for Camel-cassandra-kubernetes-example

Posted by ac...@apache.org.
Use latest Fabric8 Maven Plugin for Camel-cassandra-kubernetes-example


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

Branch: refs/heads/master
Commit: 6769500943d3fbcc7b8261dcf32584b5457e4e27
Parents: f785c39
Author: Andrea Cosentino <an...@gmail.com>
Authored: Sun Aug 6 12:42:59 2017 +0200
Committer: Andrea Cosentino <an...@gmail.com>
Committed: Sun Aug 6 12:45:04 2017 +0200

----------------------------------------------------------------------
 examples/camel-example-cassandra-kubernetes/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/67695009/examples/camel-example-cassandra-kubernetes/pom.xml
----------------------------------------------------------------------
diff --git a/examples/camel-example-cassandra-kubernetes/pom.xml b/examples/camel-example-cassandra-kubernetes/pom.xml
index 89633ae..03c7eee 100644
--- a/examples/camel-example-cassandra-kubernetes/pom.xml
+++ b/examples/camel-example-cassandra-kubernetes/pom.xml
@@ -41,7 +41,7 @@
     <cassandra.driver.version>3.1.3</cassandra.driver.version>
 
     <!-- maven plugin versions -->
-    <fabric8.maven.plugin.version>3.2.31</fabric8.maven.plugin.version>
+    <fabric8.maven.plugin.version>3.5.22</fabric8.maven.plugin.version>
     <exec-maven-plugin.version>1.5.0</exec-maven-plugin.version>
     <maven-compiler-plugin.version>3.6.0</maven-compiler-plugin.version>
     <maven-surefire-plugin.version>2.19.1</maven-surefire-plugin.version>