commented profiles

This commit is contained in:
Francesco Mangiacrapa 2024-02-28 11:05:22 +01:00
parent 03cce83564
commit 6e01560b72
1 changed files with 24 additions and 26 deletions

50
pom.xml
View File

@ -38,33 +38,31 @@
<profiles> <profiles>
<!-- PROD profile --> <!-- PROD profile -->
<profile> <!-- <profile> -->
<id>catalogue-release-profile</id> <!-- <id>catalogue-release-profile</id> -->
<activation> <!-- <activation> -->
<property> <!-- <property> -->
<name>Release</name> <!-- <name>Release</name> -->
</property> <!-- </property> -->
</activation> <!-- </activation> -->
<properties> <!-- <properties> -->
<gcube-portal-bom-version>3.7.0</gcube-portal-bom-version> <!-- <gcube-portal-bom-version>3.7.0</gcube-portal-bom-version> -->
<storagehub-version-range>[1.0.0,2.0.0-SNAPSHOT)</storagehub-version-range> <!-- <storagehub-version-range>[1.0.0,2.0.0-SNAPSHOT)</storagehub-version-range> -->
</properties> <!-- </properties> -->
</profile> <!-- </profile> -->
<!-- DEV profile --> <!-- DEV profile -->
<profile> <!-- <profile> -->
<id>catalogue-snapshot-profile</id> <!-- <id>catalogue-snapshot-profile</id> -->
<activation> <!-- <activation> -->
<property> <!-- <property> -->
<name>!Release</name> <!-- <name>!Release</name> -->
</property> <!-- </property> -->
</activation> <!-- </activation> -->
<properties> <!-- <properties> -->
<gcube-portal-bom-version>3.8.0-SNAPSHOT</gcube-portal-bom-version> <!-- <gcube-portal-bom-version>3.8.0-SNAPSHOT</gcube-portal-bom-version> -->
<storagehub-version-range>[2.0.0-SNAPSHOT,3.0.0-SNAPSHOT)</storagehub-version-range> <!-- <storagehub-version-range>[2.0.0-SNAPSHOT,3.0.0-SNAPSHOT)</storagehub-version-range> -->
<!-- <gcube-portal-bom-version>3.7.0</gcube-portal-bom-version> --> <!-- </properties> -->
<!-- <storagehub-version-range>[1.0.0,2.0.0-SNAPSHOT)</storagehub-version-range> --> <!-- </profile> -->
</properties>
</profile>
</profiles> </profiles>
<dependencyManagement> <dependencyManagement>