- Just to include the new SHUB client library [#27944]

This commit is contained in:
Francesco Mangiacrapa 2024-08-05 10:33:20 +02:00
parent bae7b1aac7
commit 4a3c879294
3 changed files with 49 additions and 15 deletions

View File

@ -41,7 +41,15 @@
<wb-module deploy-name="uri-resolver-2.10.0-SNAPSHOT">
<wb-module deploy-name="uri-resolver-2.10.0">
@ -106,6 +114,10 @@
@ -149,6 +161,10 @@
@ -192,6 +208,10 @@
@ -214,9 +234,10 @@
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/resources"/>
<dependent-module archiveName="metadata-profile-form-builder-widget-2.2.0-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/metadata-profile-form-builder-widget/metadata-profile-form-builder-widget">
<dependency-type>uses</dependency-type>
</dependent-module>
@ -281,6 +302,10 @@
@ -324,6 +349,10 @@
@ -367,6 +396,10 @@

View File

@ -4,11 +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.10.0]
## [v2.10.0-SNAPSHOT]
- GeoPortal-Resolver enhancement: implemented share link towards Geoportal Data-Entry facility [#27135]
- Added Geoportal Exporter as PDF [#27274]
- Migrated to `catalogue-util-library` [#27423]
- Included new SHUB client library [#27944]
## [v2.9.0]

View File

@ -9,7 +9,7 @@
</parent>
<groupId>org.gcube.data.transfer</groupId>
<artifactId>uri-resolver</artifactId>
<version>2.10.0</version>
<version>2.10.0-SNAPSHOT</version>
<packaging>war</packaging>
<description>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.</description>