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/01/08 07:35:39 UTC

[isis] branch master updated: ISIS-2939: clean up pom hierarchy in artifact isis-mappings-restclient-applib

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 1bb80a6  ISIS-2939: clean up pom hierarchy in artifact isis-mappings-restclient-applib
1bb80a6 is described below

commit 1bb80a65c3a1f00029f8ab399c73d967a85678b7
Author: Andi Huber <ah...@apache.org>
AuthorDate: Sat Jan 8 08:35:24 2022 +0100

    ISIS-2939: clean up pom hierarchy in artifact
    isis-mappings-restclient-applib
---
 mappings/restclient/applib/pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/mappings/restclient/applib/pom.xml b/mappings/restclient/applib/pom.xml
index 0a521e3..55c0bc5 100644
--- a/mappings/restclient/applib/pom.xml
+++ b/mappings/restclient/applib/pom.xml
@@ -16,9 +16,8 @@
 
 	<parent>
 		<groupId>org.apache.isis.mappings</groupId>
-		<artifactId>isis-mappings</artifactId>
+		<artifactId>isis-mappings-restclient</artifactId>
 		<version>2.0.0-SNAPSHOT</version>
-		<relativePath>../../pom.xml</relativePath>
 	</parent>
 
 	<artifactId>isis-mappings-restclient-applib</artifactId>