Added support for Catalogue notifications

master r5.13.0
Massimiliano Assante 2 years ago
parent ba15c198db
commit 83c6712d45

@ -2,7 +2,7 @@
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [v2.6.0-SNAPSHOT] - 2022-05-05
## [v2.6.0] - 2022-05-05
- Added support for Catalogue notifications
- Removed support for Tabular Data and Calendar Notifications

@ -14,7 +14,7 @@
<groupId>org.gcube.portlets.user</groupId>
<artifactId>notifications</artifactId>
<packaging>war</packaging>
<version>2.6.0-SNAPSHOT</version>
<version>2.6.0</version>
<name>gCube Notifications Portlet</name>
<scm>
<connection>scm:git:https://code-repo.d4science.org/gCubeSystem/${project.artifactId}.git</connection>
@ -37,7 +37,7 @@
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>maven-portal-bom</artifactId>
<version>LATEST</version>
<version>3.6.3</version>
<type>pom</type>
<scope>import</scope>
</dependency>

Loading…
Cancel
Save