Declared the workspace-uploader range [2.0, 3.0)

This commit is contained in:
Francesco Mangiacrapa 2021-03-25 11:04:08 +01:00
parent 3d8cf49f2e
commit 842d83a104
2 changed files with 9 additions and 2 deletions

View File

@ -4,6 +4,13 @@
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).
## [v6.31.3-SNAPSHOT] - 2021-03-25
#### Bug Fixes
Declared the workspace-uploader range [2.0, 3.0)
## [v6.31.2] - 2021-01-18
#### Bug Fixes

View File

@ -11,7 +11,7 @@
<groupId>org.gcube.portlets.user</groupId>
<artifactId>workspace-tree-widget</artifactId>
<version>6.31.2</version>
<version>6.31.3-SNAPSHOT</version>
<name>gCube Workspace Tree Widget</name>
<description>
gCube Workspace Tree Widget is a widget to navigate and interact with gCube Workspace
@ -195,7 +195,7 @@
<dependency>
<groupId>org.gcube.portlets.widgets</groupId>
<artifactId>workspace-uploader</artifactId>
<version>[1.0.0, 3.0.0-SNAPSHOT)</version>
<version>[2.0.0, 3.0.0)</version>
<scope>compile</scope>
</dependency>