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 2021/05/01 09:06:16 UTC

[isis] branch master updated: ISIS-2620: fix demo docker jib conf: use jdo/jpa suffixed image names

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 9297c36  ISIS-2620: fix demo docker jib conf: use jdo/jpa suffixed image names
9297c36 is described below

commit 9297c36a20f05f355c67f7b13ca6da7ae65d5821
Author: ahuber@apache.org <ah...@luna>
AuthorDate: Sat May 1 11:06:06 2021 +0200

    ISIS-2620: fix demo docker jib conf: use jdo/jpa suffixed image names
---
 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 b26988f..a6989b8 100644
--- a/examples/demo/wicket/jdo/pom.xml
+++ b/examples/demo/wicket/jdo/pom.xml
@@ -120,7 +120,7 @@
 								</ports>
 							</container>
 							<to>
-								<image>docker.io/apacheisis/demo-wicket</image>
+								<image>docker.io/apacheisis/demo-wicket-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 506979c..f4a64ae 100644
--- a/examples/demo/wicket/jpa/pom.xml
+++ b/examples/demo/wicket/jpa/pom.xml
@@ -140,7 +140,7 @@
 								</ports>
 							</container>
 							<to>
-								<image>docker.io/apacheisis/demo-wicket</image>
+								<image>docker.io/apacheisis/demo-wicket-jpa</image>
 								<tags>
 									<tag>${env.REVISION}</tag>
 								</tags>