Including library fixed at #20457. Moved to 1.0.0-SNAPSHOT

This commit is contained in:
Francesco Mangiacrapa 2021-01-18 12:59:42 +01:00
parent 242c8c4c97
commit e2e100a250
2 changed files with 11 additions and 3 deletions

View File

@ -1,6 +1,13 @@
# Changelog for ws-task-executor-widget
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).
# Changelog for ws-task-executor-widget
## [v1.0.0-SNAPSHOT] - 2021-01-18
#### Bug Fixes
[#20457] Just including patched library
## [v0.3.0] 2020-07-29
@ -21,3 +28,4 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
first release

View File

@ -12,7 +12,7 @@
<groupId>org.gcube.portlets.widgets</groupId>
<artifactId>ws-task-executor-widget</artifactId>
<packaging>jar</packaging>
<version>0.3.0</version>
<version>1.0.0-SNAPSHOT</version>
<description>
The workspace-task-executor-widget is a widget to execute data miner's algorithms from gCube Workspace
</description>
@ -82,7 +82,7 @@
<dependency>
<groupId>org.gcube.common</groupId>
<artifactId>workspace-task-executor-library</artifactId>
<version>[0.0.1, 1.0.0-SNAPSHOT)</version>
<version>[1.0.0-SNAPSHOT, 2.0.0-SNAPSHOT)</version>
</dependency>
<!-- <dependency> -->