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} + + + + + + + +