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

ahuber pushed a commit to branch v2
in repository https://gitbox.apache.org/repos/asf/causeway-app-referenceapp.git


The following commit(s) were added to refs/heads/v2 by this push:
     new 4cf4c7a  [v2] setting correct version to display in the footer bar 
(config)
4cf4c7a is described below

commit 4cf4c7a56bfbeb9859ef47b6d1a0e60659e3b195
Author: andi-huber <[email protected]>
AuthorDate: Thu Jan 15 14:46:23 2026 +0100

    [v2] setting correct version to display in the footer bar (config)
---
 domain/src/main/resources/application.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/domain/src/main/resources/application.yml 
b/domain/src/main/resources/application.yml
index 0029d66..65cc430 100644
--- a/domain/src/main/resources/application.yml
+++ b/domain/src/main/resources/application.yml
@@ -88,7 +88,7 @@ causeway:
         name: Apache Causeway Demo App
         # https://stackoverflow.com/a/38983935/56880
         # in addition using special config with the project's 
maven-resources-plugin
-        version: 3.2.0
+        version: 2.2.0-SNAPSHOT
         about: This application demonstrates many aspects of the Apache 
Causeway programming model, as well as some of the most significant domain 
services and extensions such as the WrapperFactory, security, commands and 
publishing.
       credit:
         - url:  https://causeway.apache.org

Reply via email to