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

[camel] 01/06: CAMEL-9260 - Added the category to any23 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 0aeafd1f22198a90fd675df942f38d84dd412475
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Aug 28 11:35:26 2019 +0200

    CAMEL-9260 - Added the category to any23 example
---
 examples/camel-example-any23/pom.xml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/examples/camel-example-any23/pom.xml b/examples/camel-example-any23/pom.xml
index 6922afd..e76232c 100644
--- a/examples/camel-example-any23/pom.xml
+++ b/examples/camel-example-any23/pom.xml
@@ -29,6 +29,11 @@
   <name>Camel :: Example :: Any23</name>
   <description>An example that uses the Any23 dataformat</description>
   <packaging>jar</packaging>
+
+  <properties>
+     <category>Beginner</category>
+     <title>Any23 example</title>
+  </properties>
     
     
   <dependencies>
@@ -68,4 +73,4 @@
     </plugins>
   </build>
     
-</project>
\ No newline at end of file
+</project>