Compare commits

..

No commits in common. "master" and "task_24792" have entirely different histories.

2 changed files with 4 additions and 4 deletions

View File

@ -3,9 +3,9 @@
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).
## [v1.7.0]
## [v1.7.0-SNAPSHOT]
- Integrated the new Geoportal-Resolver [#24842]
- [#24842] Integrated the new Geoportal-Resolver
## [v1.6.0] - 2022-07-26

View File

@ -11,7 +11,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.gcube.portlets.user</groupId>
<artifactId>uri-resolver-manager</artifactId>
<version>1.7.0</version>
<version>1.7.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>uri-resolver-manager</name>
<description>The URI Resolver Manager</description>
@ -46,7 +46,7 @@
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>gcube-bom</artifactId>
<version>2.3.0</version>
<version>2.0.2</version>
<type>pom</type>
<scope>import</scope>
</dependency>