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/03/09 13:33:09 UTC

camel git commit: Modified artifactId in the cassandra kubernetes example

Repository: camel
Updated Branches:
  refs/heads/master 2e1547c49 -> a12a2bf10


Modified artifactId in the 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/a12a2bf1
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/a12a2bf1
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/a12a2bf1

Branch: refs/heads/master
Commit: a12a2bf1041a521499aaf804f19ea9c727bd8529
Parents: 2e1547c
Author: Andrea Cosentino <an...@gmail.com>
Authored: Thu Mar 9 14:32:22 2017 +0100
Committer: Andrea Cosentino <an...@gmail.com>
Committed: Thu Mar 9 14:32:22 2017 +0100

----------------------------------------------------------------------
 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/a12a2bf1/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 12810e8..35b36ac 100644
--- a/examples/camel-example-cassandra-kubernetes/pom.xml
+++ b/examples/camel-example-cassandra-kubernetes/pom.xml
@@ -9,7 +9,7 @@
     <version>2.19.0-SNAPSHOT</version>
   </parent>
 
-  <artifactId>camel-example-cassandra-kubernetes</artifactId>
+  <artifactId>camel-cassandra-kubernetes-example</artifactId>
   <name>Camel :: Example :: Cassandra :: Kubernetes</name>
   <description>Kubernetes Example Cassandra Kubernetes</description>
   <packaging>jar</packaging>