Updated the `workspace-tree-widget` dependency lower range
[#27747#note-20]
This commit is contained in:
parent
92c1885466
commit
c373eda8fe
|
@ -6,7 +6,8 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
||||||
|
|
||||||
## [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]
|
||||||
|
- Updated `workspace-tree-widget` dependency lower range [#27747#note-20]
|
||||||
|
|
||||||
## [v6.30.0] - 2024-02-20
|
## [v6.30.0] - 2024-02-20
|
||||||
|
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -256,7 +256,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.gcube.portlets.user</groupId>
|
<groupId>org.gcube.portlets.user</groupId>
|
||||||
<artifactId>workspace-tree-widget</artifactId>
|
<artifactId>workspace-tree-widget</artifactId>
|
||||||
<version>[6.31.3-SNAPSHOT, 7.0.0-SNAPSHOT)</version>
|
<version>[6.35.4-SNAPSHOT, 7.0.0-SNAPSHOT)</version>
|
||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
<exclusions>
|
<exclusions>
|
||||||
<exclusion>
|
<exclusion>
|
||||||
|
|
Loading…
Reference in New Issue