You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by nf...@apache.org on 2019/10/04 21:53:20 UTC

[camel-k-runtime] 01/02: chore(release): temporarily disable examples

This is an automated email from the ASF dual-hosted git repository.

nferraro pushed a commit to annotated tag camel-k-runtime-parent-1.0.3
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git

commit fa37dbfc19d48555048f471c19d6f33c87dadde7
Author: nferraro <ni...@gmail.com>
AuthorDate: Fri Oct 4 23:32:25 2019 +0200

    chore(release): temporarily disable examples
---
 examples/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/examples/pom.xml b/examples/pom.xml
index b463b1a..7206722 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>