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 2022/10/22 07:57:49 UTC

[isis] branch master updated: ISIS-3142: Apply name change to code and docs (using Rename.groovy script)

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 0c4ed97582 ISIS-3142: Apply name change to code and docs (using Rename.groovy script)
0c4ed97582 is described below

commit 0c4ed97582f231ea48cdd5f3056e6a146eb69649
Author: Andi Huber <ah...@apache.org>
AuthorDate: Sat Oct 22 09:57:42 2022 +0200

    ISIS-3142: Apply name change to code and docs (using Rename.groovy
    script)
---
 examples/demo/docker-compose.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/examples/demo/docker-compose.yml b/examples/demo/docker-compose.yml
index f11e3de8b4..7025bb9978 100644
--- a/examples/demo/docker-compose.yml
+++ b/examples/demo/docker-compose.yml
@@ -20,14 +20,14 @@
 version: "3.8"
 services:
   primary:
-    image: "apachecauseway/demo-wicket-jdo:latest"
+    image: "apacheisis/demo-wicket-jdo:latest"
     environment:
       - PROTOTYPING=true
       - SPRING_PROFILES_ACTIVE=primary
     ports:
       - "8080:8080"
   secondary:
-    image: "apachecauseway/demo-wicket-jdo:latest"
+    image: "apacheisis/demo-wicket-jdo:latest"
     environment:
       - PROTOTYPING=true
       - SPRING_PROFILES_ACTIVE=secondary