From 46148da837a504085760d57b6bd817a419b36bfc Mon Sep 17 00:00:00 2001 From: Alfredo Oliviero Date: Wed, 23 Oct 2024 11:01:04 +0200 Subject: [PATCH] v4.0.0-SNAPSHOT fixed dependency ranges --- CHANGELOG.md | 2 +- pom.xml | 28 ++++++++++++++-------------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59f7ddd..282915b 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). -## [v4.0.0] - 2024-05-02 +## [v4.0.0-SNAPSHOT] - removed deps for social networking library - added social service client dep diff --git a/pom.xml b/pom.xml index 3086aef..f598a02 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ org.gcube.distribution maven-portal-bom - 4.0.0 + 4.0.0-SNAPSHOT pom @@ -113,25 +113,25 @@ org.gcube.common event-publisher-library - [1.0.0-SNAPSHOT,) + [1.0.0-SNAPSHOT,2.0.0-SNAPSHOT) provided org.gcube.portal event-publisher-portal - [1.0.1-SNAPSHOT,) + [1.0.1-SNAPSHOT,2.0.0-SNAPSHOT) provided org.gcube.common oidc-library - [1.2.0-SNAPSHOT,) + [1.2.0-SNAPSHOT,2.0.0-SNAPSHOT) provided org.gcube.portal oidc-library-portal - [1.2.0-SNAPSHOT,) + [1.2.0-SNAPSHOT,2.0.0-SNAPSHOT) provided @@ -173,13 +173,13 @@ org.gcube.portal social-library-stubs - [1.0.0-SNAPSHOT, 2.0.0) + [1.0.0-SNAPSHOT, 2.0.0-SNAPSHOT) provided org.gcube.social-networking social-service-client - [2.0.0-SNAPSHOT, 3.0.0) + [2.0.0-SNAPSHOT, 3.0.0-SNAPSHOT) provided @@ -191,7 +191,13 @@ org.gcube.social-networking social-service-model - [1.2.0, 2.0.0) + [1.2.0, 2.0.0-SNAPSHOT) + provided + + + org.gcube.portal + notifications-common-library + [1.5.0,2.0.0-SNAPSHOT) provided @@ -205,12 +211,6 @@ gwt-jsonmaker 1.2.1 - - org.gcube.portal - notifications-common-library - [1.5.0,2.0.0-SNAPSHOT) - provided -