Removed -SNAPSHOT to release the component

feature/23670
Luca Frosini 2 years ago
parent 3b462dcef0
commit 7b7cae7fa2

@ -3,11 +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).
## [v1.3.2-SNAPSHOT]
## [v1.3.2]
- Updated Labels [#23167]
## [v1.3.1] - 2021-04-09
### Changed

@ -14,7 +14,7 @@
<groupId>org.gcube.data-catalogue</groupId>
<artifactId>grsf-common-library</artifactId>
<packaging>jar</packaging>
<version>1.3.2-SNAPSHOT</version>
<version>1.3.2</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>

Loading…
Cancel
Save