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

This commit is contained in:
Francesco Mangiacrapa 2021-05-25 12:03:20 +02:00
parent e411e3a0eb
commit 3cafa4fe91
2 changed files with 5 additions and 3 deletions

View File

@ -3,11 +3,12 @@
All notable changes to this project will be documented in this file. 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). 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 #### Fixes
[#21387] Harmonize the jackson version to v.2.8.11 [#21387] Harmonize the jackson version to v.2.8.11
Moved to maven-portal-bom.3.6.2
## [v1.0.0] - 2021-01-18 ## [v1.0.0] - 2021-01-18

View File

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