This is an automated email from the ASF dual-hosted git repository.

danhaywood pushed a commit to branch ISIS-3002
in repository https://gitbox.apache.org/repos/asf/isis.git


The following commit(s) were added to refs/heads/ISIS-3002 by this push:
     new 41cfabaea8 ISIS-3002: fixes pom.xml dependency reference
41cfabaea8 is described below

commit 41cfabaea856ae5e943455a5764b53311e744935
Author: Dan Haywood <[email protected]>
AuthorDate: Tue Jul 12 15:08:13 2022 +0100

    ISIS-3002: fixes pom.xml dependency reference
---
 examples/demo/domain/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/examples/demo/domain/pom.xml b/examples/demo/domain/pom.xml
index 0c3cdb3cbc..8882f3bc5d 100644
--- a/examples/demo/domain/pom.xml
+++ b/examples/demo/domain/pom.xml
@@ -115,11 +115,11 @@
                <!-- Extensions -->
                <dependency>
                        <groupId>org.apache.isis.extensions</groupId>
-                       <artifactId>isis-extensions-commandlog-jdo</artifactId>
+                       
<artifactId>isis-extensions-commandlog-persistence-jdo</artifactId>
                </dependency>
                <dependency>
                        <groupId>org.apache.isis.extensions</groupId>
-                       <artifactId>isis-extensions-commandlog-jpa</artifactId>
+                       
<artifactId>isis-extensions-commandlog-persistence-jpa</artifactId>
                </dependency>
 
                <!-- test -->

Reply via email to