Updated for release gCube 5.13.1

feature/24026 r5.13.1
Giancarlo Panichi 2 years ago
parent ab923c40b5
commit 65f53b7769

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

@ -1,6 +1,6 @@
# Changelog
## [v1.3.0-SNAPSHOT] - 2022-08-26
## [v1.3.0] - 2022-08-26
- Updated service to common-gcube-calls-1.3.1 [#23769]

@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.gcube.data-analysis</groupId>
<artifactId>wps</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
<name>WPS</name>
<description>A service implementing a WPS provider in the D4Science e-Infrastructure</description>
@ -87,7 +87,7 @@
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>gcube-smartgears-bom</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.1.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>

Loading…
Cancel
Save