CAMEL-9800: Add example category Signed-off-by: Gregor Zurowski <gre...@zurowski.org>
Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/4d567c48 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/4d567c48 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/4d567c48 Branch: refs/heads/master Commit: 4d567c485c5c72c383c315d66cf539459ad76e1c Parents: 3b436f0 Author: Gregor Zurowski <gre...@zurowski.org> Authored: Sun Mar 5 18:36:29 2017 +0100 Committer: Gregor Zurowski <gre...@zurowski.org> Committed: Sun Mar 5 18:36:29 2017 +0100 ---------------------------------------------------------------------- examples/camel-example-spring-boot-rest-swagger/pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/4d567c48/examples/camel-example-spring-boot-rest-swagger/pom.xml ---------------------------------------------------------------------- diff --git a/examples/camel-example-spring-boot-rest-swagger/pom.xml b/examples/camel-example-spring-boot-rest-swagger/pom.xml index 77ba6f9..4d7cc53 100644 --- a/examples/camel-example-spring-boot-rest-swagger/pom.xml +++ b/examples/camel-example-spring-boot-rest-swagger/pom.xml @@ -29,6 +29,7 @@ <description>An example showing Camel REST DSL and Swagger with Spring Boot</description> <properties> + <category>Rest</category> <spring.boot-version>${spring-boot-version}</spring.boot-version> </properties>