From 6e1a62a2ab26da4826d39e2205e37ca4b0b32406 Mon Sep 17 00:00:00 2001 From: lucio Date: Tue, 29 Oct 2024 11:06:06 +0100 Subject: [PATCH] storage-manger version downgraded --- CHANGELOG.md | 2 +- pom.xml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f157968..c461d91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,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] 2021-10-15 +## [v2.0.0-SNAPSHOT] - ceph as default storage - vre folders can define specific bucket as backend diff --git a/pom.xml b/pom.xml index df3ac4b..637e130 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ 4.0.0 org.gcube.data.access storagehub - 2.0.0 + 2.0.0-SNAPSHOT storagehub @@ -330,12 +330,12 @@ org.gcube.contentmanagement storage-manager-core - [4.0.0-SNAPSHOT,5.0.0-SNAPSHOT) + [3.0.0-SNAPSHOT,4.0.0-SNAPSHOT) org.gcube.contentmanagement storage-manager-wrapper - [4.0.0-SNAPSHOT,5.0.0-SNAPSHOT) + [3.0.0-SNAPSHOT,4.0.0-SNAPSHOT)