This is an automated email from the ASF dual-hosted git repository.
danhaywood pushed a commit to branch jpa-SNAPSHOT
in repository https://gitbox.apache.org/repos/asf/causeway-app-helloworld.git
The following commit(s) were added to refs/heads/jpa-SNAPSHOT by this push:
new 680719d CAUSEWAT-3359 : updates helloworld to use
apache/causeway-app-hellworld dockerhub image
680719d is described below
commit 680719dd4f47ad92d55a06b18e7f91d81ab559c1
Author: danhaywood <[email protected]>
AuthorDate: Sun Feb 12 14:52:42 2023 +0000
CAUSEWAT-3359 : updates helloworld to use apache/causeway-app-hellworld
dockerhub image
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 9675f1a..6a1b933 100644
--- a/pom.xml
+++ b/pom.xml
@@ -129,7 +129,7 @@
</ports>
</container>
<to>
- <image>docker.io/apacheisis/helloworld</image>
+
<image>docker.io/apache/causeway-app-helloworld</image>
<tags>
<tag>${env.REVISION}</tag>
</tags>