- Just to include upload of files/archives with `fileSize` parameter
[#27898]
This commit is contained in:
parent
4891cbcfae
commit
91fbd6ff5d
|
@ -4,6 +4,10 @@
|
||||||
All notable changes to this project will be documented in this file.
|
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).
|
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
|
## [v6.30.2-SNAPSHOT] - 2024-07-29
|
||||||
|
|
||||||
|
- Just to include upload of files/archives with `fileSize` parameter [#27898]
|
||||||
|
|
||||||
## [v6.30.1] - 2024-06-28
|
## [v6.30.1] - 2024-06-28
|
||||||
|
|
||||||
- Includes the `metadata-profile-form-builder-widget` enhancement [#27488]
|
- Includes the `metadata-profile-form-builder-widget` enhancement [#27488]
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -13,7 +13,7 @@
|
||||||
<groupId>org.gcube.portlets.user</groupId>
|
<groupId>org.gcube.portlets.user</groupId>
|
||||||
<artifactId>workspace</artifactId>
|
<artifactId>workspace</artifactId>
|
||||||
<packaging>war</packaging>
|
<packaging>war</packaging>
|
||||||
<version>6.30.1</version>
|
<version>6.30.2-SNAPSHOT</version>
|
||||||
<name>gCube Workspace Portlet</name>
|
<name>gCube Workspace Portlet</name>
|
||||||
<description>
|
<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.
|
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.
|
||||||
|
|
Loading…
Reference in New Issue