updated at 2.10.1-SNAPSHOT

This commit is contained in:
Francesco Mangiacrapa 2024-10-15 16:08:37 +02:00
parent f8428995ce
commit 06932cdd68
2 changed files with 5 additions and 1 deletions

View File

@ -4,6 +4,10 @@
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).
## [v2.10.1-SNAPSHOT]
- Bug fixing StorageID resolver [#28276]
## [v2.10.0]
- GeoPortal-Resolver enhancement: implemented share link towards Geoportal Data-Entry facility [#27135]

View File

@ -9,7 +9,7 @@
</parent>
<groupId>org.gcube.data.transfer</groupId>
<artifactId>uri-resolver</artifactId>
<version>2.10.0</version>
<version>2.10.1-SNAPSHOT</version>
<packaging>war</packaging>
<description>The URI Resolver is an HTTP URI resolver implemented as a REST service which gives access trough HTTP to different gcube Resolvers and gCube Applications.</description>