Upgrade to gcube-smartgears-bom 2.1.0

This commit is contained in:
Fabio Sinibaldi 2021-07-23 15:42:11 +02:00
parent b37cd4233f
commit d52a96aa11
2 changed files with 5 additions and 2 deletions

View File

@ -2,6 +2,9 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for org.gcube.application.geoportal-service
## [v1.0.5-SNAPSHOT] 2021-07-23
Upgrade to gcube-smartgears-bom 2.1.0
## [v1.0.4] 2020-11-11
Mongo integration with Concessione
Project interface

View File

@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.gcube.application</groupId>
<artifactId>geoportal-service</artifactId>
<version>1.0.4</version>
<version>1.0.5-SNAPSHOT</version>
<name>Geoportal Service</name>
<packaging>war</packaging>
@ -35,7 +35,7 @@
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>gcube-smartgears-bom</artifactId>
<version>2.0.0</version>
<version>2.1.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>