Declared as geoportal-data-entry-app.v3.3.0-SNAPSHOT
This commit is contained in:
parent
d8f5d0ba53
commit
3bccd516a3
|
@ -4,17 +4,14 @@
|
||||||
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).
|
||||||
|
|
||||||
## [v3.4.0-SNAPSHOT]
|
## [v3.3.0-SNAPSHOT] - 2024-06-28
|
||||||
|
|
||||||
- The save operation is now monitored asynchronously [#28268]
|
|
||||||
|
|
||||||
## [v3.3.0] - 2024-06-28
|
|
||||||
|
|
||||||
- Implemented the init facility to resolve a public link on an item [#27120]
|
- Implemented the init facility to resolve a public link on an item [#27120]
|
||||||
- Integrated new Uri-Resolver-Manager [#27160]
|
- Integrated new Uri-Resolver-Manager [#27160]
|
||||||
- Added Get Shareable Link facility [#27120]
|
- Added Get Shareable Link facility [#27120]
|
||||||
- Added optional message when performing lifecycle step [#27192]
|
- Added optional message when performing lifecycle step [#27192]
|
||||||
- Enforced deleteProject method/UX
|
- Enforced deleteProject method/UX
|
||||||
|
- The save operation is now monitored asynchronously [#28268]
|
||||||
|
|
||||||
## [v3.2.2] - 2024-01-11
|
## [v3.2.2] - 2024-01-11
|
||||||
|
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -14,7 +14,7 @@
|
||||||
<groupId>org.gcube.portlets.user</groupId>
|
<groupId>org.gcube.portlets.user</groupId>
|
||||||
<artifactId>geoportal-data-entry-app</artifactId>
|
<artifactId>geoportal-data-entry-app</artifactId>
|
||||||
<packaging>war</packaging>
|
<packaging>war</packaging>
|
||||||
<version>3.4.0-SNAPSHOT</version>
|
<version>3.3.0-SNAPSHOT</version>
|
||||||
<name>GeoPortal Data Entry App</name>
|
<name>GeoPortal Data Entry App</name>
|
||||||
<description>The GeoPortal Data Entry App is an application to build the web forms for data entries needed to create projects/documents (based on UCD) in the D4Science Geoportal service</description>
|
<description>The GeoPortal Data Entry App is an application to build the web forms for data entries needed to create projects/documents (based on UCD) in the D4Science Geoportal service</description>
|
||||||
<scm>
|
<scm>
|
||||||
|
|
Loading…
Reference in New Issue