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 2018/03/04 09:55:12 UTC

[isis] branch master updated: ISIS-1893 fixing maven parent resolution for all new plugins

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 d588272  ISIS-1893 fixing maven parent resolution for all new plugins
d588272 is described below

commit d5882721c0656982bf2964c6748e01bd30bd48b1
Author: Andi Huber <ah...@apache.org>
AuthorDate: Sun Mar 4 10:55:09 2018 +0100

    ISIS-1893 fixing maven parent resolution for all new plugins
---
 core/plugins/discovery-reflections/pom.xml | 1 +
 core/plugins/eventbus-axon/pom.xml         | 1 +
 core/plugins/eventbus-guava/pom.xml        | 1 +
 core/plugins/jaxrs-resteasy-3/pom.xml      | 1 +
 core/plugins/jaxrs-resteasy-4/pom.xml      | 1 +
 core/plugins/jdo-datanucleus-4/pom.xml     | 1 +
 core/plugins/jdo-datanucleus-5/pom.xml     | 1 +
 7 files changed, 7 insertions(+)

diff --git a/core/plugins/discovery-reflections/pom.xml b/core/plugins/discovery-reflections/pom.xml
index 4d12c77..5e46803 100644
--- a/core/plugins/discovery-reflections/pom.xml
+++ b/core/plugins/discovery-reflections/pom.xml
@@ -17,6 +17,7 @@
 		<groupId>org.apache.isis.core</groupId>
 		<artifactId>isis</artifactId>
 		<version>2.0.0-M1-SNAPSHOT</version>
+		<relativePath>../../pom.xml</relativePath>
 	</parent>
 
 	<artifactId>isis-core-plugins-discovery-reflections</artifactId>
diff --git a/core/plugins/eventbus-axon/pom.xml b/core/plugins/eventbus-axon/pom.xml
index 3ed67d7..1507235 100644
--- a/core/plugins/eventbus-axon/pom.xml
+++ b/core/plugins/eventbus-axon/pom.xml
@@ -17,6 +17,7 @@
 		<groupId>org.apache.isis.core</groupId>
 		<artifactId>isis</artifactId>
 		<version>2.0.0-M1-SNAPSHOT</version>
+		<relativePath>../../pom.xml</relativePath>
 	</parent>
 
 	<artifactId>isis-core-plugins-eventbus-axon</artifactId>
diff --git a/core/plugins/eventbus-guava/pom.xml b/core/plugins/eventbus-guava/pom.xml
index ae05698..a4cde6c 100644
--- a/core/plugins/eventbus-guava/pom.xml
+++ b/core/plugins/eventbus-guava/pom.xml
@@ -17,6 +17,7 @@
 		<groupId>org.apache.isis.core</groupId>
 		<artifactId>isis</artifactId>
 		<version>2.0.0-M1-SNAPSHOT</version>
+		<relativePath>../../pom.xml</relativePath>
 	</parent>
 
 	<artifactId>isis-core-plugins-eventbus-guava</artifactId>
diff --git a/core/plugins/jaxrs-resteasy-3/pom.xml b/core/plugins/jaxrs-resteasy-3/pom.xml
index 71db8ce..5ae6281 100644
--- a/core/plugins/jaxrs-resteasy-3/pom.xml
+++ b/core/plugins/jaxrs-resteasy-3/pom.xml
@@ -17,6 +17,7 @@
 		<groupId>org.apache.isis.core</groupId>
 		<artifactId>isis</artifactId>
 		<version>2.0.0-M1-SNAPSHOT</version>
+		<relativePath>../../pom.xml</relativePath>
 	</parent>
 
 	<artifactId>isis-core-plugins-jaxrs-resteasy-3</artifactId>
diff --git a/core/plugins/jaxrs-resteasy-4/pom.xml b/core/plugins/jaxrs-resteasy-4/pom.xml
index ca17d9f..98efce5 100644
--- a/core/plugins/jaxrs-resteasy-4/pom.xml
+++ b/core/plugins/jaxrs-resteasy-4/pom.xml
@@ -17,6 +17,7 @@
 		<groupId>org.apache.isis.core</groupId>
 		<artifactId>isis</artifactId>
 		<version>2.0.0-M1-SNAPSHOT</version>
+		<relativePath>../../pom.xml</relativePath>
 	</parent>
 
 	<artifactId>isis-core-plugins-jaxrs-resteasy-4</artifactId>
diff --git a/core/plugins/jdo-datanucleus-4/pom.xml b/core/plugins/jdo-datanucleus-4/pom.xml
index 180b1c5..7218a09 100644
--- a/core/plugins/jdo-datanucleus-4/pom.xml
+++ b/core/plugins/jdo-datanucleus-4/pom.xml
@@ -17,6 +17,7 @@
 		<groupId>org.apache.isis.core</groupId>
 		<artifactId>isis</artifactId>
 		<version>2.0.0-M1-SNAPSHOT</version>
+		<relativePath>../../pom.xml</relativePath>
 	</parent>
 
 	<artifactId>isis-core-plugins-jdo-datanucleus-4</artifactId>
diff --git a/core/plugins/jdo-datanucleus-5/pom.xml b/core/plugins/jdo-datanucleus-5/pom.xml
index b25f61e..0ba4bec 100644
--- a/core/plugins/jdo-datanucleus-5/pom.xml
+++ b/core/plugins/jdo-datanucleus-5/pom.xml
@@ -17,6 +17,7 @@
 		<groupId>org.apache.isis.core</groupId>
 		<artifactId>isis</artifactId>
 		<version>2.0.0-M1-SNAPSHOT</version>
+		<relativePath>../../pom.xml</relativePath>
 	</parent>
 
 	<artifactId>isis-core-plugins-jdo-datanucleus-5</artifactId>

-- 
To stop receiving notification emails like this one, please contact
ahuber@apache.org.