You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2019/09/18 06:43:12 UTC

[isis] branch v2-antora updated: ISIS-2062: adds missing relativePath's to pom.xml as result of moves.

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

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


The following commit(s) were added to refs/heads/v2-antora by this push:
     new 22858b9  ISIS-2062: adds missing relativePath's to pom.xml as result of moves.
22858b9 is described below

commit 22858b9aa9db7fc44c775832d750d6f00e2b7c67
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Wed Sep 18 08:35:10 2019 +0200

    ISIS-2062: adds missing relativePath's to pom.xml as result of moves.
---
 core/plugins/jdo/common/pom.xml              | 2 +-
 core/plugins/jdo/datanucleus-5/pom.xml       | 2 +-
 core/security/api-and-bypass/pom.xml         | 1 +
 core/security/plugins/shiro/pom.xml          | 2 +-
 core/testsupport/integtestsupport/pom.xml    | 1 +
 core/testsupport/unittestsupport/pom.xml     | 1 +
 core/viewer-restfulobjects/applib/pom.xml    | 1 +
 core/viewer-restfulobjects/rendering/pom.xml | 1 +
 core/viewer-restfulobjects/server/pom.xml    | 1 +
 core/viewer-wicket/impl/pom.xml              | 1 +
 core/viewer-wicket/model/pom.xml             | 1 +
 core/viewer-wicket/ui/pom.xml                | 1 +
 12 files changed, 12 insertions(+), 3 deletions(-)

diff --git a/core/plugins/jdo/common/pom.xml b/core/plugins/jdo/common/pom.xml
index dba287d..05ddc65 100644
--- a/core/plugins/jdo/common/pom.xml
+++ b/core/plugins/jdo/common/pom.xml
@@ -17,7 +17,7 @@
 		<groupId>org.apache.isis.core</groupId>
 		<artifactId>isis</artifactId>
 		<version>${revision}</version>
-		<relativePath>../../pom.xml</relativePath>
+		<relativePath>../../../pom.xml</relativePath>
 	</parent>
 
 	<artifactId>isis-plugins-jdo-common</artifactId>
diff --git a/core/plugins/jdo/datanucleus-5/pom.xml b/core/plugins/jdo/datanucleus-5/pom.xml
index 1dfdc8f..1f7abdc 100644
--- a/core/plugins/jdo/datanucleus-5/pom.xml
+++ b/core/plugins/jdo/datanucleus-5/pom.xml
@@ -17,7 +17,7 @@
 		<groupId>org.apache.isis.core</groupId>
 		<artifactId>isis</artifactId>
 		<version>${revision}</version>
-		<relativePath>../../pom.xml</relativePath>
+		<relativePath>../../../pom.xml</relativePath>
 	</parent>
 
 	<artifactId>isis-plugins-jdo-datanucleus-5</artifactId>
diff --git a/core/security/api-and-bypass/pom.xml b/core/security/api-and-bypass/pom.xml
index aa07184..03fdb4c 100644
--- a/core/security/api-and-bypass/pom.xml
+++ b/core/security/api-and-bypass/pom.xml
@@ -24,6 +24,7 @@
         <groupId>org.apache.isis.core</groupId>
         <artifactId>isis</artifactId>
         <version>${revision}</version>
+        <relativePath>../../pom.xml</relativePath>
     </parent>
 
     <artifactId>isis-security</artifactId>
diff --git a/core/security/plugins/shiro/pom.xml b/core/security/plugins/shiro/pom.xml
index f939626..933442e 100644
--- a/core/security/plugins/shiro/pom.xml
+++ b/core/security/plugins/shiro/pom.xml
@@ -24,7 +24,7 @@
         <groupId>org.apache.isis.core</groupId>
         <artifactId>isis</artifactId>
     	<version>${revision}</version>
-    	<relativePath>../../pom.xml</relativePath>
+    	<relativePath>../../../pom.xml</relativePath>
     </parent>
 
     <artifactId>isis-plugins-security-shiro</artifactId>
diff --git a/core/testsupport/integtestsupport/pom.xml b/core/testsupport/integtestsupport/pom.xml
index 798ea25..8ad0a58 100644
--- a/core/testsupport/integtestsupport/pom.xml
+++ b/core/testsupport/integtestsupport/pom.xml
@@ -18,6 +18,7 @@
 		<groupId>org.apache.isis.core</groupId>
 		<artifactId>isis</artifactId>
 		<version>${revision}</version>
+		<relativePath>../../pom.xml</relativePath>
 	</parent>
 
 	<artifactId>isis-integtestsupport</artifactId>
diff --git a/core/testsupport/unittestsupport/pom.xml b/core/testsupport/unittestsupport/pom.xml
index a9f064b..11b8029 100644
--- a/core/testsupport/unittestsupport/pom.xml
+++ b/core/testsupport/unittestsupport/pom.xml
@@ -18,6 +18,7 @@
 		<groupId>org.apache.isis.core</groupId>
 		<artifactId>isis</artifactId>
 		<version>${revision}</version>
+		<relativePath>../../pom.xml</relativePath>
 	</parent>
 
 	<artifactId>isis-unittestsupport</artifactId>
diff --git a/core/viewer-restfulobjects/applib/pom.xml b/core/viewer-restfulobjects/applib/pom.xml
index 0b3c85c..9e0247f 100644
--- a/core/viewer-restfulobjects/applib/pom.xml
+++ b/core/viewer-restfulobjects/applib/pom.xml
@@ -24,6 +24,7 @@
         <groupId>org.apache.isis.core</groupId>
         <artifactId>isis</artifactId>
         <version>${revision}</version>
+        <relativePath>../../pom.xml</relativePath>
     </parent>
 
 	<artifactId>isis-viewer-restfulobjects-applib</artifactId>
diff --git a/core/viewer-restfulobjects/rendering/pom.xml b/core/viewer-restfulobjects/rendering/pom.xml
index 48f16a0..122056a 100644
--- a/core/viewer-restfulobjects/rendering/pom.xml
+++ b/core/viewer-restfulobjects/rendering/pom.xml
@@ -24,6 +24,7 @@
         <groupId>org.apache.isis.core</groupId>
         <artifactId>isis</artifactId>
         <version>${revision}</version>
+        <relativePath>../../pom.xml</relativePath>
     </parent>
 
     <artifactId>isis-viewer-restfulobjects-rendering</artifactId>
diff --git a/core/viewer-restfulobjects/server/pom.xml b/core/viewer-restfulobjects/server/pom.xml
index 5442c9d..13f53b7 100644
--- a/core/viewer-restfulobjects/server/pom.xml
+++ b/core/viewer-restfulobjects/server/pom.xml
@@ -24,6 +24,7 @@
         <groupId>org.apache.isis.core</groupId>
         <artifactId>isis</artifactId>
         <version>${revision}</version>
+        <relativePath>../../pom.xml</relativePath>
     </parent>
 
     <artifactId>isis-viewer-restfulobjects-server</artifactId>
diff --git a/core/viewer-wicket/impl/pom.xml b/core/viewer-wicket/impl/pom.xml
index 3d32b7b..17cffb5 100644
--- a/core/viewer-wicket/impl/pom.xml
+++ b/core/viewer-wicket/impl/pom.xml
@@ -25,6 +25,7 @@
         <groupId>org.apache.isis.core</groupId>
         <artifactId>isis</artifactId>
         <version>${revision}</version>
+        <relativePath>../../pom.xml</relativePath>
     </parent>
 
     <name>Apache Isis Wicket Viewer Implementation</name>
diff --git a/core/viewer-wicket/model/pom.xml b/core/viewer-wicket/model/pom.xml
index c4d67f7..1590415 100644
--- a/core/viewer-wicket/model/pom.xml
+++ b/core/viewer-wicket/model/pom.xml
@@ -25,6 +25,7 @@
         <groupId>org.apache.isis.core</groupId>
         <artifactId>isis</artifactId>
         <version>${revision}</version>
+        <relativePath>../../pom.xml</relativePath>
     </parent>
 
     <artifactId>isis-viewer-wicket-model</artifactId>
diff --git a/core/viewer-wicket/ui/pom.xml b/core/viewer-wicket/ui/pom.xml
index a50924a..5380a21 100644
--- a/core/viewer-wicket/ui/pom.xml
+++ b/core/viewer-wicket/ui/pom.xml
@@ -26,6 +26,7 @@
         <groupId>org.apache.isis.core</groupId>
         <artifactId>isis</artifactId>
         <version>${revision}</version>
+        <relativePath>../../pom.xml</relativePath>
     </parent>
 
     <artifactId>isis-viewer-wicket-ui</artifactId>