Repository: camel
Updated Branches:
  refs/heads/master 5b209152b -> 7a4d4d28d


Polished


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

Branch: refs/heads/master
Commit: 7a4d4d28db4828bf436746e75f205b3334bb6e90
Parents: 5b20915
Author: Claus Ibsen <davscl...@apache.org>
Authored: Fri Mar 17 09:16:56 2017 +0100
Committer: Claus Ibsen <davscl...@apache.org>
Committed: Fri Mar 17 09:16:56 2017 +0100

----------------------------------------------------------------------
 examples/README.adoc                            | 14 +++++++------
 .../camel-example-cassandra-kubernetes/pom.xml  | 22 ++++++++++++++++++--
 examples/camel-example-cdi-kubernetes/pom.xml   |  2 +-
 .../camel-example-hazelcast-kubernetes/pom.xml  | 21 +++++++++++++++++--
 4 files changed, 48 insertions(+), 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/7a4d4d28/examples/README.adoc
----------------------------------------------------------------------
diff --git a/examples/README.adoc b/examples/README.adoc
index 06c4574..f05ad7a 100644
--- a/examples/README.adoc
+++ b/examples/README.adoc
@@ -11,16 +11,12 @@ View the individual example READMEs for details.
 ### Examples
 
 // examples: START
-Number of Examples: 89 (9 deprecated)
+Number of Examples: 90 (9 deprecated)
 
 [width="100%",cols="4,2,4",options="header"]
 |=======================================================================
 | Example | Category | Description
 
-| link:camel-example-cassandra-kubernetes/ReadMe.md[Cassandra Kubernetes] 
(camel-example-cassandra-kubernetes) |  | Kubernetes Example Cassandra 
Kubernetes
-
-| link:camel-example-hazelcast-kubernetes/ReadMe.md[Hazelcast Kubernetes] 
(camel-example-hazelcast-kubernetes) |  | Kubernetes Example Hazelcast 
Kubernetes
-
 | link:camel-example-cdi/README.md[CDI] (camel-example-cdi) | Beginner | An 
example showing how to work with Camel and CDI for dependency injection
 
 | link:camel-example-cdi-properties/README.md[CDI Properties] 
(camel-example-cdi-properties) | Beginner | DeltaSpike configuration properties 
CDI example
@@ -38,6 +34,8 @@ Number of Examples: 89 (9 deprecated)
 
 | link:camel-example-reload/Readme.md[Reload] (camel-example-reload) | 
Beginner | An example that live reloads routes when the XML file is updated
 
+| link:camel-example-rest-swagger/README.md[Rest Swagger] 
(camel-example-rest-swagger) | Beginner | 
+
 | link:camel-example-servlet-tomcat/README.md[Servlet Tomcat] 
(camel-example-servlet-tomcat) | Beginner | An example using Camel Servlet with 
Apache Tomcat
 
 | link:camel-example-servlet-tomcat-no-spring/README.md[Servlet Tomcat without 
Spring] (camel-example-servlet-tomcat-no-spring) | Beginner | An example using 
Camel Servlet with Apache Tomcat without using Spring
@@ -58,9 +56,13 @@ Number of Examples: 89 (9 deprecated)
 
 | link:camel-example-widget-gadget-xml/README.md[Widget Gadget XML] 
(camel-example-widget-gadget-xml) | Beginner | The widget and gadget example 
from the EIP book
 
+| link:camel-example-cassandra-kubernetes/ReadMe.md[Cassandra Kubernetes] 
(camel-example-cassandra-kubernetes) | Cloud | An example with Camel and 
Cassandra running on Kubernetes
+
 | link:camel-example-cdi-aws-s3/README.md[CDI AWS S3] 
(camel-example-cdi-aws-s3) | Cloud | AWS S3 CDI example
 
-| link:camel-example-cdi-kubernetes/README.md[CDI Kubernetes] 
(camel-example-cdi-kubernetes) | Cloud | Kubernetes CDI example
+| link:camel-example-cdi-kubernetes/README.md[CDI Kubernetes] 
(camel-example-cdi-kubernetes) | Cloud | An example running Camel CDI on 
Kubernetes
+
+| link:camel-example-hazelcast-kubernetes/ReadMe.md[Hazelcast Kubernetes] 
(camel-example-hazelcast-kubernetes) | Cloud | An example with Camel and 
Hazelcast running on Kubernetes
 
 | link:camel-example-cdi-cassandraql/README.md[CDI Cassandra] 
(camel-example-cdi-cassandraql) | Database | Cassandraql CDI example
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7a4d4d28/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 35b36ac..eab6971 100644
--- a/examples/camel-example-cassandra-kubernetes/pom.xml
+++ b/examples/camel-example-cassandra-kubernetes/pom.xml
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
 
   <modelVersion>4.0.0</modelVersion>
@@ -11,17 +27,19 @@
 
   <artifactId>camel-cassandra-kubernetes-example</artifactId>
   <name>Camel :: Example :: Cassandra :: Kubernetes</name>
-  <description>Kubernetes Example Cassandra Kubernetes</description>
+  <description>An example with Camel and Cassandra running on 
Kubernetes</description>
   <packaging>jar</packaging>
 
   <properties>
+    <category>Cloud</category>
+ 
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 
     <!-- dependency versions --> 
     <cassandra.driver.version>3.1.3</cassandra.driver.version>
 
     <!-- maven plugin versions -->
-    <fabric8.maven.plugin.version>3.2.28</fabric8.maven.plugin.version>
+    <fabric8.maven.plugin.version>3.2.31</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-shade-plugin.version>2.3</maven-shade-plugin.version>

http://git-wip-us.apache.org/repos/asf/camel/blob/7a4d4d28/examples/camel-example-cdi-kubernetes/pom.xml
----------------------------------------------------------------------
diff --git a/examples/camel-example-cdi-kubernetes/pom.xml 
b/examples/camel-example-cdi-kubernetes/pom.xml
index b6117cc..092a0e8 100755
--- a/examples/camel-example-cdi-kubernetes/pom.xml
+++ b/examples/camel-example-cdi-kubernetes/pom.xml
@@ -28,7 +28,7 @@
 
   <artifactId>camel-example-cdi-kubernetes</artifactId>
   <name>Camel :: Example :: CDI :: Kubernetes</name>
-  <description>Kubernetes CDI example</description>
+  <description>An example running Camel CDI on Kubernetes</description>
   <packaging>jar</packaging>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/camel/blob/7a4d4d28/examples/camel-example-hazelcast-kubernetes/pom.xml
----------------------------------------------------------------------
diff --git a/examples/camel-example-hazelcast-kubernetes/pom.xml 
b/examples/camel-example-hazelcast-kubernetes/pom.xml
index 8534b94..c4ef7d3 100644
--- a/examples/camel-example-hazelcast-kubernetes/pom.xml
+++ b/examples/camel-example-hazelcast-kubernetes/pom.xml
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
 
   <modelVersion>4.0.0</modelVersion>
@@ -11,14 +27,15 @@
 
   <artifactId>camel-hazelcast-kubernetes-example</artifactId>
   <name>Camel :: Example :: Hazelcast :: Kubernetes</name>
-  <description>Kubernetes Example Hazelcast Kubernetes</description>
+  <description>An example with Camel and Hazelcast running on 
Kubernetes</description>
   <packaging>jar</packaging>
 
   <properties>
+    <category>Cloud</category>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 
     <!-- maven plugin versions -->
-    <fabric8.maven.plugin.version>3.2.28</fabric8.maven.plugin.version>
+    <fabric8.maven.plugin.version>3.2.31</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-shade-plugin.version>2.3</maven-shade-plugin.version>

Reply via email to