From fa013ec2ebf1ee3e525a33935802bfb6d718a168 Mon Sep 17 00:00:00 2001 From: Fabio Sinibaldi Date: Thu, 3 Sep 2020 17:19:53 +0200 Subject: [PATCH] gCube Project Template --- .classpath | 36 ---------------------------- .settings/org.eclipse.jdt.core.prefs | 5 ---- CHANGELOG.md | 4 ++-- FUNDING.md | 26 ++++++++++++++++++++ pom.xml | 4 ---- 5 files changed, 28 insertions(+), 47 deletions(-) delete mode 100644 .classpath delete mode 100644 .settings/org.eclipse.jdt.core.prefs create mode 100644 FUNDING.md diff --git a/.classpath b/.classpath deleted file mode 100644 index fae1a2b..0000000 --- a/.classpath +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.settings/org.eclipse.jdt.core.prefs b/.settings/org.eclipse.jdt.core.prefs deleted file mode 100644 index 714351a..0000000 --- a/.settings/org.eclipse.jdt.core.prefs +++ /dev/null @@ -1,5 +0,0 @@ -eclipse.preferences.version=1 -org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8 -org.eclipse.jdt.core.compiler.compliance=1.8 -org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning -org.eclipse.jdt.core.compiler.source=1.8 diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fb2df6..984d8ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog for org.gcube.spatial.data.sdi-library -## Unreleased [v1.2.0-SNAPSHOT] [r5.0.0] 2020-07-21 +## Unreleased [v1.2.0-SNAPSHOT] 2020-07-21 ## Enhancements @@ -9,4 +9,4 @@ ### Fixes -- Integration with gcube distribution (boms 2.0.0) \ No newline at end of file +- Integration with gcube distribution (https://support.d4science.org/issues/19612) \ No newline at end of file diff --git a/FUNDING.md b/FUNDING.md new file mode 100644 index 0000000..9e48b94 --- /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); diff --git a/pom.xml b/pom.xml index cd84983..34fc70c 100644 --- a/pom.xml +++ b/pom.xml @@ -66,19 +66,16 @@ org.glassfish.jersey.core jersey-client - 2.24.1 org.glassfish.jersey.media jersey-media-json-jackson - 2.24.1 org.glassfish.jersey.media jersey-media-multipart - 2.24.1 @@ -102,7 +99,6 @@ ch.qos.logback logback-classic - 1.0.13 test