Updated for release
This commit is contained in:
parent
e6d478ae00
commit
f5a8ed227d
|
@ -59,19 +59,7 @@
|
||||||
|
|
||||||
|
|
||||||
<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">
|
<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>
|
|
||||||
<dependent-module archiveName="ecological-engine-wps-extension-1.1.1-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>
|
|
||||||
<dependent-module archiveName="ecological-engine-1.14.1-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/ecological-engine/ecological-engine">
|
|
||||||
<dependency-type>uses</dependency-type>
|
|
||||||
</dependent-module>
|
|
||||||
<dependent-module archiveName="seadatanet-connector-1.2.4-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/seadatanet-connector/seadatanet-connector">
|
|
||||||
<dependency-type>uses</dependency-type>
|
|
||||||
</dependent-module>
|
|
||||||
<dependent-module archiveName="ecological-engine-smart-executor-1.6.8-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/ecological-engine-smart-executor/ecological-engine-smart-executor">
|
|
||||||
<dependency-type>uses</dependency-type>
|
<dependency-type>uses</dependency-type>
|
||||||
</dependent-module>
|
</dependent-module>
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
||||||
# Changelog for "wps"
|
# Changelog for "wps"
|
||||||
|
|
||||||
|
|
||||||
## [v1.4.0-SNAPSHOT]
|
## [v1.4.0]
|
||||||
|
|
||||||
- Updated list parameter [#24026]
|
- Updated list parameter [#24026]
|
||||||
- Fixed Bionym Local problem [#24209]
|
- Fixed Bionym Local problem [#24209]
|
||||||
|
|
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.2.0-SNAPSHOT</version>
|
<version>2.2.0</version>
|
||||||
<type>pom</type>
|
<type>pom</type>
|
||||||
<scope>import</scope>
|
<scope>import</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
Loading…
Reference in New Issue