v2.1.0
This commit is contained in:
parent
6eced527c3
commit
d3a9899ec1
|
@ -1,9 +1,9 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## [v2.1.0-SNAPSHOT]
|
## [v2.1.0]
|
||||||
|
|
||||||
- Feature #27999 [StorageHub] downstream components to upgrade in order to work with storagehub 1.5.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
|
## [v2.0.1] - 2024-04-16
|
||||||
|
|
8
pom.xml
8
pom.xml
|
@ -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.1.0-SNAPSHOT</version>
|
<version>2.1.0</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>
|
||||||
|
@ -23,7 +23,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.gcube.distribution</groupId>
|
<groupId>org.gcube.distribution</groupId>
|
||||||
<artifactId>gcube-smartgears-bom</artifactId>
|
<artifactId>gcube-smartgears-bom</artifactId>
|
||||||
<version>2.5.1-SNAPSHOT</version>
|
<version>2.5.1</version>
|
||||||
<type>pom</type>
|
<type>pom</type>
|
||||||
<scope>import</scope>
|
<scope>import</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
@ -50,7 +50,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.gcube.portal</groupId>
|
<groupId>org.gcube.portal</groupId>
|
||||||
<artifactId>social-networking-library</artifactId>
|
<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>
|
<scope>compile</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
@ -81,7 +81,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.gcube.social-networking</groupId>
|
<groupId>org.gcube.social-networking</groupId>
|
||||||
<artifactId>social-service-model</artifactId>
|
<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>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.projectlombok</groupId>
|
<groupId>org.projectlombok</groupId>
|
||||||
|
|
Loading…
Reference in New Issue