From d5a131dab66311471b5ea5149262b8382277d6f4 Mon Sep 17 00:00:00 2001 From: "francesco.mangiacrapa" Date: Mon, 13 Jun 2022 15:08:50 +0200 Subject: [PATCH] Added -SNAPSHOT for deploying it in DEV --- CHANGELOG.md | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 79b0ac6..428bc70 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.8.1] - 2022-06-13 +## [v2.8.1-SNAPSHOT] - 2022-06-13 **New** diff --git a/pom.xml b/pom.xml index 24dc8d2..3ff57c4 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ org.gcube.data.transfer uri-resolver - 2.8.1 + 2.8.1-SNAPSHOT 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.