From 3202995a5bcb93519475d0a8d825166a5bce351f Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Wed, 16 Jun 2021 09:41:20 +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 f3862bf..7dee935 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 Bom -## [v3.0.0-SNAPSHOT] +## [v3.0.0] - Switched smart-executor JSON management to gcube-jackson [#19647] diff --git a/pom.xml b/pom.xml index c7b7c09..fce6835 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ org.gcube.vremanagement smart-executor-bom - 3.0.0-SNAPSHOT + 3.0.0 pom Smart Executor Bom Smart Executor Bom is used to declare the version and set to provided the libraries already available in Smartgears and in Smart Executor Service. @@ -203,13 +203,13 @@ In such a way any plugin developer does not have to deal with dependencies confl org.gcube.vremanagement smart-executor-api - [3.0.0-SNAPSHOT,4.0.0-SNAPSHOT) + [3.0.0,4.0.0-SNAPSHOT) provided org.gcube.vremanagement smart-executor-client - [3.0.0-SNAPSHOT,4.0.0-SNAPSHOT) + [3.0.0,4.0.0-SNAPSHOT) provided