removed -SNAPSHOT to be released, moved to maven-portal-bom.3.6.2

master
Francesco Mangiacrapa 3 years ago
parent e411e3a0eb
commit 3cafa4fe91

@ -3,11 +3,12 @@
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).
## [v1.0.1-SNAPSHOT] - 2021-05-11
## [v1.0.1] - 2021-05-11
#### Fixes
[#21387] Harmonize the jackson version to v.2.8.11
Moved to maven-portal-bom.3.6.2
## [v1.0.0] - 2021-01-18

@ -12,7 +12,7 @@
<groupId>org.gcube.common</groupId>
<artifactId>workspace-task-executor-library</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
<name>workspace-task-executor-library</name>
<description>The workspace-task-executor-library is a library to execute data miner's algorithms from workspace</description>
@ -35,7 +35,7 @@
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>maven-portal-bom</artifactId>
<version>3.6.0</version>
<version>3.6.2</version>
<type>pom</type>
<scope>import</scope>
</dependency>
@ -102,6 +102,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<scope>test</scope>
</dependency>
<dependency>

Loading…
Cancel
Save