Added `maven-portal-bom-version` at `4.0.0-SNAPSHOT`

This commit is contained in:
Francesco Mangiacrapa 2024-07-02 11:41:54 +02:00
parent b2b7df7521
commit ee78c6c446
2 changed files with 21 additions and 12 deletions

View File

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?><project-modules id="moduleCoreId" project-version="1.5.0"> <?xml version="1.0" encoding="UTF-8"?><project-modules id="moduleCoreId" project-version="1.5.0">
@ -89,7 +90,8 @@
<wb-module deploy-name="gcube-ckan-datacatalog-2.3.1"> <wb-module deploy-name="gcube-ckan-datacatalog-2.3.1">
@ -179,7 +181,8 @@
<wb-resource deploy-path="/" source-path="/target/m2e-wtp/web-resources"/> <wb-resource deploy-path="/" source-path="/target/m2e-wtp/web-resources"/>
@ -269,7 +272,8 @@
<wb-resource deploy-path="/" source-path="/src/main/webapp" tag="defaultRootSource"/> <wb-resource deploy-path="/" source-path="/src/main/webapp" tag="defaultRootSource"/>
@ -359,7 +363,8 @@
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/java"/> <wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/java"/>
@ -383,7 +388,8 @@
<dependent-module archiveName="ckan-metadata-publisher-widget-2.3.0-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/ckan-metadata-publisher-widget/ckan-metadata-publisher-widget"> <dependent-module archiveName="ckan-metadata-publisher-widget-2.3.0-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/ckan-metadata-publisher-widget/ckan-metadata-publisher-widget">
<dependency-type>uses</dependency-type> <dependency-type>uses</dependency-type>
</dependent-module> </dependent-module>
@ -473,7 +479,8 @@
<property name="context-root" value="gcube-ckan-datacatalog"/> <property name="context-root" value="gcube-ckan-datacatalog"/>
@ -563,7 +570,8 @@
<property name="java-output-path" value="/gcube-ckan-datacatalog/target/gcube-ckan-datacatalog-1.0.0-SNAPSHOT/WEB-INF/classes"/> <property name="java-output-path" value="/gcube-ckan-datacatalog/target/gcube-ckan-datacatalog-1.0.0-SNAPSHOT/WEB-INF/classes"/>
@ -653,7 +661,8 @@
</wb-module> </wb-module>

View File

@ -46,7 +46,7 @@
</property> </property>
</activation> </activation>
<properties> <properties>
<gcube-portal-bom-version>3.7.0</gcube-portal-bom-version> <maven-portal-bom-version>3.7.0</maven-portal-bom-version>
</properties> </properties>
</profile> </profile>
<!-- DEV profile --> <!-- DEV profile -->
@ -58,7 +58,7 @@
</property> </property>
</activation> </activation>
<properties> <properties>
<gcube-portal-bom-version>3.8.0-SNAPSHOT</gcube-portal-bom-version> <maven-portal-bom-version>4.0.0-SNAPSHOT</maven-portal-bom-version>
</properties> </properties>
</profile> </profile>
</profiles> </profiles>
@ -68,7 +68,7 @@
<dependency> <dependency>
<groupId>org.gcube.distribution</groupId> <groupId>org.gcube.distribution</groupId>
<artifactId>maven-portal-bom</artifactId> <artifactId>maven-portal-bom</artifactId>
<version>${gcube-portal-bom-version}</version> <version>${maven-portal-bom-version}</version>
<type>pom</type> <type>pom</type>
<scope>import</scope> <scope>import</scope>
<exclusions> <exclusions>