REadded -SNAPSHOT to test the fix in dev

This commit is contained in:
Luca Frosini 2022-07-13 12:05:18 +02:00
parent 24ad5b9a1f
commit a0cf451650
3 changed files with 6 additions and 3 deletions

View File

@ -2,9 +2,8 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for gCube Catalogue (gCat) Service # 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] - Switched moderation messages to notification [#23317]
## [v2.2.0] ## [v2.2.0]

View File

@ -12,7 +12,7 @@
<groupId>org.gcube.data-catalogue</groupId> <groupId>org.gcube.data-catalogue</groupId>
<artifactId>gcat</artifactId> <artifactId>gcat</artifactId>
<packaging>war</packaging> <packaging>war</packaging>
<version>2.3.0</version> <version>2.3.0-SNAPSHOT</version>
<name>gCube Catalogue (gCat) Service</name> <name>gCube Catalogue (gCat) Service</name>
<description> <description>
This service allows any client to publish on the gCube Catalogue. This service allows any client to publish on the gCube Catalogue.

View File

@ -62,6 +62,10 @@ public abstract class ModerationThread {
} }
public String getModerationURL() { public String getModerationURL() {
//
// TODO Add the following change in changelog
// - Added moderation link in moderation message [#23142]
//
// if(moderationURL==null) { // if(moderationURL==null) {
// try { // try {
// SecretManager secretManager = SecretManagerProvider.instance.get(); // SecretManager secretManager = SecretManagerProvider.instance.get();