removed -SNAPSHOT to be released

This commit is contained in:
Francesco Mangiacrapa 2021-02-08 15:29:58 +01:00
parent 43915f7e1f
commit 46d8e58e59
2 changed files with 3 additions and 3 deletions

View File

@ -4,9 +4,9 @@
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-4-1-SNAPSHOT] - 2021-01-13
## [v2-4-1] - 2021-01-13
**Fixes**
**Bug Fixes**
[Task #19942] Fixing master build fails

View File

@ -9,7 +9,7 @@
</parent>
<groupId>org.gcube.data.transfer</groupId>
<artifactId>uri-resolver</artifactId>
<version>2.4.1-SNAPSHOT</version>
<version>2.4.1</version>
<packaging>war</packaging>
<description>The URI Resolver is an HTTP URI resolver implemented as an REST service which gives access trough HTTP to different gcube Resolvers and gCube Applications.</description>