You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@causeway.apache.org by da...@apache.org on 2023/02/12 14:50:42 UTC

[causeway] branch master updated: CAUSEWAY-3359 : updates demoapp to use new apache/causeway-app-demo-xxx repos

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.git


The following commit(s) were added to refs/heads/master by this push:
     new 1c2030acab CAUSEWAY-3359 : updates demoapp to use new apache/causeway-app-demo-xxx repos
1c2030acab is described below

commit 1c2030acabd37be789c95a29937a7ae567d98975
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Sun Feb 12 14:50:35 2023 +0000

    CAUSEWAY-3359 : updates demoapp to use new apache/causeway-app-demo-xxx repos
---
 examples/demo/wicket/jdo/pom.xml | 2 +-
 examples/demo/wicket/jpa/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/examples/demo/wicket/jdo/pom.xml b/examples/demo/wicket/jdo/pom.xml
index 408d204ccd..af8dee4ee2 100644
--- a/examples/demo/wicket/jdo/pom.xml
+++ b/examples/demo/wicket/jdo/pom.xml
@@ -130,7 +130,7 @@
 								</ports>
 							</container>
 							<to>
-								<image>docker.io/apacheisis/demo-wicket-jdo</image>
+								<image>docker.io/apache/causeway-app-demo-jdo</image>
 								<tags>
 									<tag>${env.REVISION}</tag>
 								</tags>
diff --git a/examples/demo/wicket/jpa/pom.xml b/examples/demo/wicket/jpa/pom.xml
index 56497776cd..038861ea01 100644
--- a/examples/demo/wicket/jpa/pom.xml
+++ b/examples/demo/wicket/jpa/pom.xml
@@ -128,7 +128,7 @@
 								</ports>
 							</container>
 							<to>
-								<image>docker.io/apacheisis/demo-wicket-jpa</image>
+								<image>docker.io/apache/causeway-app-demo-jpa</image>
 								<tags>
 									<tag>${env.REVISION}</tag>
 								</tags>