From ff7ab517438b900cb578286bb23e9a104af69ad4 Mon Sep 17 00:00:00 2001 From: Giancarlo Panichi Date: Thu, 18 Jun 2020 15:21:27 +0200 Subject: [PATCH] ref 19440: Update the library detachedres-library to store properties needed to resolve detached Item URLs https://support.d4science.org/issues/19440 Updated to support new detachedres-library --- CHANGELOG.md | 41 +++++++++++++++++++++++++++++++++++++++++ changelog.xml | 16 ++++++++++------ descriptor.xml | 1 + pom.xml | 4 ++-- 4 files changed, 54 insertions(+), 8 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..b16e51c --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,41 @@ +# Changelog + + + +## [v1.2.1] [r4.24.0] - 2020-06-18 + +### Features + +- Updated to support new detachedres-library [#19440] + + + +## [v1.2.0] - 2020-04-08 + +### Features + +- Updated export csv support with Firefox and Safari [#18034] +- Added Core Services support [#18291] +- Added Detached REs support [#18815] +- Added the alphabetical sorting of tabs [#18754] +- Added TOC menu in reports [#18753] + + + +## [v1.1.0] - 2019-10-01 + +### Features + +- Updated to support accounting data visualization at the infrastructure level [#17847] + + + +## [v1.0.0] - 2018-08-01 + +### Features + +- First Release + + + +This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). diff --git a/changelog.xml b/changelog.xml index ce341c8..869a639 100644 --- a/changelog.xml +++ b/changelog.xml @@ -1,16 +1,20 @@ + + Updated to support new detachedres-library [#19440] + - Updated export csv support with Firefox and Safari [ticket #18034] - Added Core Services support [ticket #18291] - Added Detached REs support [ticket #18815] - Added the alphabetical sorting of tabs [ticket #18754] - Added TOC menu in reports [ticket #18753] + Updated export csv support with Firefox and Safari [#18034] + Added Core Services support [#18291] + Added Detached REs support [#18815] + Added the alphabetical sorting of tabs [#18754] + Added TOC menu in reports [#18753] Updated to support accounting data visualization at the - infrastructure level [ticket #17847] + infrastructure level [#17847] diff --git a/descriptor.xml b/descriptor.xml index ae5bfde..eb9b453 100644 --- a/descriptor.xml +++ b/descriptor.xml @@ -14,6 +14,7 @@ README.md LICENSE.md + CHANGELOG.md profile.xml changelog.xml diff --git a/pom.xml b/pom.xml index 5c90dc4..379ea60 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ 4.0.0 org.gcube.portlets.user accounting-dashboard - 1.2.0 + 1.2.1-SNAPSHOT war accounting-dashboard @@ -260,7 +260,7 @@ org.gcube.infrastructure.detachedres detachedres-library - [0.0.1,2.0.0-SNAPSHOT) + [1.0.0,2.0.0-SNAPSHOT)