From d3a9899ec14930a2135c53e6e516915dd5ebeba4 Mon Sep 17 00:00:00 2001 From: Alfredo Oliviero <alfredo.oliviero@isti.cnr.it> Date: Mon, 28 Oct 2024 10:43:45 +0100 Subject: [PATCH] v2.1.0 --- CHANGELOG.md | 4 ++-- pom.xml | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6582807..7f6c59d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,9 @@ # Changelog -## [v2.1.0-SNAPSHOT] +## [v2.1.0] - Feature #27999 [StorageHub] downstream components to upgrade in order to work with storagehub 1.5.0 -- moved to gcube-smartgears-bom 2.5.1-SNAPSHOT +- moved to gcube-smartgears-bom 2.5.1 ## [v2.0.1] - 2024-04-16 diff --git a/pom.xml b/pom.xml index 6886cf5..9f3fc18 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ <groupId>org.gcube.social-networking</groupId> <artifactId>social-service-client</artifactId> - <version>2.1.0-SNAPSHOT</version> + <version>2.1.0</version> <name>social-networking-service-client</name> <packaging>jar</packaging> <description>The social networking web service client library</description> @@ -23,7 +23,7 @@ <dependency> <groupId>org.gcube.distribution</groupId> <artifactId>gcube-smartgears-bom</artifactId> - <version>2.5.1-SNAPSHOT</version> + <version>2.5.1</version> <type>pom</type> <scope>import</scope> </dependency> @@ -50,7 +50,7 @@ <dependency> <groupId>org.gcube.portal</groupId> <artifactId>social-networking-library</artifactId> - <version>[2.1.0-SNAPSHOT, 3.0.0)</version> + <version>[2.1.0, 3.0.0-SNAPSHOT)</version> <scope>compile</scope> </dependency> @@ -81,7 +81,7 @@ <dependency> <groupId>org.gcube.social-networking</groupId> <artifactId>social-service-model</artifactId> - <version>[1.2.0-SNAPSHOT, 2.0.0-SNAPSHOT)</version> + <version>[1.3.0, 2.0.0-SNAPSHOT)</version> </dependency> <dependency> <groupId>org.projectlombok</groupId>