Fixed version and changelog
This commit is contained in:
parent
2d32d782e9
commit
40490b287f
|
@ -3,10 +3,10 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
|||
# Changelog for gCube Catalogue (gCat) Service
|
||||
|
||||
|
||||
## [v2.0.0-SNAPSHOT] [r5.0.0] -
|
||||
## [v1.4.4-SNAPSHOT]
|
||||
|
||||
- Switched JSON management to gcube-jackson [#19735]
|
||||
- Added support to publish an item organizations not matching the current context [#19365]
|
||||
- Added count method for Item collection #20627
|
||||
- Added count method for Organization, Group and Profile collection #20629
|
||||
|
||||
|
||||
## [v1.4.3] [r4.23.0] - 2020-06-19
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -12,7 +12,7 @@
|
|||
<groupId>org.gcube.data-catalogue</groupId>
|
||||
<artifactId>gcat</artifactId>
|
||||
<packaging>war</packaging>
|
||||
<version>2.0.0-SNAPSHOT</version>
|
||||
<version>1.4.4-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