From a731b29c0dad3edacff058576ff5c265da4b6d74 Mon Sep 17 00:00:00 2001 From: rcirillo-pc Date: Tue, 16 Feb 2021 10:55:07 +0100 Subject: [PATCH] removed commented lines, added 3.0.0-SNAPSHOT entry to the changelog --- CHANGELOG.md | 7 ++++++- pom.xml | 52 ---------------------------------------------------- 2 files changed, 6 insertions(+), 53 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5894fd0..119b080 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,13 @@ # Changelog for storage-manager-core + +## [v3.0.0-SNAPSHOT] + * added token and region parameters in order to be compliant with s3 object storage + * refactoring code + ## [v2.10.0-SNAPSHOT] * added input parameter to getSize method in order to be compatible with the needed of s3 client ## [v2.9.0] 2019-10-19 * SSL enabled - \ No newline at end of file + diff --git a/pom.xml b/pom.xml index dc91a99..a635218 100644 --- a/pom.xml +++ b/pom.xml @@ -9,9 +9,6 @@ org.gcube.contentmanagement storage-manager-core 3.0.0-SNAPSHOT - - - scm:git:https://code-repo.d4science.org/gCubeSystem/${project.artifactId}.git scm:git:https://code-repo.d4science.org/gCubeSystem/${project.artifactId}.git @@ -54,53 +51,4 @@ 1.8 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file