removed -SNAPSHOT to be released
This commit is contained in:
parent
43915f7e1f
commit
46d8e58e59
|
@ -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
|
||||
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue