This commit is contained in:
Lucio Lelii 2022-12-06 12:45:12 +01:00
parent 441bba3dde
commit 21906c2edf
2 changed files with 7 additions and 5 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] 2022-12-06
## [v2.0.8-SNAPSHOT] 2022-12-06
- Update to integrate last version of common-smartgears-app

10
pom.xml
View File

@ -9,13 +9,15 @@
</parent>
<groupId>org.gcube.data.transfer</groupId>
<artifactId>data-transfer-service</artifactId>
<version>2.0.8</version>
<version>2.0.8-SNAPSHOT</version>
<packaging>war</packaging>
<name>DataTransferService</name>
<properties>
<properties>
<gitBaseUrl>https://code-repo.d4science.org/gCubeSystem</gitBaseUrl>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
</properties>
@ -33,10 +35,10 @@
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>gcube-smartgears-bom</artifactId>
<version>2.2.0</version>
<version>2.2.0-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependency>
</dependencies>
</dependencyManagement>