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:
parent
f50aa8c236
commit
895df001f4
|
@ -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).
|
|
@ -1,5 +1,12 @@
|
||||||
<ReleaseNotes>
|
<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>
|
<Change>First Release</Change>
|
||||||
</Changeset>
|
</Changeset>
|
||||||
</ReleaseNotes>
|
</ReleaseNotes>
|
2
pom.xml
2
pom.xml
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
<groupId>org.gcube.dataanalysis</groupId>
|
<groupId>org.gcube.dataanalysis</groupId>
|
||||||
<artifactId>ecological-engine-wps-extension</artifactId>
|
<artifactId>ecological-engine-wps-extension</artifactId>
|
||||||
<version>1.0.5-SNAPSHOT</version>
|
<version>1.0.5</version>
|
||||||
|
|
||||||
<name>ecological-engine-wps-extension</name>
|
<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>
|
<description>This is a library to support DataMiner service that integrates the WPS 52North in the D4Science Infrastructure.</description>
|
||||||
|
|
Loading…
Reference in New Issue