Remvoed -SNAPSHOT
This commit is contained in:
parent
56604195cc
commit
5ca0bbf023
|
@ -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
|
||||||
|
|
||||||
## [v1.4.5-SNAPSHOT]
|
## [v1.4.5]
|
||||||
|
|
||||||
- Removed 'owner_org' field from result when reading an item #20919
|
- Removed 'owner_org' field from result when reading an item #20919
|
||||||
- Dirty patched item validator [#20965]
|
- Dirty patched item validator [#20965]
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -12,7 +12,7 @@
|
||||||
<groupId>org.gcube.data-publishing</groupId>
|
<groupId>org.gcube.data-publishing</groupId>
|
||||||
<artifactId>gcat</artifactId>
|
<artifactId>gcat</artifactId>
|
||||||
<packaging>war</packaging>
|
<packaging>war</packaging>
|
||||||
<version>1.4.5-SNAPSHOT</version>
|
<version>1.4.5</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