Compare commits

..

2 Commits

Author SHA1 Message Date
Alfredo Oliviero 766af5414c gcube-smartgears-bom to 2.5.1-SNAPSHOT 2024-09-24 15:32:48 +02:00
Alfredo Oliviero 2f8209f960 moved to gcube-smartgears-bom 2.6.0-SNAPSHOT
removed gcube-bom dependency
2024-09-19 15:29:15 +02:00
2 changed files with 8 additions and 11 deletions

View File

@ -1,5 +1,10 @@
# Changelog
## [v1.2.1-SNAPSHOT] - 2024-09-19
moved to gcube-smartgears-bom 2.5.1-SNAPSHOT
removed gcube-bom dependency
## [v1.2.0] - 2022-05-02
- Feature #23995 dd support for set Message read / unread

14
pom.xml
View File

@ -7,12 +7,12 @@
<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-model</artifactId>
<version>1.2.0</version>
<version>1.2.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>social-networking-service-model</name>
<description>Social networking service model classes</description>
@ -31,17 +31,10 @@
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>gcube-bom</artifactId>
<version>2.0.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>gcube-smartgears-bom</artifactId>
<version>2.1.0</version>
<version>2.5.1-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>
@ -71,7 +64,6 @@
<dependency>
<groupId>org.gcube.common</groupId>
<artifactId>storagehub-model</artifactId>
<version>[1.0.0,2.0.0-SNAPSHOT)</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>