From f1b6cc9b40d570e374a88e1c80c121af3cfa992f Mon Sep 17 00:00:00 2001 From: "francesco.mangiacrapa" Date: Thu, 14 Sep 2023 15:24:43 +0200 Subject: [PATCH] removed -SNAPSHOT to be released --- CHANGELOG.md | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7572d47..f9434f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/pom.xml b/pom.xml index a0f165c..a623ec5 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ org.gcube.spatial.data geo-utility jar - 1.2.0-SNAPSHOT + 1.2.0 geo-utility A library with utility classes to interact with geo-spatial data: WmsUrlValidator, GeoGetStyles, etc..