diff --git a/CHANGELOG.md b/CHANGELOG.md index 16f7234..edb6acc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,12 @@ 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.0.3] - 2023-03-07 +## [v2.1.0-SNAPSHOT] - 2023-04-12 + +- Integrated the deleteFileset method [#24977] +- Integrated with the Geoportal_Resolver service [#25031] + +## [v2.0.3] - 2023-02-09 #### Enhancements diff --git a/pom.xml b/pom.xml index 7f06961..a9d7475 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ org.gcube.application geoportal-data-common - 2.0.3 + 2.1.0-SNAPSHOT GeoPortal Data Common is common library used by GUI components developed for GeoNA @@ -41,7 +41,7 @@ org.gcube.distribution gcube-bom - 2.1.0 + 2.2.0-SNAPSHOT pom import @@ -80,7 +80,7 @@ org.gcube.portlets.user - gcube-url-shortener + uri-resolver-manager [1.0.0,2.0.0-SNAPSHOT) compile @@ -120,6 +120,13 @@ test + + org.postgresql + postgresql + 9.4.1212 + test + +