Compare commits

...

3 Commits

Author SHA1 Message Date
luca.frosini 5bd85a8219 Ignored MacOs File 2023-06-21 11:39:22 +02:00
Luca Frosini 7449490f36 Removed -SNAPSHOT to release the component 2022-10-26 10:28:33 +02:00
Luca Frosini 520f5c2adb Upgraded gcube-bom version 2022-10-26 10:27:12 +02:00
3 changed files with 5 additions and 4 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@ target
.classpath
.project
.settings
/.DS_Store

View File

@ -3,10 +3,10 @@
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.0-SNAPSHOT]
## [v2.0.0]
- Adding support for "FAO SDG 14.4.1 Questionnaire" source [#23670]
- Upgraded gcube-bom version to 2.1.0
## [v1.3.2]

View File

@ -14,7 +14,7 @@
<groupId>org.gcube.data-catalogue</groupId>
<artifactId>grsf-common-library</artifactId>
<packaging>jar</packaging>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<description>Common library for GRSF service and management panel</description>
<properties>
@ -40,7 +40,7 @@
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>gcube-bom</artifactId>
<version>2.0.2</version>
<version>2.1.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>