diff --git a/CHANGELOG.md b/CHANGELOG.md index a9c7851..fe085ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm # Changelog for gCube Catalogue (gCat) Service -## [v2.4.1] +## [v2.4.1-SNAPSHOT] - Integrating Sphinx for documentation [#23833] - Migrated Social service interaction to social-service-client [#23151] diff --git a/pom.xml b/pom.xml index 8611c74..6dfe7b0 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ org.gcube.data-catalogue gcat war - 2.4.1 + 2.4.1-SNAPSHOT gCube Catalogue (gCat) Service This service allows any client to publish on the gCube Catalogue. @@ -141,6 +141,11 @@ jaxws-api provided + + org.projectlombok + lombok + provided +