commit for release

This commit is contained in:
Lucio Lelii 2022-12-06 13:05:55 +01:00
parent 9e1e787c60
commit 6def156ab9
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for org.gcube.data.transfer.data-transfer-plugin-framework
## [v2.0.8-SNAPSHOT] 2022-12-06
## [v2.0.8] 2022-12-06
- Update to integrate last version of common-smartgears-app

View File

@ -9,7 +9,7 @@
</parent>
<groupId>org.gcube.data.transfer</groupId>
<artifactId>data-transfer-service</artifactId>
<version>2.0.8-SNAPSHOT</version>
<version>2.0.8</version>
<packaging>war</packaging>
<name>DataTransferService</name>
@ -35,7 +35,7 @@
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>gcube-smartgears-bom</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>