Updated to fix protocol parameter when persistence is disabled

This commit is contained in:
Giancarlo Panichi 2022-03-21 15:58:17 +01:00
parent 79ece63c6a
commit 22d4abb88d
3 changed files with 10 additions and 3 deletions

View File

@ -59,7 +59,7 @@
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/resources"/>
<dependent-module archiveName="dataminer-1.8.0.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/dataminer/dataminer">
<dependent-module archiveName="dataminer-1.8.1-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/dataminer/dataminer">
<dependency-type>uses</dependency-type>
</dependent-module>

View File

@ -1,5 +1,12 @@
# Changelog
## [v1.1.10-SNAPSHOT] - 2022-03-21
### Fixes
- Fixed protocol parameter when persistence is disabled
## [v1.1.9] - 2022-01-26
### Fixes

View File

@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.gcube.data-analysis</groupId>
<artifactId>wps</artifactId>
<version>1.1.9</version>
<version>1.1.10-SNAPSHOT</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.1.1</version>
<version>2.2.0-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>