Maven parent 1.2.0

This commit is contained in:
Ahmed Salah Tawfik Ibrahim 2024-05-17 11:47:13 +02:00
parent 1bf94640ce
commit 6e17205ed8
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Changelog
## [v2.0.1] - 2024-04-16
## [v2.0.1-SNAPSHOT] - 2024-04-16
- fixed dependency versions

View File

@ -6,13 +6,13 @@
<parent>
<groupId>org.gcube.tools</groupId>
<artifactId>maven-parent</artifactId>
<version>1.1.0</version>
<version>1.2.0</version>
</parent>
<groupId>org.gcube.social-networking</groupId>
<artifactId>social-service-client</artifactId>
<version>2.0.1</version>
<version>2.0.1-SNAPSHOT</version>
<name>social-networking-service-client</name>
<packaging>jar</packaging>
<description>The social networking web service client library</description>