You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2020/05/20 18:09:33 UTC

[isis] branch master updated: ISIS-2341: fixes docker entry point (had changed lately)

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

ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git


The following commit(s) were added to refs/heads/master by this push:
     new c94ece2  ISIS-2341: fixes docker entry point (had changed lately)
c94ece2 is described below

commit c94ece2400d5baabaeff0f9ceb27ec7715f1a6dc
Author: Andi Huber <ah...@apache.org>
AuthorDate: Wed May 20 20:09:22 2020 +0200

    ISIS-2341: fixes docker entry point (had changed lately)
---
 examples/demo/wicket/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/examples/demo/wicket/pom.xml b/examples/demo/wicket/pom.xml
index 9f997fe..c8588d7 100644
--- a/examples/demo/wicket/pom.xml
+++ b/examples/demo/wicket/pom.xml
@@ -148,7 +148,7 @@
 								<jvmFlags>
 									<jvmFlag>-Xmx512m</jvmFlag>
 								</jvmFlags>
-								<mainClass>demoapp.webapp.DemoApp</mainClass>
+								<mainClass>demoapp.webapp.wicket.DemoAppWicket</mainClass>
 								<ports>
 									<port>8080</port>
 								</ports>
@@ -198,7 +198,7 @@
 								<jvmFlags>
 									<jvmFlag>-Xmx512m</jvmFlag>
 								</jvmFlags>
-								<mainClass>demoapp.webapp.DemoApp</mainClass>
+								<mainClass>demoapp.webapp.wicket.DemoAppWicket</mainClass>
 								<ports>
 									<port>8080</port>
 								</ports>