From 32f80a1df094bd2a037b8e183ff371a83414e510 Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Thu, 8 Oct 2020 17:04:56 +0200 Subject: [PATCH] Removed -SNAPSHOT from version and dependencies lower range --- CHANGELOG.md | 2 +- pom.xml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce7492a..7b85611 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 gCube Smartgears Bom -## [v2.0.0-SNAPSHOT] [r5.0.0] - +## [v2.0.0] [r5.0.0] - - Switched JSON management to gcube-jackson [#19283] diff --git a/pom.xml b/pom.xml index 75bb590..a6a7ba8 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ org.gcube.distribution gcube-smartgears-bom - 2.0.0-SNAPSHOT + 2.0.0 pom gCube Smartgears Bom @@ -34,7 +34,7 @@ org.gcube.distribution gcube-bom - 2.0.0-SNAPSHOT + 2.0.0 pom import @@ -113,13 +113,13 @@ org.gcube.data.publishing document-store-lib - [3.0.0-SNAPSHOT,4.0.0-SNAPSHOT) + [3.0.0,4.0.0-SNAPSHOT) provided org.gcube.accounting accounting-lib - [4.0.0-SNAPSHOT,5.0.0-SNAPSHOT) + [4.0.0,5.0.0-SNAPSHOT) provided @@ -137,7 +137,7 @@ org.gcube.core common-smartgears - [3.0.0-SNAPSHOT,4.0.0-SNAPSHOT) + [3.0.0,4.0.0-SNAPSHOT) provided