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 2019/08/28 09:56:18 UTC

[camel] 05/06: Added category to camel-example-webhook

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit eb400c4cf65a70fadd818c98c9c823d6603a0430
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Aug 28 11:52:33 2019 +0200

    Added category to camel-example-webhook
---
 examples/camel-example-webhook/pom.xml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/examples/camel-example-webhook/pom.xml b/examples/camel-example-webhook/pom.xml
index 4636cf9..72a0be3 100644
--- a/examples/camel-example-webhook/pom.xml
+++ b/examples/camel-example-webhook/pom.xml
@@ -32,6 +32,10 @@
     <description>Example on how to use the Camel Webhook component</description>
     <packaging>jar</packaging>
 
+    <properties>
+        <category>Advanced</category>
+    </properties>
+
     <dependencyManagement>
         <dependencies>
             <dependency>
@@ -98,4 +102,4 @@
         </plugins>
     </build>
 
-</project>
\ No newline at end of file
+</project>