Removed -SNAPSHOT to be released. Added gcube-bom 2.1.0

This commit is contained in:
Francesco Mangiacrapa 2023-03-07 11:05:40 +01:00
parent dc1a0146e5
commit 6dd3cb4b79
2 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@
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-SNAPSHOT] - 2023-02-09
## [v2.0.3] - 2023-03-07
#### Enhancements

View File

@ -10,7 +10,7 @@
<groupId>org.gcube.application</groupId>
<artifactId>geoportal-data-common</artifactId>
<version>2.0.3-SNAPSHOT</version>
<version>2.0.3</version>
<description>GeoPortal Data Common is common library used by GUI components developed for GeoNA</description>
<scm>
@ -41,7 +41,7 @@
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>gcube-bom</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.1.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>