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"/> <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> <dependency-type>uses</dependency-type>
</dependent-module> </dependent-module>

View File

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

View File

@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>org.gcube.data-analysis</groupId> <groupId>org.gcube.data-analysis</groupId>
<artifactId>wps</artifactId> <artifactId>wps</artifactId>
<version>1.1.9</version> <version>1.1.10-SNAPSHOT</version>
<name>WPS</name> <name>WPS</name>
<description>A service implementing a WPS provider in the D4Science e-Infrastructure</description> <description>A service implementing a WPS provider in the D4Science e-Infrastructure</description>
@ -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.1.1</version> <version>2.2.0-SNAPSHOT</version>
<type>pom</type> <type>pom</type>
<scope>import</scope> <scope>import</scope>
</dependency> </dependency>