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/04/12 07:45:49 UTC

[isis] branch master updated: ISIS-2445: pom fixes (isis-parent)

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 52d05ce7b5 ISIS-2445: pom fixes (isis-parent)
52d05ce7b5 is described below

commit 52d05ce7b56536739b4acd623dac0d1ffed2f85e
Author: Andi Huber <ah...@apache.org>
AuthorDate: Tue Apr 12 09:45:43 2022 +0200

    ISIS-2445: pom fixes (isis-parent)
---
 {isis-parent => parent}/pom.xml | 0
 pom.xml                         | 2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/isis-parent/pom.xml b/parent/pom.xml
similarity index 100%
rename from isis-parent/pom.xml
rename to parent/pom.xml
diff --git a/pom.xml b/pom.xml
index f81425002e..db7b2de6fe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -61,9 +61,9 @@
                 also keep profiles in sync with the site documentation
                 https://github.com/apache/isis/blob/master/antora/components/conguide/modules/ROOT/pages/building-apache-isis.adoc
                     -->
+                <module>parent</module>
 				<module>core</module>
 				<module>extensions</module>
-				<module>isis-parent</module>
 				<module>mappings</module>
 				<module>mavendeps</module>
 				<module>starters</module>