diff --git a/CHANGELOG.md b/CHANGELOG.md index 4df4baa..9e9fa4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm # Changelog for org.gcube.data-access.sh-fuse-integration +## [v1.2.0-SNAPSHOT] 2022-02-10 + +### Fixes + - removed internal logback.xml #22814 + ## [v1.1.1] 2021-01-15 ### Fixes 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