starting v2.2.0-SNAPSHOT - move messages from storagehub to cassandra
This commit is contained in:
parent
a786cc7eb1
commit
f31b98a4e6
|
@ -4,6 +4,11 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [v2.2.0-SNAPSHOT]
|
||||
|
||||
- moved messages from storagehub to cassandra [#27514]
|
||||
- tests for Mail notification Catalogue Item Rejectsed [#28020]
|
||||
|
||||
## [v2.1.0] - 2024-10-28
|
||||
|
||||
- maven-portal-bom 4.0.0-SNAPSHOT
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -11,7 +11,7 @@
|
|||
|
||||
<groupId>org.gcube.portal</groupId>
|
||||
<artifactId>social-networking-library</artifactId>
|
||||
<version>2.1.0</version>
|
||||
<version>2.2.0-SNAPSHOT</version>
|
||||
<name>gCube Social Networking Library</name>
|
||||
<description>
|
||||
The gCube Social Networking Library is the 'bridge' between your gCube Applications and the social networking facilities.
|
||||
|
|
Loading…
Reference in New Issue