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 2020/09/12 04:39:51 UTC

[isis] 01/02: ISIS-2426: base the 'tooling' POM on top of 'isis-parent' POM

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

commit 47f27956939690f5a6dba32efad3b2a0a2bfaa75
Author: Andi Huber <ah...@apache.org>
AuthorDate: Sat Sep 12 06:11:26 2020 +0200

    ISIS-2426: base the 'tooling' POM on top of 'isis-parent' POM
    
    supposed fix for build failure: 'tooling' artifacts have no maven repo
    declared as push target
---
 tooling/pom.xml | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/tooling/pom.xml b/tooling/pom.xml
index 61fbbbb..ffda819 100644
--- a/tooling/pom.xml
+++ b/tooling/pom.xml
@@ -15,15 +15,14 @@
 	<modelVersion>4.0.0</modelVersion>
 
 	<parent>
-		<groupId>org.springframework.boot</groupId>
-		<artifactId>spring-boot-starter-parent</artifactId>
-		<version>2.3.2.RELEASE</version>
-		<relativePath /> <!-- lookup parent from repository -->
+		<groupId>org.apache.isis.core</groupId>
+		<artifactId>isis-parent</artifactId>
+		<version>2.0.0-SNAPSHOT</version>
+		<relativePath>../isis-parent/pom.xml</relativePath>
 	</parent>
 
 	<groupId>org.apache.isis.tooling</groupId>
 	<artifactId>isis-tooling</artifactId>
-	<version>2.0.0-SNAPSHOT</version>
 
 	<name>Apache Isis Tooling</name>
 	<description>