diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fc986d..5895a9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,8 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm # Changelog for gCube Catalogue (gCat) Service -## [v2.3.0] +## [v2.3.0-SNAPSHOT] -- Added moderation link in moderation message [#23142] - Switched moderation messages to notification [#23317] ## [v2.2.0] diff --git a/pom.xml b/pom.xml index ca9d990..d14dac2 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ org.gcube.data-catalogue gcat war - 2.3.0 + 2.3.0-SNAPSHOT gCube Catalogue (gCat) Service This service allows any client to publish on the gCube Catalogue. diff --git a/src/main/java/org/gcube/gcat/moderation/thread/ModerationThread.java b/src/main/java/org/gcube/gcat/moderation/thread/ModerationThread.java index fd3eddd..18dba66 100644 --- a/src/main/java/org/gcube/gcat/moderation/thread/ModerationThread.java +++ b/src/main/java/org/gcube/gcat/moderation/thread/ModerationThread.java @@ -62,6 +62,10 @@ public abstract class ModerationThread { } public String getModerationURL() { +// +// TODO Add the following change in changelog +// - Added moderation link in moderation message [#23142] +// // if(moderationURL==null) { // try { // SecretManager secretManager = SecretManagerProvider.instance.get();