Updated at 6.25.2-SNAPSHOT. Including patched library #20457

task_20762
Francesco Mangiacrapa 3 years ago
parent 8813d2d835
commit 8cf08735d8

@ -4,6 +4,12 @@
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.25.2-SNAPSHOT] - 2021-01-18
#### Bug Fixes
[#20457] Just including patched library
## [v6.25.1] - 2020-10-19
#### Bug Fixes

@ -13,7 +13,7 @@
<groupId>org.gcube.portlets.user</groupId>
<artifactId>workspace</artifactId>
<packaging>war</packaging>
<version>6.25.1</version>
<version>6.25.2-SNAPSHOT</version>
<name>gCube Workspace Portlet</name>
<description>
gCube Workspace Portlet is a web-gui to manage the gCube workspace, a collaborative area where users can exchange and organize information objects (workspace items) according to their specific needs.
@ -219,7 +219,7 @@
<dependency>
<groupId>org.gcube.portlets.widgets</groupId>
<artifactId>ws-task-executor-widget</artifactId>
<version>[0.0.1, 2.0.0-SNAPSHOT)</version>
<version>[1.0.0-SNAPSHOT, 2.0.0-SNAPSHOT)</version>
</dependency>
<!-- Force jackson-annotation dependency to 2.7 version -->

Loading…
Cancel
Save