From 9d59abed5c992518e2e008b6d2fb4b25d3ca4168 Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Tue, 24 Nov 2020 21:17:44 +0100 Subject: [PATCH] Removed -SNAPSHOT to release the component --- CHANGELOG.md | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d44a04e..8f990b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm # Changelog for Resource Registry API -## [v4.1.0-SNAPSHOT] +## [v4.1.0] - Added ContextCache utilities - Added support to provide APIs to get the list of instance contexts [#20012] [#20013] diff --git a/pom.xml b/pom.xml index b06b553..c8f38b4 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ org.gcube.information-system resource-registry-api - 4.1.0-SNAPSHOT + 4.1.0 Resource Registry API Resource Registry API is a library containing classes shared across resource-registry-* components