From bfc98ba8c0673ec39a6794f3dd82f3929bf09017 Mon Sep 17 00:00:00 2001 From: Massimiliano Assante Date: Wed, 6 Dec 2023 19:03:26 +0100 Subject: [PATCH] ready to release --- CHANGELOG.md | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3277a9f..02739ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ # Changelog -## [v3.0.0-SNAPSHOT] - 2023-12-04 +## [v3.0.0] - 2023-12-06 -- Feature 25766, new impl for get users by role in a VRE +- Feature #26193, new impl for get users by role in a VRE - Replace Astyanx Java client for Cassandra 2 with Datastax client for Cassandra 4 - Add REST resources for all the functions in social networking library diff --git a/pom.xml b/pom.xml index a5c0bb9..ef6d163 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ org.gcube.portal social-networking-library-ws war - 3.0.0-SNAPSHOT + 3.0.0 social-networking-library-ws Rest interface for the social networking library.