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

danhaywood 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 e726fc04f6 ISIS-2965: fixes reference to moved(?) demo module
e726fc04f6 is described below

commit e726fc04f616d7144d4c536e49632b7d3e186d7e
Author: Dan Haywood <[email protected]>
AuthorDate: Mon Aug 1 06:24:44 2022 +0100

    ISIS-2965: fixes reference to moved(?) demo module
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 6d0a0153ee..3130f72a39 100644
--- a/pom.xml
+++ b/pom.xml
@@ -228,7 +228,7 @@
                                <module>examples/demo/domain</module>
                                <module>examples/demo/web</module>
 
-                               <module>examples/demo/wicket/commons</module>
+                               <module>examples/demo/wicket/common</module>
                                <module>examples/demo/wicket/jdo</module>
                                <module>examples/demo/wicket/jpa</module>
                        </modules>
@@ -248,7 +248,7 @@
                                <module>incubator/viewers/vaadin</module>
                                <module>examples/demo/domain</module>
                                <module>examples/demo/web</module>
-                               <module>examples/demo/wicket/commons</module>
+                               <module>examples/demo/wicket/common</module>
                                <module>examples/demo/wicket/jdo</module>
 
                                <module>examples/demo/vaadin</module>

Reply via email to