Updated to gcube-smartgears-bom-2.5.1-SNAPSHOT

This commit is contained in:
Giancarlo Panichi 2024-09-23 17:34:14 +02:00
parent 515d5ff5c6
commit 727dcbef9b
4 changed files with 9 additions and 3 deletions

View File

@ -59,6 +59,12 @@
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/resources"/>
<dependent-module archiveName="dataminer-1.9.1-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/dataminer/dataminer">
<dependency-type>uses</dependency-type>
</dependent-module>
<dependent-module archiveName="ecological-engine-wps-extension-1.2.0-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/ecological-engine-wps-extension/ecological-engine-wps-extension">
<dependency-type>uses</dependency-type>
</dependent-module>

View File

@ -5,7 +5,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
## [v1.5.0-SNAPSHOT]
- Updated gcube-smartgears-bom to 2.6.0-SNAPSHOT
- Updated gcube-smartgears-bom to 2.5.1-SNAPSHOT
## [v1.4.0] - 2022-12-06

View File

@ -1,7 +1,7 @@
<ReleaseNotes>
<Changeset component="org.gcube.data-analysis.wps.1-5-0"
date="2024-09-18">
<Change>Updated gcube-smartgears-bom to 2.6.0-SNAPSHOT</Change>
<Change>Updated gcube-smartgears-bom to 2.5.1-SNAPSHOT</Change>
</Changeset>
<Changeset component="org.gcube.data-analysis.wps.1-4-0"
date="2022-12-06">

View File

@ -87,7 +87,7 @@
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>gcube-smartgears-bom</artifactId>
<version>2.6.0-SNAPSHOT</version>
<version>2.5.1-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>