From 14c5597d305c6d309fadbe575347fb73b1b1cd4e Mon Sep 17 00:00:00 2001 From: Roberto Cirillo Date: Thu, 10 Feb 2022 10:45:55 +0100 Subject: [PATCH] update to 1.2.0-SNAPSHOT, removed internal logback.xml --- pom.xml | 4 ++-- src/main/resources/logback.xml | 17 ----------------- 2 files changed, 2 insertions(+), 19 deletions(-) delete mode 100644 src/main/resources/logback.xml diff --git a/pom.xml b/pom.xml index 6b4cd84..217112a 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.gcube.data-access sh-fuse-integration - 1.1.1 + 1.2.0-SNAPSHOT SHFuseIntegration @@ -117,4 +117,4 @@ - \ No newline at end of file + diff --git a/src/main/resources/logback.xml b/src/main/resources/logback.xml deleted file mode 100644 index 3058778..0000000 --- a/src/main/resources/logback.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - %d{HH:mm:ss.SSS} [%thread] %-5level %logger{0}: %msg%n - - - - - - - - - - - - \ No newline at end of file