REadded -SNAPSHOT to test the fix in dev
This commit is contained in:
parent
24ad5b9a1f
commit
a0cf451650
|
@ -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]
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -12,7 +12,7 @@
|
|||
<groupId>org.gcube.data-catalogue</groupId>
|
||||
<artifactId>gcat</artifactId>
|
||||
<packaging>war</packaging>
|
||||
<version>2.3.0</version>
|
||||
<version>2.3.0-SNAPSHOT</version>
|
||||
<name>gCube Catalogue (gCat) Service</name>
|
||||
<description>
|
||||
This service allows any client to publish on the gCube Catalogue.
|
||||
|
|
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue