update to version 1.6.0:
removed snapshot, edit changelog.md
This commit is contained in:
parent
cc1cece20e
commit
577a564b4d
|
@ -4,13 +4,9 @@ All notable changes to this project will be documented in this file.
|
||||||
this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
|
|
||||||
## [Unreleased]
|
|
||||||
|
|
||||||
## [1.6.0] - 2020-05-12
|
## [1.6.0] - 2020-05-12
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- added storagehub retry in InputsManager class, getLocalFile method
|
[#19253] added storagehub retry in InputsManager class, getLocalFile method
|
||||||
|
|
||||||
### Changed
|
|
||||||
-
|
|
2
pom.xml
2
pom.xml
|
@ -9,7 +9,7 @@
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.gcube.dataanalysis</groupId>
|
<groupId>org.gcube.dataanalysis</groupId>
|
||||||
<artifactId>dataminer</artifactId>
|
<artifactId>dataminer</artifactId>
|
||||||
<version>1.6.0-SNAPSHOT</version>
|
<version>1.6.0</version>
|
||||||
<name>dataminer</name>
|
<name>dataminer</name>
|
||||||
<description>An e-Infrastructure service providing state-of-the art DataMining algorithms and ecological modelling approaches under the Web Processing Service (WPS) standard.</description>
|
<description>An e-Infrastructure service providing state-of-the art DataMining algorithms and ecological modelling approaches under the Web Processing Service (WPS) standard.</description>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue