Compare commits
No commits in common. "master" and "bug_28111" have entirely different histories.
|
@ -3,7 +3,7 @@
|
|||
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).
|
||||
|
||||
## [v2.2.1] - 2024-09-26
|
||||
## [v2.2.1-SNAPSHOT] - 2024-09-26
|
||||
|
||||
- [#28111] bug fixed "default value" when a field is optional on `Time_Interval` type
|
||||
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -14,7 +14,7 @@
|
|||
<groupId>org.gcube.portlets.widgets</groupId>
|
||||
<artifactId>metadata-profile-form-builder-widget</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<version>2.2.1</version>
|
||||
<version>2.2.1-SNAPSHOT</version>
|
||||
<name>Metadata Profile Form Builder</name>
|
||||
<description>
|
||||
The Metadata Profile Form Builder is a widget able to build dynamically a web form by reading "gCube Metadata Profile/s"
|
||||
|
|
Loading…
Reference in New Issue