Removed -SNAPSHOT to release the component
This commit is contained in:
parent
75104813dc
commit
95cdb46f00
|
@ -3,7 +3,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.3-SNAPSHOT]
|
## [v2.5.3]
|
||||||
|
|
||||||
- Improved profile schema #26471
|
- Improved profile schema #26471
|
||||||
- Catalogue core operation has been moved in a dedicated library #27118
|
- Catalogue core operation has been moved in a dedicated library #27118
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -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.3-SNAPSHOT</version>
|
<version>2.5.3</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.
|
||||||
|
|
Loading…
Reference in New Issue