Removed -SNAPSHOT to release the component

This commit is contained in:
Luca Frosini 2024-09-04 16:48:30 +02:00
parent 9f37197d58
commit b78e06e745
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for gCube Catalogue (gCat) Service # Changelog for gCube Catalogue (gCat) Service
## [v2.5.4-SNAPSHOT] ## [v2.5.4]
- Added Content-Location HTTP Header in the response of Item creation #27940 - Added Content-Location HTTP Header in the response of Item creation #27940

View File

@ -12,7 +12,7 @@
<groupId>org.gcube.data-catalogue</groupId> <groupId>org.gcube.data-catalogue</groupId>
<artifactId>gcat</artifactId> <artifactId>gcat</artifactId>
<packaging>war</packaging> <packaging>war</packaging>
<version>2.5.4-SNAPSHOT</version> <version>2.5.4</version>
<name>gCube Catalogue (gCat) Service</name> <name>gCube Catalogue (gCat) Service</name>
<description> <description>
This service allows any client to publish on the gCube Catalogue. This service allows any client to publish on the gCube Catalogue.