From 0d300c4d4e5ef9c7b75406f58d9b88474d8f8226 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cle=CC=81ment=20Doumouro?= Date: Wed, 15 Nov 2023 09:17:48 +0100 Subject: [PATCH] chore: add `datashare-plugin-neo4j-graph-widget` and bump `neo4j` to `0.3.0` --- datashare-app/src/main/resources/extensions.json | 4 ++-- datashare-app/src/main/resources/plugins.json | 9 +++++++++ 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/datashare-app/src/main/resources/extensions.json b/datashare-app/src/main/resources/extensions.json index 3d092e5cb..862c94648 100644 --- a/datashare-app/src/main/resources/extensions.json +++ b/datashare-app/src/main/resources/extensions.json @@ -49,9 +49,9 @@ "id": "datashare-extension-neo4j", "name": "neo4j", "description": "A Datashare extension to perform graph analysis using neo4j", - "url": "https://github.com/ICIJ/datashare-extension-neo4j/releases/download/0.2.6/datashare-extension-neo4j-0.2.6-jar-with-dependencies.jar", + "url": "https://github.com/ICIJ/datashare-extension-neo4j/releases/download/0.3.0/datashare-extension-neo4j-0.3.0-jar-with-dependencies.jar", "homepage": "https://github.com/ICIJ/datashare-extension-neo4j", - "version": "0.2.6", + "version": "0.3.0", "type": "WEB" } ] diff --git a/datashare-app/src/main/resources/plugins.json b/datashare-app/src/main/resources/plugins.json index 0dc1b4172..af3737ae4 100644 --- a/datashare-app/src/main/resources/plugins.json +++ b/datashare-app/src/main/resources/plugins.json @@ -62,6 +62,15 @@ "homepage": "https://github.com/ICIJ/datashare-plugin-tour", "version": "0.0.12", "type": "PLUGIN" + }, + { + "id": "datashare-plugin-neo4j-graph-widget", + "description": "A Datashare plugin to create a neo4j graph from Datashare's projects", + "url": "https://github.com/ICIJ/datashare-extension-neo4j/releases/download/0.3.0/datashare-plugin-neo4j-graph-widget-0.3.0.tgz", + "homepage": "https://github.com/ICIJ/datashare-extension-neo4j", + "version": "0.3.0", + "extensions": ["datashare-extension-neo4j"], + "type": "PLUGIN" } ] }