diff --git a/CHANGELOG.md b/CHANGELOG.md index 324d516..82aca7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,13 @@ 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-7.2] - 2022-04-06 +## [v2.7.3-SNAPSHOT] - 2022-04-27 + +**Bug Fixing** + +- [#23213] Fixing NoClassDefFoundError: org/geotoolkit/xml/XML + +## [v2.7.2] - 2022-04-06 **New** @@ -18,7 +24,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm - [#20743] Integration with javamelody -## [v2-6-1] - 2022-01-17 +## [v2.6.1] - 2022-01-17 **New features** @@ -30,7 +36,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm - [#21560] Checking the bug fix done - Moved to gcube-smartgears-bom.2.1.0 -## [v2-5-0] - 2021-04-08 +## [v2.5.0] - 2021-04-08 **New features** @@ -41,7 +47,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm [#21093] StorageHubResolver HEAD request does not support Content-Length -## [v2-4-1] - 2021-01-13 +## [v2.4.1] - 2021-01-13 **Bug Fixes** diff --git a/pom.xml b/pom.xml index caa48c3..8505994 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ org.gcube.data.transfer uri-resolver - 2.7.2 + 2.7.3-SNAPSHOT war The URI Resolver is an HTTP URI resolver implemented as a REST service which gives access trough HTTP to different gcube Resolvers and gCube Applications.