From 9b7bf6445b2744826c31664e53e6dde5a60f8125 Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Wed, 16 Jun 2021 09:41:41 +0200 Subject: [PATCH] Remove -SNAPSHOT for release --- CHANGELOG.md | 2 +- pom.xml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f706469..6a41f04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm # Changelog for Smart Executor Client -## [v3.0.0-SNAPSHOT] [r5.0.0] - +## [v3.0.0] - Switched smart-executor JSON management to gcube-jackson [#19647] - Redesigned HTTP APIs to comply with RESTful architectural style [#12997] diff --git a/pom.xml b/pom.xml index abe6329..44bfcec 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ org.gcube.vremanagement smart-executor-client - 3.0.0-SNAPSHOT + 3.0.0 Smart Executor Client Smart Executor Client is a library designed to interact with Smart Executor exposed REST API @@ -57,7 +57,7 @@ org.gcube.vremanagement smart-executor-api - [3.0.0-SNAPSHOT, 4.0.0-SNAPSHOT) + [3.0.0, 4.0.0-SNAPSHOT) org.gcube.common @@ -86,7 +86,7 @@ org.gcube.vremanagement hello-world-se-plugin - [2.0.0-SNAPSHOT, 3.0.0-SNAPSHOT) + [2.0.0, 3.0.0-SNAPSHOT) test