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:16 UTC

[camel] 03/06: Added category to AS2 example

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 f546429969542111770f66713e45b5aeb671c3ac
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Aug 28 11:48:57 2019 +0200

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

diff --git a/examples/camel-example-as2/pom.xml b/examples/camel-example-as2/pom.xml
index f63d391..c68303f 100644
--- a/examples/camel-example-as2/pom.xml
+++ b/examples/camel-example-as2/pom.xml
@@ -27,6 +27,11 @@
   <artifactId>camel-example-as2</artifactId>
   <name>Camel :: Example :: AS2</name>
   <description>An example which demonstrates the use of the Camel AS2 component</description>
+
+  <properties>
+     <category>Beginner</category>
+     <title>AS2 Example</title>
+  </properties>
   
     <dependencies>