From 2b719a763388202d5c16fe7f2203c42e934f07a4 Mon Sep 17 00:00:00 2001 From: "lucio.lelii" Date: Mon, 18 Jan 2021 20:01:26 +0100 Subject: [PATCH] pom updated to remove old maven repositories --- CHANGELOG.md | 2 +- FUNDING.md | 26 ++++++++++++++++++++++++++ changelog.xml | 41 ----------------------------------------- descriptor.xml | 32 -------------------------------- pom.xml | 4 ++-- profile.xml | 30 ------------------------------ 6 files changed, 29 insertions(+), 106 deletions(-) create mode 100644 FUNDING.md delete mode 100644 changelog.xml delete mode 100644 descriptor.xml delete mode 100644 profile.xml diff --git a/CHANGELOG.md b/CHANGELOG.md index d7ba5dd..1512516 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Changelog -## [v1.7.0-SNAPSHOT] - 2020-11-20 +## [v1.7.0] - 2020-11-20 - import range modified to resolve old repositories invalid url diff --git a/FUNDING.md b/FUNDING.md new file mode 100644 index 0000000..6fa9eac --- /dev/null +++ b/FUNDING.md @@ -0,0 +1,26 @@ +# Acknowledgments + +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](https://cordis.europa.eu/project/id/004260) (grant no. 004260). +- the Seventh Framework Programme for research, technological development and demonstration + - [D4Science](https://cordis.europa.eu/project/id/212488) (grant no. 212488); + - [D4Science-II](https://cordis.europa.eu/project/id/239019) (grant no.239019); + - [ENVRI](https://cordis.europa.eu/project/id/283465) (grant no. 283465); + - [iMarine](https://cordis.europa.eu/project/id/283644) (grant no. 283644); + - [EUBrazilOpenBio](https://cordis.europa.eu/project/id/288754) (grant no. 288754). +- the H2020 research and innovation programme + - [SoBigData](https://cordis.europa.eu/project/id/654024) (grant no. 654024); + - [PARTHENOS](https://cordis.europa.eu/project/id/654119) (grant no. 654119); + - [EGI-Engage](https://cordis.europa.eu/project/id/654142) (grant no. 654142); + - [ENVRI PLUS](https://cordis.europa.eu/project/id/654182) (grant no. 654182); + - [BlueBRIDGE](https://cordis.europa.eu/project/id/675680) (grant no. 675680); + - [PerformFISH](https://cordis.europa.eu/project/id/727610) (grant no. 727610); + - [AGINFRA PLUS](https://cordis.europa.eu/project/id/731001) (grant no. 731001); + - [DESIRA](https://cordis.europa.eu/project/id/818194) (grant no. 818194); + - [ARIADNEplus](https://cordis.europa.eu/project/id/823914) (grant no. 823914); + - [RISIS 2](https://cordis.europa.eu/project/id/824091) (grant no. 824091); + - [EOSC-Pillar](https://cordis.europa.eu/project/id/857650) (grant no. 857650); + - [Blue Cloud](https://cordis.europa.eu/project/id/862409) (grant no. 862409); + - [SoBigData-PlusPlus](https://cordis.europa.eu/project/id/871042) (grant no. 871042); \ No newline at end of file diff --git a/changelog.xml b/changelog.xml deleted file mode 100644 index 2dc2066..0000000 --- a/changelog.xml +++ /dev/null @@ -1,41 +0,0 @@ - - - Added storagehub retry in InputsManager class, - getLocalFile - method [#19253] - - - - Fixed Content-Type support for files in the results - of - computations [#18096] - - - - Fixed https link for output parameter [#17659] - - - Updated https support [#13024] - - - added the right extension on output file - lock file created on execution - - - added accounting on algorithm execution - - - service interface classes moved to wps project - - - First Release - - \ No newline at end of file diff --git a/descriptor.xml b/descriptor.xml deleted file mode 100644 index 83fba9c..0000000 --- a/descriptor.xml +++ /dev/null @@ -1,32 +0,0 @@ - - servicearchive - - tar.gz - - / - - - / - true - - README.md - LICENSE.md - CHANGELOG.md - profile.xml - changelog.xml - - 755 - true - - - - - target/${build.finalName}.${project.packaging} - /${artifactId} - - - - diff --git a/pom.xml b/pom.xml index 92f43f0..861bc1e 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ org.gcube.dataanalysis dataminer - 1.7.0-SNAPSHOT + 1.7.0 dataminer An e-Infrastructure service providing state-of-the art DataMining algorithms and ecological modelling approaches under the Web Processing Service (WPS) standard. @@ -106,7 +106,7 @@ org.gcube.dataanalysis ecological-engine-geospatial-extensions - [1.5.0,2.0.0-SNAPSHOT) + [1.5.2-SNAPSHOT,2.0.0-SNAPSHOT) log4j diff --git a/profile.xml b/profile.xml deleted file mode 100644 index 08b2fab..0000000 --- a/profile.xml +++ /dev/null @@ -1,30 +0,0 @@ - - - - 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} - - - - - - - -