Declared the workspace-uploader range [2.0, 3.0)
This commit is contained in:
parent
3d8cf49f2e
commit
842d83a104
|
@ -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
|
||||
|
|
4
pom.xml
4
pom.xml
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue