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 bfb427703a ISIS-3100: pom relative parent fix
bfb427703a is described below

commit bfb427703a498d10bf81173e461b9a16ad49815e
Author: Andi Huber <[email protected]>
AuthorDate: Mon Aug 1 11:49:50 2022 +0200

    ISIS-3100: pom relative parent fix
---
 extensions/vw/sse/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/extensions/vw/sse/pom.xml b/extensions/vw/sse/pom.xml
index 80fd835f7e..8c80315f82 100644
--- a/extensions/vw/sse/pom.xml
+++ b/extensions/vw/sse/pom.xml
@@ -18,6 +18,7 @@
                <groupId>org.apache.isis.extensions</groupId>
                <artifactId>isis-extensions</artifactId>
                <version>2.0.0-SNAPSHOT</version>
+               <relativePath>../../pom.xml</relativePath>
        </parent>
 
        <artifactId>isis-extensions-sse</artifactId>

Reply via email to