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 ca16b6e474bed9218a87d710a883ad22cf0a566e Author: Andrea Cosentino <[email protected]> AuthorDate: Wed Aug 28 11:51:17 2019 +0200 Added category to camel-example-telegram --- examples/camel-example-telegram/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/camel-example-telegram/pom.xml b/examples/camel-example-telegram/pom.xml index 41abfc0..258a77a 100644 --- a/examples/camel-example-telegram/pom.xml +++ b/examples/camel-example-telegram/pom.xml @@ -36,6 +36,7 @@ <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <camel.version>3.0.0-SNAPSHOT</camel.version> + <category>Social</category> </properties> <dependencies>
