Updated to gcube-smartgears-bom-2.5.1-SNAPSHOT
This commit is contained in:
parent
515d5ff5c6
commit
727dcbef9b
|
@ -59,6 +59,12 @@
|
||||||
|
|
||||||
|
|
||||||
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/resources"/>
|
<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>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
||||||
|
|
||||||
## [v1.5.0-SNAPSHOT]
|
## [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
|
## [v1.4.0] - 2022-12-06
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<ReleaseNotes>
|
<ReleaseNotes>
|
||||||
<Changeset component="org.gcube.data-analysis.wps.1-5-0"
|
<Changeset component="org.gcube.data-analysis.wps.1-5-0"
|
||||||
date="2024-09-18">
|
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>
|
||||||
<Changeset component="org.gcube.data-analysis.wps.1-4-0"
|
<Changeset component="org.gcube.data-analysis.wps.1-4-0"
|
||||||
date="2022-12-06">
|
date="2022-12-06">
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -87,7 +87,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.gcube.distribution</groupId>
|
<groupId>org.gcube.distribution</groupId>
|
||||||
<artifactId>gcube-smartgears-bom</artifactId>
|
<artifactId>gcube-smartgears-bom</artifactId>
|
||||||
<version>2.6.0-SNAPSHOT</version>
|
<version>2.5.1-SNAPSHOT</version>
|
||||||
<type>pom</type>
|
<type>pom</type>
|
||||||
<scope>import</scope>
|
<scope>import</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
Loading…
Reference in New Issue