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/11 10:06:07 UTC

[isis] branch master updated: ISIS-2445: move 'released' profile to aggregator 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


The following commit(s) were added to refs/heads/master by this push:
     new 38f2e2ff9e ISIS-2445: move 'released' profile to aggregator pom
38f2e2ff9e is described below

commit 38f2e2ff9e5ad86f73d112ac6544393d464da1aa
Author: Andi Huber <ah...@apache.org>
AuthorDate: Mon Apr 11 12:05:59 2022 +0200

    ISIS-2445: move 'released' profile to aggregator pom
---
 isis-parent/pom.xml | 18 ------------------
 pom.xml             | 21 +++++++++++++++++++++
 2 files changed, 21 insertions(+), 18 deletions(-)

diff --git a/isis-parent/pom.xml b/isis-parent/pom.xml
index a35b24c261..41821f2403 100644
--- a/isis-parent/pom.xml
+++ b/isis-parent/pom.xml
@@ -1050,24 +1050,6 @@ under the License.
 		</profile>
 
 		<!-- APACHE ISIS customisation 15/15: start -->
-		<profile>
-			<id>released</id>
-			<activation>
-				<property>
-					<name>released</name>
-				</property>
-			</activation>
-			<modules>
-				<module>../core</module>
-				<module>../extensions</module>
-				<module>../mappings</module>
-				<module>../mavendeps</module>
-				<module>../starters</module>
-				<module>../subdomains</module>
-				<module>../testing</module>
-				<module>../valuetypes</module>
-			</modules>
-		</profile>
 
 		<profile>
 			<id>sources</id>
diff --git a/pom.xml b/pom.xml
index ade41303bb..e3fa83c4eb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -73,6 +73,27 @@
 			</modules>
 
 		</profile>
+		
+		<!-- RELEASED MODULES -->
+		
+		<profile>
+			<id>released</id>
+			<activation>
+				<property>
+					<name>released</name>
+				</property>
+			</activation>
+			<modules>
+				<module>core</module>
+				<module>extensions</module>
+				<module>mappings</module>
+				<module>mavendeps</module>
+				<module>starters</module>
+				<module>subdomains</module>
+				<module>testing</module>
+				<module>valuetypes</module>
+			</modules>
+		</profile>
 
 		<!-- ALL MODULES -->