ready to release
This commit is contained in:
parent
30f283db04
commit
586f78747c
|
@ -4,7 +4,7 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [v4.0.0-SNAPSHOT] - 2024-05-02
|
||||
## [v4.0.0] - 2024-05-02
|
||||
|
||||
- removed deps for social networking library
|
||||
- addes social service client dep
|
||||
|
|
7
pom.xml
7
pom.xml
|
@ -10,7 +10,7 @@
|
|||
</parent>
|
||||
<groupId>org.gcube.distribution</groupId>
|
||||
<artifactId>maven-portal-bom</artifactId>
|
||||
<version>4.0.0-SNAPSHOT</version>
|
||||
<version>4.0.0</version>
|
||||
<packaging>pom</packaging>
|
||||
<scm>
|
||||
<connection>
|
||||
|
@ -20,7 +20,6 @@
|
|||
<url>https://code-repo.d4science.org/gCubeSystem/maven-portal-bom</url>
|
||||
</scm>
|
||||
<properties>
|
||||
<bom.version>2.5.1-SNAPSHOT</bom.version>
|
||||
<gwtVersion>2.5.1</gwtVersion>
|
||||
<liferay.version>6.2.5</liferay.version>
|
||||
</properties>
|
||||
|
@ -158,12 +157,12 @@
|
|||
<dependency>
|
||||
<groupId>org.gcube.common</groupId>
|
||||
<artifactId>storagehub-client-library</artifactId>
|
||||
<version>[2.0.0-SNAPSHOT, 3.0.0-SNAPSHOT)</version>
|
||||
<version>[2.0.0, 3.0.0-SNAPSHOT)</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.gcube.common</groupId>
|
||||
<artifactId>storagehub-model</artifactId>
|
||||
<version>[2.0.0-SNAPSHOT, 3.0.0-SNAPSHOT)</version>
|
||||
<version>[2.0.0, 3.0.0-SNAPSHOT)</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.gcube.portal</groupId>
|
||||
|
|
Loading…
Reference in New Issue