This is an automated email from the ASF dual-hosted git repository. nferraro pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git
The following commit(s) were added to refs/heads/master by this push: new c346b9f chore(release): re-enable examples c346b9f is described below commit c346b9f96a32a4304f5d112a9ca8c21cc2fbeb3b Author: nferraro <ni.ferr...@gmail.com> AuthorDate: Sat Oct 5 10:27:09 2019 +0200 chore(release): re-enable examples --- examples/pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/pom.xml b/examples/pom.xml index 690a971..8b8ec0a 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -37,9 +37,9 @@ <module>camel-k-runtime-example-health</module> <module>camel-k-runtime-example-yaml</module> <module>camel-k-runtime-example-knative</module> - <!--module>camel-k-runtime-example-quarkus-js</module--> - <!--module>camel-k-runtime-example-quarkus-yaml</module--> - <!--module>camel-k-runtime-example-quarkus-knative</module--> + <module>camel-k-runtime-example-quarkus-js</module> + <module>camel-k-runtime-example-quarkus-yaml</module> + <module>camel-k-runtime-example-quarkus-knative</module> </modules> </project>