This commit is contained in:
Alfredo Oliviero 2024-10-25 18:44:26 +02:00
parent 24f1aa324c
commit 79a725b43a
2 changed files with 4 additions and 4 deletions

View File

@ -1,9 +1,9 @@
# Changelog # Changelog
## [v1.3.0-SNAPSHOT] ## [v1.3.0] - 2024-10-25
- 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
- removed gcube-bom dependency - removed gcube-bom dependency
## [v1.2.0] - 2022-05-02 ## [v1.2.0] - 2022-05-02

View File

@ -12,7 +12,7 @@
<groupId>org.gcube.social-networking</groupId> <groupId>org.gcube.social-networking</groupId>
<artifactId>social-service-model</artifactId> <artifactId>social-service-model</artifactId>
<version>1.3.0-SNAPSHOT</version> <version>1.3.0</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>social-networking-service-model</name> <name>social-networking-service-model</name>
<description>Social networking service model classes</description> <description>Social networking service model classes</description>
@ -34,7 +34,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>