From 901ff3d902ca4bb2e31725b4d0c6149500239f3a Mon Sep 17 00:00:00 2001 From: "francesco.mangiacrapa" Date: Wed, 16 Oct 2024 11:21:03 +0200 Subject: [PATCH] Included: Bug fixing StorageID resolver [#28276]. Added HealthCheckResponse via `microprofile-health-api` --- CHANGELOG.md | 7 ++----- pom.xml | 2 +- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa5a057..29a8911 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,6 @@ 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] -- Added HealthCheckResponse via `microprofile-health-api` (see https://microprofile.io/specifications/microprofile-health/) - ## [v2.10.0] - GeoPortal-Resolver enhancement: implemented share link towards Geoportal Data-Entry facility [#27135] @@ -16,6 +11,8 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm - Migrated to `catalogue-util-library` [#27423] - Included new SHUB client library [#27944] - Moved to `gcube-smartgears-bom 2.5.1{-SNAPSHOT}` [#28026] +- Bug fixing StorageID resolver [#28276] +- Added HealthCheckResponse via `microprofile-health-api` (see https://microprofile.io/specifications/microprofile-health/) ## [v2.9.0] diff --git a/pom.xml b/pom.xml index 099c50c..398ba2e 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ org.gcube.data.transfer uri-resolver - 2.10.1-SNAPSHOT + 2.10.0 war 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.