Compare commits
14 Commits
70cd652655
...
b146829aca
Author | SHA1 | Date |
---|---|---|
Alfredo Oliviero | b146829aca | |
Alfredo Oliviero | 491e82dd3c | |
Alfredo Oliviero | 15a3834fe2 | |
Alfredo Oliviero | 4606421973 | |
Alfredo Oliviero | cd27bda1c5 | |
Alfredo Oliviero | 90c562b6d5 | |
Alfredo Oliviero | a644f2e70c | |
Alfredo Oliviero | 855acd5d41 | |
Alfredo Oliviero | e06cd6d9df | |
Alfredo Oliviero | c0c3a9702b | |
Alfredo Oliviero | 8e1994d596 | |
Alfredo Oliviero | dbc43a5ed9 | |
Alfredo Oliviero | a1027acc39 | |
Alfredo Oliviero | f31b98a4e6 |
|
@ -9,10 +9,6 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
|||
- moved messages from storagehub to cassandra [#27514]
|
||||
- import messages from storagehub
|
||||
|
||||
## [v2.1.1]
|
||||
|
||||
- tests for Mail notification Catalogue Item Rejectsed [#28020]
|
||||
|
||||
## [v2.1.0] - 2024-10-28
|
||||
|
||||
- maven-portal-bom 4.0.0-SNAPSHOT
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# gCube System - Social Networking Library
|
||||
|
||||
The gCube Social Networking Library is the 'bridge' between your gCube Applications and the social networking facilities.
|
||||
The social networking facilities exploit a NoSQL data store for their storage. Specifically an Apache Cassandra data store.
|
||||
The gCube Social Networking Library is the 'bridge' between your gCube Applications and the social networking facilities.
|
||||
The social networking facilities exploit a NoSQL data store for their storage. Specifically an Apache Cassandra data store.
|
||||
|
||||
## Structure of the project
|
||||
|
||||
|
@ -35,7 +35,6 @@ See [Releases](https://code-repo.d4science.org/gCubeSystem/social-util-library/r
|
|||
|
||||
This project is licensed under the EUPL V.1.1 License - see the [LICENSE.md](LICENSE.md) file for details.
|
||||
|
||||
|
||||
## About the gCube Framework
|
||||
|
||||
This software is part of the [gCubeFramework](https://www.gcube-system.org/ "gCubeFramework"): an
|
||||
|
|
Loading…
Reference in New Issue