This commit is contained in:
Alfredo Oliviero 2024-10-28 10:43:45 +01:00
parent 6eced527c3
commit d3a9899ec1
2 changed files with 6 additions and 6 deletions

View File

@ -1,9 +1,9 @@
# Changelog
## [v2.1.0-SNAPSHOT]
## [v2.1.0]
- Feature #27999 [StorageHub] downstream components to upgrade in order to work with storagehub 1.5.0
- moved to gcube-smartgears-bom 2.5.1-SNAPSHOT
- moved to gcube-smartgears-bom 2.5.1
## [v2.0.1] - 2024-04-16

View File

@ -12,7 +12,7 @@
<groupId>org.gcube.social-networking</groupId>
<artifactId>social-service-client</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0</version>
<name>social-networking-service-client</name>
<packaging>jar</packaging>
<description>The social networking web service client library</description>
@ -23,7 +23,7 @@
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>gcube-smartgears-bom</artifactId>
<version>2.5.1-SNAPSHOT</version>
<version>2.5.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
@ -50,7 +50,7 @@
<dependency>
<groupId>org.gcube.portal</groupId>
<artifactId>social-networking-library</artifactId>
<version>[2.1.0-SNAPSHOT, 3.0.0)</version>
<version>[2.1.0, 3.0.0-SNAPSHOT)</version>
<scope>compile</scope>
</dependency>
@ -81,7 +81,7 @@
<dependency>
<groupId>org.gcube.social-networking</groupId>
<artifactId>social-service-model</artifactId>
<version>[1.2.0-SNAPSHOT, 2.0.0-SNAPSHOT)</version>
<version>[1.3.0, 2.0.0-SNAPSHOT)</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>