2.0.1-SNAPSHOT

This commit is contained in:
Ahmed Salah Tawfik Ibrahim 2024-04-16 15:58:37 +02:00
parent 011fba9c3e
commit 7e1316a45c
2 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,10 @@
# Changelog # Changelog
## [v2.0.1-SNAPSHOT] - 2024-04-16
- fixed dependency versions
## [v2.0.0] - 2023-12-04 ## [v2.0.0] - 2023-12-04
- Integrated corresponding API calls for all the public functions in Social Networking Library - Integrated corresponding API calls for all the public functions in Social Networking Library

View File

@ -12,7 +12,7 @@
<groupId>org.gcube.social-networking</groupId> <groupId>org.gcube.social-networking</groupId>
<artifactId>social-service-client</artifactId> <artifactId>social-service-client</artifactId>
<version>2.0.0</version> <version>2.0.1-SNAPSHOT</version>
<name>social-networking-service-client</name> <name>social-networking-service-client</name>
<packaging>jar</packaging> <packaging>jar</packaging>
<description>The social networking web service client library</description> <description>The social networking web service client library</description>