created -SNAPSHOT version
This commit is contained in:
parent
9333243baa
commit
56604195cc
|
@ -2,7 +2,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
|||
|
||||
# Changelog for gCube Catalogue (gCat) Service
|
||||
|
||||
## [v1.4.5]
|
||||
## [v1.4.5-SNAPSHOT]
|
||||
|
||||
- Removed 'owner_org' field from result when reading an item #20919
|
||||
- Dirty patched item validator [#20965]
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -12,7 +12,7 @@
|
|||
<groupId>org.gcube.data-publishing</groupId>
|
||||
<artifactId>gcat</artifactId>
|
||||
<packaging>war</packaging>
|
||||
<version>1.4.5</version>
|
||||
<version>1.4.5-SNAPSHOT</version>
|
||||
<name>gCube Catalogue (gCat) Service</name>
|
||||
<description>
|
||||
This service allows any client to publish on the gCube Catalogue.
|
||||
|
|
Loading…
Reference in New Issue