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-simpleapp.git
The following commit(s) were added to refs/heads/jpa-SNAPSHOT by this push:
new 0816206 CAUSEWAT-3359 : updates to use apache/causeway-app-simpleapp
dockerhub image
0816206 is described below
commit 08162063b70e559040f9c5cb71d78eda83f05607
Author: danhaywood <[email protected]>
AuthorDate: Sun Feb 12 14:53:57 2023 +0000
CAUSEWAT-3359 : updates to use apache/causeway-app-simpleapp dockerhub image
---
webapp/pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/webapp/pom.xml b/webapp/pom.xml
index 4aa3ebc..e63efe6 100644
--- a/webapp/pom.xml
+++ b/webapp/pom.xml
@@ -250,7 +250,7 @@
</ports>
</container>
<to>
- <image>docker.io/apacheisis/simpleapp</image>
+
<image>docker.io/apache/causeway-app-simpleapp</image>
<tags>
<tag>${env.REVISION}</tag>
</tags>
@@ -265,5 +265,5 @@
</build>
</profile>
</profiles>
-
+p
</project>