Updated gcube-smartgears-bom to 2.6.0-SNAPSHOT
This commit is contained in:
parent
2faa661fd5
commit
515d5ff5c6
|
@ -59,9 +59,6 @@
|
|||
|
||||
|
||||
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/resources"/>
|
||||
<dependent-module archiveName="ecological-engine-1.14.1.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/ecological-engine/ecological-engine">
|
||||
<dependency-type>uses</dependency-type>
|
||||
</dependent-module>
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -3,7 +3,12 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
|||
# Changelog for "wps"
|
||||
|
||||
|
||||
## [v1.4.0]
|
||||
## [v1.5.0-SNAPSHOT]
|
||||
|
||||
- Updated gcube-smartgears-bom to 2.6.0-SNAPSHOT
|
||||
|
||||
|
||||
## [v1.4.0] - 2022-12-06
|
||||
|
||||
- Updated list parameter [#24026]
|
||||
- Fixed Bionym Local problem [#24209]
|
||||
|
|
|
@ -1,4 +1,8 @@
|
|||
<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>
|
||||
</Changeset>
|
||||
<Changeset component="org.gcube.data-analysis.wps.1-4-0"
|
||||
date="2022-12-06">
|
||||
<Change>Updated list parameter [#24026]</Change>
|
||||
|
|
6
pom.xml
6
pom.xml
|
@ -4,14 +4,14 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.gcube.data-analysis</groupId>
|
||||
<artifactId>wps</artifactId>
|
||||
<version>1.4.0</version>
|
||||
<version>1.5.0-SNAPSHOT</version>
|
||||
<name>WPS</name>
|
||||
<description>A service implementing a WPS provider in the D4Science e-Infrastructure</description>
|
||||
|
||||
<parent>
|
||||
<artifactId>maven-parent</artifactId>
|
||||
<groupId>org.gcube.tools</groupId>
|
||||
<version>1.1.0</version>
|
||||
<version>1.2.0</version>
|
||||
<relativePath />
|
||||
</parent>
|
||||
|
||||
|
@ -87,7 +87,7 @@
|
|||
<dependency>
|
||||
<groupId>org.gcube.distribution</groupId>
|
||||
<artifactId>gcube-smartgears-bom</artifactId>
|
||||
<version>2.2.0</version>
|
||||
<version>2.6.0-SNAPSHOT</version>
|
||||
<type>pom</type>
|
||||
<scope>import</scope>
|
||||
</dependency>
|
||||
|
|
Loading…
Reference in New Issue