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 2022/08/01 09:49:57 UTC

[isis] branch master updated: ISIS-3100: pom relative parent fix

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 <ah...@apache.org>
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>