ref 20971: ShortLink - Check for obsolete short urls
https://support.d4science.org/issues/20971 Fixed ShortLink urls.
This commit is contained in:
parent
93613b2724
commit
933c22182e
16
CHANGELOG.md
16
CHANGELOG.md
|
@ -1,5 +1,19 @@
|
|||
# Changelog
|
||||
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
# Changelog for "ecological-engine-geospatial-extensions"
|
||||
|
||||
|
||||
## [v1.5.3] - 2021-05-24
|
||||
|
||||
### Fixes
|
||||
|
||||
- Fixed obsolete short urls [#20971]
|
||||
|
||||
|
||||
## [v1.5.2] 2021-01-18
|
||||
|
||||
### Features
|
||||
|
||||
- update gis-interface lower bound range
|
||||
- replaced repositories defined into the pom with the new nexus url (nexus.d4science.org). update version to 1.5.2-SNAPSHOT
|
||||
- update ecological-engine-smart-executor lower range
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -9,7 +9,7 @@
|
|||
</parent>
|
||||
<groupId>org.gcube.dataanalysis</groupId>
|
||||
<artifactId>ecological-engine-geospatial-extensions</artifactId>
|
||||
<version>1.5.2</version>
|
||||
<version>1.5.3-SNAPSHOT</version>
|
||||
|
||||
<name>ecological-engine-geospatial-extensions</name>
|
||||
<description>ecological-engine-geospatial-extension</description>
|
||||
|
|
Loading…
Reference in New Issue