commit for release

This commit is contained in:
lucio 2024-10-02 09:15:09 +02:00
parent ca15241bd7
commit 014b404afc
2 changed files with 3 additions and 3 deletions

View File

@ -4,6 +4,6 @@ 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).
## [v3.0.0-SNAPSHOT] - [2022-05-13]
## [v3.0.0] - [2022-05-13]
porting to gcube bom 4.0.0

View File

@ -10,7 +10,7 @@
</parent>
<groupId>org.gcube.core</groupId>
<artifactId>common-clients</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>
<name>Common Clients</name>
<description>A framework for client APIs</description>
<scm>
@ -30,7 +30,7 @@
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>gcube-bom</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>