ref 19423: DataMiner - Update DataMiner Service in Dev for support https

https://support.d4science.org/issues/19423

Updated for support https protocol
This commit is contained in:
Giancarlo Panichi 2020-06-10 18:30:56 +02:00
parent f50aa8c236
commit 895df001f4
3 changed files with 31 additions and 2 deletions

22
CHANGELOG.md Normal file
View File

@ -0,0 +1,22 @@
# Changelog
## [v1.0.5] [r4.24.0] - 2020-06-10
### Features
- Updated for support https protocol [#19423]
## [v1.0.4] - 2016-10-03
### Features
- First Release
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

View File

@ -1,5 +1,12 @@
<ReleaseNotes>
<Changeset component="org.gcube.dataanalysis.ecological-engine-wps-extension.1-0-4" date="2016-10-03">
<Changeset
component="org.gcube.dataanalysis.ecological-engine-wps-extension.1-0-5"
date="2020-06-10">
<Change>Updated for support https protocol [#19423]</Change>
</Changeset>
<Changeset
component="org.gcube.dataanalysis.ecological-engine-wps-extension.1-0-4"
date="2016-10-03">
<Change>First Release</Change>
</Changeset>
</ReleaseNotes>

View File

@ -10,7 +10,7 @@
<groupId>org.gcube.dataanalysis</groupId>
<artifactId>ecological-engine-wps-extension</artifactId>
<version>1.0.5-SNAPSHOT</version>
<version>1.0.5</version>
<name>ecological-engine-wps-extension</name>
<description>This is a library to support DataMiner service that integrates the WPS 52North in the D4Science Infrastructure.</description>