Adding support for moderation

This commit is contained in:
Luca Frosini 2021-06-16 14:50:58 +02:00
parent 2537406615
commit 494e9f50a0
2 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,8 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for gCube Catalogue (gCat) API # Changelog for gCube Catalogue (gCat) API
## [v2.1.0-SNAPSHOT]
## [v2.0.0] ## [v2.0.0]
- Changed service class - Changed service class

View File

@ -9,7 +9,7 @@
</parent> </parent>
<groupId>org.gcube.data-catalogue</groupId> <groupId>org.gcube.data-catalogue</groupId>
<artifactId>gcat-api</artifactId> <artifactId>gcat-api</artifactId>
<version>2.0.0</version> <version>2.1.0-SNAPSHOT</version>
<name>gCube Catalogue (gCat) API</name> <name>gCube Catalogue (gCat) API</name>
<description>gCube Catalogue (gCat) API is a library containing classes shared across gcat* components</description> <description>gCube Catalogue (gCat) API is a library containing classes shared across gcat* components</description>
<properties> <properties>