removed -SNAPSHOT to be released

This commit is contained in:
Francesco Mangiacrapa 2023-09-14 15:24:43 +02:00
parent d8518b664b
commit f1b6cc9b40
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,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).
## [v1-2-0-SNAPSHOT] - 2022-02-01
## [v1-2-0] - 2022-02-01
- [#22747] Added WFS utilities

View File

@ -11,7 +11,7 @@
<groupId>org.gcube.spatial.data</groupId>
<artifactId>geo-utility</artifactId>
<packaging>jar</packaging>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
<name>geo-utility</name>
<description>A library with utility classes to interact with geo-spatial data: WmsUrlValidator, GeoGetStyles, etc..</description>