Fixed pom

This commit is contained in:
Fabio Sinibaldi 2022-07-26 16:36:09 +02:00
parent c2c06c1e3f
commit b189ef5cda
2 changed files with 6 additions and 2 deletions

View File

@ -2,6 +2,10 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for org.gcube.application.geoportal-client
## [v1.0.8-SNAPSHOT] - 2022-05-25
- Fixed pom
## [v1.0.7] - 2022-05-25
- Clone Concessione

View File

@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.gcube.application</groupId>
<artifactId>geoportal-client</artifactId>
<version>1.0.7</version>
<version>1.0.8-SNAPSHOT</version>
<name>Geoportal Client</name>
@ -51,7 +51,7 @@
<dependency>
<groupId>org.gcube.common</groupId>
<artifactId>common-jaxrs-client</artifactId>
<version>[1.0.0,2.0.0)</version>
<version>[1.0.0,2.0.0-SNAPSHOT)</version>
</dependency>