- 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
This commit is contained in:
parent
eb6ec00278
commit
1bd5293eb2
|
@ -1,5 +1,11 @@
|
|||
# Changelog
|
||||
|
||||
## [v2.1.0-SNAPSHOT]
|
||||
|
||||
- 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
|
||||
|
||||
|
||||
## [v2.0.1] - 2024-04-16
|
||||
|
||||
- fixed dependency versions
|
||||
|
|
14
pom.xml
14
pom.xml
|
@ -12,24 +12,18 @@
|
|||
|
||||
<groupId>org.gcube.social-networking</groupId>
|
||||
<artifactId>social-service-client</artifactId>
|
||||
<version>2.0.1</version>
|
||||
<version>2.1.0-SNAPSHOT</version>
|
||||
<name>social-networking-service-client</name>
|
||||
<packaging>jar</packaging>
|
||||
<description>The social networking web service client library</description>
|
||||
|
||||
<dependencyManagement>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.gcube.distribution</groupId>
|
||||
<artifactId>gcube-bom</artifactId>
|
||||
<version>2.0.2</version>
|
||||
<type>pom</type>
|
||||
<scope>import</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.gcube.distribution</groupId>
|
||||
<artifactId>gcube-smartgears-bom</artifactId>
|
||||
<version>2.1.1</version>
|
||||
<version>2.5.1-SNAPSHOT</version>
|
||||
<type>pom</type>
|
||||
<scope>import</scope>
|
||||
</dependency>
|
||||
|
@ -87,7 +81,7 @@
|
|||
<dependency>
|
||||
<groupId>org.gcube.social-networking</groupId>
|
||||
<artifactId>social-service-model</artifactId>
|
||||
<version>[1.2.0-SNAPSHOT, 2.0.0)</version>
|
||||
<version>[1.2.0-SNAPSHOT, 2.0.0-SNAPSHOT)</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.projectlombok</groupId>
|
||||
|
|
Loading…
Reference in New Issue