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
4812db4f35
commit
ec3e8ccdf4
|
@ -0,0 +1,54 @@
|
|||
|
||||
# Changelog
|
||||
|
||||
|
||||
|
||||
## [v1.6.3] [r4.24.0] - 2020-06-10
|
||||
|
||||
### Features
|
||||
|
||||
- Updated for support https protocol [#19423]
|
||||
|
||||
|
||||
|
||||
## [v1.6.0] - 2017-09-27
|
||||
|
||||
### Features
|
||||
|
||||
- Moved to the new SocialNetowrkingService 2.0
|
||||
|
||||
|
||||
|
||||
## [v1.4.0] - 2016-09-27
|
||||
|
||||
### Features
|
||||
|
||||
- Moved generic Worker to Dataminer
|
||||
|
||||
|
||||
|
||||
## [v1.3.0] - 2016-04-01
|
||||
|
||||
### Features
|
||||
|
||||
- Web application publisher
|
||||
|
||||
|
||||
|
||||
## [v1.2.0] - 2016-02-08
|
||||
|
||||
### Features
|
||||
|
||||
- Management of SAI algorithm
|
||||
|
||||
|
||||
|
||||
## [v1.0.0] - 2015-05-27
|
||||
|
||||
### Features
|
||||
|
||||
- First Release
|
||||
|
||||
|
||||
|
||||
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
@ -1,32 +1,32 @@
|
|||
<ReleaseNotes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:noNamespaceSchemaLocation="xsd/changelog.xsd">
|
||||
<Changeset
|
||||
component="org.gcube.data-analysis.ecological-engine-smart-executor.1.6.3"
|
||||
date="2019-11-22">
|
||||
<Change>Updated to Git and Jenkins and new maven-parent</Change>
|
||||
component="org.gcube.data-analysis.ecological-engine-smart-executor.1-6-3"
|
||||
date="2020-06-10">
|
||||
<Change>Updated for support https protocol [#19423]</Change>
|
||||
</Changeset>
|
||||
<Changeset
|
||||
component="org.gcube.data-analysis.ecological-engine-smart-executor.1.6.0"
|
||||
date="2017-27-09">
|
||||
component="org.gcube.data-analysis.ecological-engine-smart-executor.1-6-0"
|
||||
date="2017-09-27">
|
||||
<Change>Moved to the new SocialNetowrkingService 2.0</Change>
|
||||
</Changeset>
|
||||
<Changeset
|
||||
component="org.gcube.data-analysis.ecological-engine-smart-executor.1.4.0"
|
||||
date="2016-27-09">
|
||||
component="org.gcube.data-analysis.ecological-engine-smart-executor.1-4-0"
|
||||
date="2016-09-27">
|
||||
<Change>Moved generic Worker to Dataminer</Change>
|
||||
</Changeset>
|
||||
<Changeset
|
||||
component="org.gcube.data-analysis.ecological-engine-smart-executor.1.3.0"
|
||||
component="org.gcube.data-analysis.ecological-engine-smart-executor.1-3-0"
|
||||
date="2016-04-01">
|
||||
<Change>Web application publisher</Change>
|
||||
</Changeset>
|
||||
<Changeset
|
||||
component="org.gcube.data-analysis.ecological-engine-smart-executor.1.2.0"
|
||||
component="org.gcube.data-analysis.ecological-engine-smart-executor.1-2-0"
|
||||
date="2016-02-08">
|
||||
<Change>Management of SAI algorithm</Change>
|
||||
</Changeset>
|
||||
<Changeset
|
||||
component="org.gcube.data-analysis.ecological-engine-smart-executor.1.0.0"
|
||||
component="org.gcube.data-analysis.ecological-engine-smart-executor.1-0-0"
|
||||
date="2015-05-27">
|
||||
<Change>First Release</Change>
|
||||
</Changeset>
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -9,7 +9,7 @@
|
|||
</parent>
|
||||
<groupId>org.gcube.dataanalysis</groupId>
|
||||
<artifactId>ecological-engine-smart-executor</artifactId>
|
||||
<version>1.6.3-SNAPSHOT</version>
|
||||
<version>1.6.3</version>
|
||||
<name>ecological-engine-smart-executor</name>
|
||||
<description>Smart Ecological Engine Executor library</description>
|
||||
|
||||
|
|
Loading…
Reference in New Issue