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

lburgazzoli 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 304e12c  Fix the camel-k-runtime-example start up issue
304e12c is described below

commit 304e12cebcca09f6c3eab78203f9aa8d41b341b0
Author: Willem Jiang <willem.ji...@gmail.com>
AuthorDate: Fri Jul 19 10:54:21 2019 +0800

    Fix the camel-k-runtime-example start up issue
---
 camel-k-runtime-examples/camel-k-runtime-example-health/pom.xml  | 2 +-
 camel-k-runtime-examples/camel-k-runtime-example-servlet/pom.xml | 2 +-
 camel-k-runtime-examples/camel-k-runtime-example-yaml/pom.xml    | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/camel-k-runtime-examples/camel-k-runtime-example-health/pom.xml 
b/camel-k-runtime-examples/camel-k-runtime-example-health/pom.xml
index 8d985c8..a80c61e 100644
--- a/camel-k-runtime-examples/camel-k-runtime-example-health/pom.xml
+++ b/camel-k-runtime-examples/camel-k-runtime-example-health/pom.xml
@@ -89,7 +89,7 @@
                     </execution>
                 </executions>
                 <configuration>
-                    <mainClass>org.apache.camel.k.jvm.Application</mainClass>
+                    <mainClass>org.apache.camel.k.main.Application</mainClass>
                     <classpathScope>runtime</classpathScope>
                     <systemProperties>
                         <systemProperty>
diff --git a/camel-k-runtime-examples/camel-k-runtime-example-servlet/pom.xml 
b/camel-k-runtime-examples/camel-k-runtime-example-servlet/pom.xml
index 8a41b27..3594099 100644
--- a/camel-k-runtime-examples/camel-k-runtime-example-servlet/pom.xml
+++ b/camel-k-runtime-examples/camel-k-runtime-example-servlet/pom.xml
@@ -85,7 +85,7 @@
                     </execution>
                 </executions>
                 <configuration>
-                    <mainClass>org.apache.camel.k.jvm.Application</mainClass>
+                    <mainClass>org.apache.camel.k.main.Application</mainClass>
                     <classpathScope>runtime</classpathScope>
                     <systemProperties>
                         <systemProperty>
diff --git a/camel-k-runtime-examples/camel-k-runtime-example-yaml/pom.xml 
b/camel-k-runtime-examples/camel-k-runtime-example-yaml/pom.xml
index 7e5b532..432c903 100644
--- a/camel-k-runtime-examples/camel-k-runtime-example-yaml/pom.xml
+++ b/camel-k-runtime-examples/camel-k-runtime-example-yaml/pom.xml
@@ -88,7 +88,7 @@
                     </execution>
                 </executions>
                 <configuration>
-                    <mainClass>org.apache.camel.k.jvm.Application</mainClass>
+                    <mainClass>org.apache.camel.k.main.Application</mainClass>
                     <classpathScope>runtime</classpathScope>
                     <systemProperties>
                         <systemProperty>

Reply via email to