Enhanced version

This commit is contained in:
luca.frosini 2023-09-13 11:15:20 +02:00
parent 402ead3696
commit 0cb336ded4
2 changed files with 6 additions and 1 deletions

View File

@ -2,6 +2,11 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for Resource Registry Service # Changelog for Resource Registry Service
## [v4.4.0-SNAPSHOT]
- Add pagination query methods of resource-registry [#24648]
## [v4.3.0] ## [v4.3.0]
- Migrated code to reorganized E/R format [#24992] - Migrated code to reorganized E/R format [#24992]

View File

@ -10,7 +10,7 @@
<groupId>org.gcube.information-system</groupId> <groupId>org.gcube.information-system</groupId>
<artifactId>resource-registry</artifactId> <artifactId>resource-registry</artifactId>
<version>4.3.0</version> <version>4.4.0-SNAPSHOT</version>
<name>Resource Registry Service</name> <name>Resource Registry Service</name>
<description>The Resource Registry is a web-service which represent the core component of the gCube Information System</description> <description>The Resource Registry is a web-service which represent the core component of the gCube Information System</description>
<packaging>war</packaging> <packaging>war</packaging>