New Social Model - Added databook.shared and databook.client to the model

This commit is contained in:
Ahmed Salah Tawfik Ibrahim 2024-01-18 17:06:25 +01:00
parent 1b02ca6d12
commit 0dbbdb5494
2 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,10 @@
# Changelog
## [v2.0.0] - 2022-05-02
- Feature #26396 added the socialnetworking.model.shared package which was previously in SNL which includes the main objects upon which the social service is based like posts, notifications, likes etc
## [v1.2.0] - 2022-05-02
- Feature #23995 dd support for set Message read / unread

View File

@ -12,7 +12,7 @@
<groupId>org.gcube.social-networking</groupId>
<artifactId>social-service-model</artifactId>
<version>1.2.0</version>
<version>2.0.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>social-networking-service-model</name>
<description>Social networking service model classes</description>