This is an automated email from the ASF dual-hosted git repository. dfoulks pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-karaf-examples.git
commit d1c4400f55d251b428683980ec22a95bb6d57ea3 Author: Tadayoshi Sato <[email protected]> AuthorDate: Fri Apr 2 18:35:26 2021 +0900 Fix example title for camel-example-servlet-rest-karaf-jaas --- examples/camel-example-servlet-rest-karaf-jaas/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/camel-example-servlet-rest-karaf-jaas/pom.xml b/examples/camel-example-servlet-rest-karaf-jaas/pom.xml index c2d24ad..fc0f18b 100644 --- a/examples/camel-example-servlet-rest-karaf-jaas/pom.xml +++ b/examples/camel-example-servlet-rest-karaf-jaas/pom.xml @@ -35,7 +35,7 @@ <properties> <category>OSGi</category> - <title>Servlet REST Blueprint</title> + <title>Servlet REST Karaf JAAS</title> <camel.osgi.import.pkg> *
