Removed -SNAPSHOT for release
This commit is contained in:
parent
a13cb0ed8f
commit
3c05b571c9
|
@ -2,7 +2,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
|||
|
||||
# Changelog for gCube Catalogue (gCat) Service
|
||||
|
||||
## [v2.5.2-SNAPSHOT]
|
||||
## [v2.5.2]
|
||||
|
||||
- Enforce private to a rejected item to avoid issue #26391
|
||||
- Added profiel validation (i.e. regex validity and default value conformity) #26142
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -12,7 +12,7 @@
|
|||
<groupId>org.gcube.data-catalogue</groupId>
|
||||
<artifactId>gcat</artifactId>
|
||||
<packaging>war</packaging>
|
||||
<version>2.5.2-SNAPSHOT</version>
|
||||
<version>2.5.2</version>
|
||||
<name>gCube Catalogue (gCat) Service</name>
|
||||
<description>
|
||||
This service allows any client to publish on the gCube Catalogue.
|
||||
|
|
Loading…
Reference in New Issue