* Fixing build issue: increasing lower bound version for

`data-miner-manager-cl` [#27747#note-11]
This commit is contained in:
Francesco Mangiacrapa 2024-07-17 11:55:53 +02:00
parent ec2ed8f155
commit 3df6ec073d
2 changed files with 7 additions and 3 deletions

View File

@ -3,6 +3,10 @@
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.2-SNAPSHOT] - 2024-07-17
* Fixing build issue: increasing lower bound version for `data-miner-manager-cl` [#27747#note-11]
## [v1.0.1] - 2021-05-11
#### Fixes

View File

@ -5,14 +5,14 @@
<parent>
<artifactId>maven-parent</artifactId>
<groupId>org.gcube.tools</groupId>
<version>1.1.0</version>
<version>1.2.0</version>
<relativePath />
</parent>
<groupId>org.gcube.common</groupId>
<artifactId>workspace-task-executor-library</artifactId>
<version>1.0.1</version>
<version>1.0.2-SNAPSHOT</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>
@ -65,7 +65,7 @@
<dependency>
<groupId>org.gcube.data.analysis</groupId>
<artifactId>data-miner-manager-cl</artifactId>
<version>[1.0.0,2.0.0-SNAPSHOT)</version>
<version>[1.10,2.0.0-SNAPSHOT)</version>
</dependency>
<!-- FWS -->