reverted to 1.0.0

This commit is contained in:
Francesco Mangiacrapa 2021-07-30 11:19:46 +02:00
parent 9672681179
commit c62f38cc27
2 changed files with 3 additions and 8 deletions

View File

@ -4,11 +4,6 @@
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.0.1-SNAPSHOT] - 2021-07-30
[#21890] Pass to mongoID
Passed to gcube-bom 2.0.1
## [v1.0.0] - 2020-12-01
First release
First release

View File

@ -10,7 +10,7 @@
<groupId>org.gcube.application</groupId>
<artifactId>geoportal-data-common</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.0</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.0.1</version>
<version>2.0.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>