From 86f5e9de173f81318c3f113b2b30ae526e7ba776 Mon Sep 17 00:00:00 2001 From: Giancarlo Panichi Date: Tue, 25 May 2021 10:24:59 +0200 Subject: [PATCH] ref 20971: ShortLink - Check for obsolete short urls https://support.d4science.org/issues/20971 Fixed ShortLink urls. --- CHANGELOG.md | 8 +++++++- README.md | 10 +--------- descriptor.xml | 32 ++++++++++++++++++++++++++++++++ profile.xml | 30 ++++++++++++++++++++++++++++++ 4 files changed, 70 insertions(+), 10 deletions(-) create mode 100644 descriptor.xml create mode 100644 profile.xml diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e8a783..16ae9b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,15 @@ -# Changelog +This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +# Changelog for "dataminer" + ## [v1.7.1] - 2021-05-24 +### Fixes + - Fixed obsolete short urls [#20971] + ## [v1.7.0] - 2020-11-20 ### Fixes diff --git a/README.md b/README.md index bce368e..1a7b31b 100644 --- a/README.md +++ b/README.md @@ -37,12 +37,4 @@ open-source software toolkit used for building and operating Hybrid Data Infrastructures enabling the dynamic deployment of Virtual Research Environments by favouring the realisation of reuse oriented policies. -The projects leading to this software have received funding from a series of European Union programmes including: - -- the Sixth Framework Programme for Research and Technological Development - - DILIGENT (grant no. 004260); -- the Seventh Framework Programme for research, technological development and demonstration - - D4Science (grant no. 212488), D4Science-II (grant no.239019), ENVRI (grant no. 283465), EUBrazilOpenBio (grant no. 288754), iMarine(grant no. 283644); -- the H2020 research and innovation programme - - BlueBRIDGE (grant no. 675680), EGIEngage (grant no. 654142), ENVRIplus (grant no. 654182), Parthenos (grant no. 654119), SoBigData (grant no. 654024),DESIRA (grant no. 818194), ARIADNEplus (grant no. 823914), RISIS2 (grant no. 824091), PerformFish (grant no. 727610), AGINFRAplus (grant no. 731001); - \ No newline at end of file +The projects leading to this software have received funding from a series of European Union programmes see [FUNDING.md](FUNDING.md) \ No newline at end of file diff --git a/descriptor.xml b/descriptor.xml new file mode 100644 index 0000000..e87081c --- /dev/null +++ b/descriptor.xml @@ -0,0 +1,32 @@ + + servicearchive + + tar.gz + + / + + + / + true + + README.md + LICENSE.md + CHANGELOG.md + FUNDING.md + profile.xml + + 755 + true + + + + + target/${build.finalName}.${project.packaging} + /${artifactId} + + + + diff --git a/profile.xml b/profile.xml new file mode 100644 index 0000000..08b2fab --- /dev/null +++ b/profile.xml @@ -0,0 +1,30 @@ + + + + Service + + ${project.description} + DataAnalysis + ${project.name} + 1.0.0 + + + ${project.name} + ${project.description} + ${version} + + ${project.groupId} + ${project.artifactId} + ${project.version} + + Service + + ${project.build.finalName}.${project.packaging} + + + + + + + +