From 196429c84b556f6555df6c3b6b03e7279d02771f Mon Sep 17 00:00:00 2001 From: "francesco.mangiacrapa" Date: Wed, 27 Apr 2022 15:07:24 +0200 Subject: [PATCH] removed -SNAPSHOT to be released --- .settings/org.eclipse.wst.common.component | 32 +++++++++++++++------- CHANGELOG.md | 2 +- pom.xml | 2 +- 3 files changed, 24 insertions(+), 12 deletions(-) diff --git a/.settings/org.eclipse.wst.common.component b/.settings/org.eclipse.wst.common.component index 1331b59..5e7c755 100644 --- a/.settings/org.eclipse.wst.common.component +++ b/.settings/org.eclipse.wst.common.component @@ -1,13 +1,15 @@ - + - - + + + + @@ -15,7 +17,8 @@ - + + @@ -23,7 +26,8 @@ - + + @@ -31,7 +35,8 @@ - + + @@ -39,7 +44,11 @@ - + + uses + + + @@ -47,7 +56,8 @@ - + + @@ -55,7 +65,8 @@ - + + @@ -63,7 +74,8 @@ - + + diff --git a/CHANGELOG.md b/CHANGELOG.md index 82aca7d..5340607 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.7.3-SNAPSHOT] - 2022-04-27 +## [v2.7.3] - 2022-04-27 **Bug Fixing** diff --git a/pom.xml b/pom.xml index e1d18f1..dc7a519 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ org.gcube.data.transfer uri-resolver - 2.7.3-SNAPSHOT + 2.7.3 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.