From 8489f59bbc227fb4937be4da11f7b7420f3eea3e Mon Sep 17 00:00:00 2001 From: Roberto Cirillo Date: Wed, 30 Nov 2022 12:10:04 +0100 Subject: [PATCH] upgrade to 4.1.0-SNAPSHOT. Set java_version to 1.8 --- CHANGELOG.md | 1 + pom.xml | 17 +++++++++-------- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9bf2fe..30059d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ## [v4.1.0-SNAPSHOT] * compatible with s3 storage backend * remove retry mechanism to exist method + * add try/catch on exist method #24215 ## [v3.0.0] 2021-09-10 * fix #22164 diff --git a/pom.xml b/pom.xml index eddf5df..4b0f693 100644 --- a/pom.xml +++ b/pom.xml @@ -9,9 +9,9 @@ org.gcube.contentmanagement storage-manager-core 4.1.0-SNAPSHOT - - - + + 1.8 + scm:git:https://code-repo.d4science.org/gCubeSystem/${project.artifactId}.git scm:git:https://code-repo.d4science.org/gCubeSystem/${project.artifactId}.git @@ -53,10 +53,11 @@ commons-codec 1.8 - - - - - + + org.slf4j + slf4j-simple + 1.7.32 + test +