From ca1c9c20bccefce4a1bff5f92c0425db12a95e34 Mon Sep 17 00:00:00 2001 From: "francesco.mangiacrapa" Date: Mon, 5 Aug 2024 11:05:03 +0200 Subject: [PATCH] removed -SNAPSHOT to be released --- CHANGELOG.md | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c1a481..1082490 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ 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.0-SNAPSHOT] +## [v2.10.0] - GeoPortal-Resolver enhancement: implemented share link towards Geoportal Data-Entry facility [#27135] - Added Geoportal Exporter as PDF [#27274] diff --git a/pom.xml b/pom.xml index 363f6a5..d433d8f 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ org.gcube.data.transfer uri-resolver - 2.10.0-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.