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 a3f497abd7f0b0e3e7eadae64dc1e42caffa23a9 Author: Andrea Cosentino <[email protected]> AuthorDate: Mon Sep 2 08:36:21 2019 +0200 CAMEL-13885 - Added category to camel-example-jira --- examples/camel-example-jira/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/camel-example-jira/pom.xml b/examples/camel-example-jira/pom.xml index aae6cd5..4b50aa6 100644 --- a/examples/camel-example-jira/pom.xml +++ b/examples/camel-example-jira/pom.xml @@ -35,7 +35,7 @@ <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <!--<camel.version>3.0.0-SNAPSHOT</camel.version>--> + <category>Beginner</category> </properties> <dependencyManagement>
