From 0d435d23983d5ccea6e16145ee987e307d0992b7 Mon Sep 17 00:00:00 2001 From: Ahmed Ibrahim Date: Tue, 5 Dec 2023 16:30:00 +0100 Subject: [PATCH] Ready to release --- CHANGELOG.md | 2 +- pom.xml | 10 ++++++++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1426009..9f0fcd3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [v2.0.0] - 2023-12-04 +## [v2.0.0-SNAPSHOT] - 2023-12-04 - Feature #25901-fix, same as feature 25901 but with minor fixes related to deprecated methods and classes diff --git a/pom.xml b/pom.xml index 0a97f8b..48cad3a 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ org.gcube.portal social-networking-library - 2.0.0 + 2.0.0-SNAPSHOT gCube Social Networking Library The gCube Social Networking Library is the 'bridge' between your gCube Applications and the social networking facilities. @@ -36,7 +36,7 @@ org.gcube.distribution maven-portal-bom - 3.6.4 + 3.7.0 pom import @@ -47,16 +47,19 @@ com.datastax.oss java-driver-query-builder ${cassandra.driver.oss.version} + provided com.datastax.oss java-driver-mapper-runtime ${cassandra.driver.oss.version} + provided com.google gwt-jsonmaker 1.2.1 + provided org.gcube.resources.discovery @@ -88,15 +91,18 @@ org.slf4j slf4j-log4j12 + provided org.slf4j slf4j-api + provided commons-lang commons-lang 2.6 + provided