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/causeway-app-referenceapp.git
commit 8ffd9854feadb177a9a8ad9d24acb7625e27e30c Author: danhaywood <[email protected]> AuthorDate: Wed Jan 3 10:33:09 2024 +0000 updates config property to 2.0.0-RC4 --- 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 16a708f..5790a42 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: 2.0.0-RC3 + version: 2.0.0-RC4 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
