From a9f073236847adcf6c3ea7b3fa8eccf01b5db758 Mon Sep 17 00:00:00 2001 From: Mathieu Bastian Date: Sat, 7 Jan 2023 20:59:05 +0100 Subject: [PATCH] Update version to 0.10.0 --- modules/AlgorithmsPlugin/pom.xml | 4 ++-- modules/AppearanceAPI/pom.xml | 4 ++-- modules/AppearancePlugin/pom.xml | 4 ++-- modules/AppearancePluginUI/pom.xml | 4 ++-- modules/BatikWrapper/pom.xml | 4 ++-- modules/CoreLibraryWrapper/pom.xml | 4 ++-- modules/DBDrivers/pom.xml | 4 ++-- modules/DataLaboratoryAPI/pom.xml | 4 ++-- modules/DataLaboratoryPlugin/pom.xml | 4 ++-- modules/DesktopAppearance/pom.xml | 4 ++-- modules/DesktopBranding/pom.xml | 4 ++-- modules/DesktopContext/pom.xml | 4 ++-- modules/DesktopDataLaboratory/pom.xml | 4 ++-- modules/DesktopExport/pom.xml | 4 ++-- modules/DesktopFilters/pom.xml | 4 ++-- modules/DesktopGenerate/pom.xml | 4 ++-- modules/DesktopIcons/pom.xml | 4 ++-- modules/DesktopImport/pom.xml | 4 ++-- modules/DesktopLayout/pom.xml | 4 ++-- modules/DesktopPreview/pom.xml | 4 ++-- modules/DesktopProject/pom.xml | 4 ++-- modules/DesktopSearch/pom.xml | 4 ++-- modules/DesktopStatistics/pom.xml | 4 ++-- modules/DesktopTimeline/pom.xml | 4 ++-- modules/DesktopTools/pom.xml | 4 ++-- modules/DesktopWindow/pom.xml | 4 ++-- modules/ExportAPI/pom.xml | 4 ++-- modules/ExportPlugin/pom.xml | 4 ++-- modules/ExportPluginUI/pom.xml | 4 ++-- modules/FiltersAPI/pom.xml | 4 ++-- modules/FiltersImpl/pom.xml | 4 ++-- modules/FiltersPlugin/pom.xml | 4 ++-- modules/FiltersPluginUI/pom.xml | 4 ++-- modules/GeneratorAPI/pom.xml | 4 ++-- modules/GeneratorPlugin/pom.xml | 4 ++-- modules/GeneratorPluginUI/pom.xml | 4 ++-- modules/GraphAPI/pom.xml | 4 ++-- modules/ImportAPI/pom.xml | 4 ++-- modules/ImportPlugin/pom.xml | 4 ++-- modules/ImportPluginUI/pom.xml | 4 ++-- modules/LayoutAPI/pom.xml | 4 ++-- modules/LayoutPlugin/pom.xml | 4 ++-- modules/LongTaskAPI/pom.xml | 4 ++-- modules/MostRecentFilesAPI/pom.xml | 4 ++-- modules/PerspectiveAPI/pom.xml | 4 ++-- modules/PreviewAPI/pom.xml | 4 ++-- modules/PreviewExport/pom.xml | 4 ++-- modules/PreviewExportUI/pom.xml | 4 ++-- modules/PreviewPlugin/pom.xml | 4 ++-- modules/ProjectAPI/pom.xml | 4 ++-- modules/SettingsUpgrader/pom.xml | 4 ++-- modules/StatisticsAPI/pom.xml | 4 ++-- modules/StatisticsPlugin/pom.xml | 4 ++-- modules/StatisticsPluginUI/pom.xml | 4 ++-- modules/TimelineAPI/pom.xml | 4 ++-- modules/ToolsAPI/pom.xml | 4 ++-- modules/ToolsPlugin/pom.xml | 4 ++-- modules/UIComponents/pom.xml | 4 ++-- modules/UILibraryWrapper/pom.xml | 4 ++-- modules/UIUtils/pom.xml | 4 ++-- modules/Utils/pom.xml | 4 ++-- modules/VisualizationAPI/pom.xml | 4 ++-- modules/VisualizationImpl/pom.xml | 4 ++-- modules/WelcomeScreen/pom.xml | 4 ++-- modules/application/pom.xml | 4 ++-- modules/application/src/main/resources/gephi.conf | 1 + pom.xml | 2 +- 67 files changed, 132 insertions(+), 131 deletions(-) diff --git a/modules/AlgorithmsPlugin/pom.xml b/modules/AlgorithmsPlugin/pom.xml index 10203331d..1f1a308d6 100644 --- a/modules/AlgorithmsPlugin/pom.xml +++ b/modules/AlgorithmsPlugin/pom.xml @@ -4,13 +4,13 @@ gephi-parent org.gephi - 0.10.0-SNAPSHOT + 0.10.0 ../.. org.gephi algorithms-plugin - 0.10.0-SNAPSHOT + 0.10.0 nbm diff --git a/modules/AppearanceAPI/pom.xml b/modules/AppearanceAPI/pom.xml index 9522df334..2171c35e6 100644 --- a/modules/AppearanceAPI/pom.xml +++ b/modules/AppearanceAPI/pom.xml @@ -4,13 +4,13 @@ gephi-parent org.gephi - 0.10.0-SNAPSHOT + 0.10.0 ../.. org.gephi appearance-api - 0.10.0-SNAPSHOT + 0.10.0 nbm AppearanceAPI diff --git a/modules/AppearancePlugin/pom.xml b/modules/AppearancePlugin/pom.xml index 75195ac1f..16dacffda 100644 --- a/modules/AppearancePlugin/pom.xml +++ b/modules/AppearancePlugin/pom.xml @@ -4,13 +4,13 @@ gephi-parent org.gephi - 0.10.0-SNAPSHOT + 0.10.0 ../.. org.gephi appearance-plugin - 0.10.0-SNAPSHOT + 0.10.0 nbm AppearancePlugin diff --git a/modules/AppearancePluginUI/pom.xml b/modules/AppearancePluginUI/pom.xml index a147ef873..804341ef3 100644 --- a/modules/AppearancePluginUI/pom.xml +++ b/modules/AppearancePluginUI/pom.xml @@ -4,13 +4,13 @@ gephi-parent org.gephi - 0.10.0-SNAPSHOT + 0.10.0 ../.. org.gephi appearance-plugin-ui - 0.10.0-SNAPSHOT + 0.10.0 nbm AppearancePluginUI diff --git a/modules/BatikWrapper/pom.xml b/modules/BatikWrapper/pom.xml index b19aa7792..b5008aa2c 100644 --- a/modules/BatikWrapper/pom.xml +++ b/modules/BatikWrapper/pom.xml @@ -4,13 +4,13 @@ gephi-parent org.gephi - 0.10.0-SNAPSHOT + 0.10.0 ../.. org.gephi batik-wrapper - 0.10.0-SNAPSHOT + 0.10.0 nbm BatikWrapper diff --git a/modules/CoreLibraryWrapper/pom.xml b/modules/CoreLibraryWrapper/pom.xml index c57cb4362..e812248a1 100644 --- a/modules/CoreLibraryWrapper/pom.xml +++ b/modules/CoreLibraryWrapper/pom.xml @@ -4,13 +4,13 @@ gephi-parent org.gephi - 0.10.0-SNAPSHOT + 0.10.0 ../.. org.gephi core-library-wrapper - 0.10.0-SNAPSHOT + 0.10.0 nbm CoreLibraryWrapper diff --git a/modules/DBDrivers/pom.xml b/modules/DBDrivers/pom.xml index 339283549..d9f64748f 100644 --- a/modules/DBDrivers/pom.xml +++ b/modules/DBDrivers/pom.xml @@ -4,13 +4,13 @@ gephi-parent org.gephi - 0.10.0-SNAPSHOT + 0.10.0 ../.. org.gephi db-drivers - 0.10.0-SNAPSHOT + 0.10.0 nbm DBDrivers diff --git a/modules/DataLaboratoryAPI/pom.xml b/modules/DataLaboratoryAPI/pom.xml index 203d4d960..64377dc20 100644 --- a/modules/DataLaboratoryAPI/pom.xml +++ b/modules/DataLaboratoryAPI/pom.xml @@ -4,13 +4,13 @@ gephi-parent org.gephi - 0.10.0-SNAPSHOT + 0.10.0 ../.. org.gephi datalab-api - 0.10.0-SNAPSHOT + 0.10.0 nbm DataLaboratoryAPI diff --git a/modules/DataLaboratoryPlugin/pom.xml b/modules/DataLaboratoryPlugin/pom.xml index 1b762c1b5..f8aba89a4 100644 --- a/modules/DataLaboratoryPlugin/pom.xml +++ b/modules/DataLaboratoryPlugin/pom.xml @@ -4,12 +4,12 @@ gephi-parent org.gephi - 0.10.0-SNAPSHOT + 0.10.0 ../.. datalab-plugin - 0.10.0-SNAPSHOT + 0.10.0 nbm DataLaboratoryPlugin diff --git a/modules/DesktopAppearance/pom.xml b/modules/DesktopAppearance/pom.xml index b160cc8cc..efa625cf5 100644 --- a/modules/DesktopAppearance/pom.xml +++ b/modules/DesktopAppearance/pom.xml @@ -4,13 +4,13 @@ gephi-parent org.gephi - 0.10.0-SNAPSHOT + 0.10.0 ../.. org.gephi desktop-appearance - 0.10.0-SNAPSHOT + 0.10.0 nbm DesktopAppearance diff --git a/modules/DesktopBranding/pom.xml b/modules/DesktopBranding/pom.xml index 963602b87..9ecdea0c4 100644 --- a/modules/DesktopBranding/pom.xml +++ b/modules/DesktopBranding/pom.xml @@ -4,12 +4,12 @@ gephi-parent org.gephi - 0.10.0-SNAPSHOT + 0.10.0 ../.. desktop-branding - 0.10.0-SNAPSHOT + 0.10.0 nbm DesktopBranding diff --git a/modules/DesktopContext/pom.xml b/modules/DesktopContext/pom.xml index e37737fbd..71e72ab6a 100644 --- a/modules/DesktopContext/pom.xml +++ b/modules/DesktopContext/pom.xml @@ -4,13 +4,13 @@ gephi-parent org.gephi - 0.10.0-SNAPSHOT + 0.10.0 ../.. org.gephi desktop-context - 0.10.0-SNAPSHOT + 0.10.0 nbm DesktopContext diff --git a/modules/DesktopDataLaboratory/pom.xml b/modules/DesktopDataLaboratory/pom.xml index 5c56831f7..182873507 100644 --- a/modules/DesktopDataLaboratory/pom.xml +++ b/modules/DesktopDataLaboratory/pom.xml @@ -4,12 +4,12 @@ gephi-parent org.gephi - 0.10.0-SNAPSHOT + 0.10.0 ../.. desktop-datalab - 0.10.0-SNAPSHOT + 0.10.0 nbm DesktopDataLaboratory diff --git a/modules/DesktopExport/pom.xml b/modules/DesktopExport/pom.xml index 9094005d6..b18049a73 100644 --- a/modules/DesktopExport/pom.xml +++ b/modules/DesktopExport/pom.xml @@ -4,12 +4,12 @@ gephi-parent org.gephi - 0.10.0-SNAPSHOT + 0.10.0 ../.. desktop-io-export - 0.10.0-SNAPSHOT + 0.10.0 nbm DesktopExport diff --git a/modules/DesktopFilters/pom.xml b/modules/DesktopFilters/pom.xml index 295e4cfa3..a4d4f9604 100644 --- a/modules/DesktopFilters/pom.xml +++ b/modules/DesktopFilters/pom.xml @@ -4,13 +4,13 @@ gephi-parent org.gephi - 0.10.0-SNAPSHOT + 0.10.0 ../.. org.gephi desktop-filters - 0.10.0-SNAPSHOT + 0.10.0 nbm DesktopFilters diff --git a/modules/DesktopGenerate/pom.xml b/modules/DesktopGenerate/pom.xml index 1f762d870..f0337c118 100644 --- a/modules/DesktopGenerate/pom.xml +++ b/modules/DesktopGenerate/pom.xml @@ -4,12 +4,12 @@ gephi-parent org.gephi - 0.10.0-SNAPSHOT + 0.10.0 ../.. desktop-generate - 0.10.0-SNAPSHOT + 0.10.0 nbm DesktopGenerate diff --git a/modules/DesktopIcons/pom.xml b/modules/DesktopIcons/pom.xml index 10f9f2079..4145adc41 100644 --- a/modules/DesktopIcons/pom.xml +++ b/modules/DesktopIcons/pom.xml @@ -4,13 +4,13 @@ gephi-parent org.gephi - 0.10.0-SNAPSHOT + 0.10.0 ../.. org.gephi desktop-icons - 0.10.0-SNAPSHOT + 0.10.0 nbm DesktopIcons diff --git a/modules/DesktopImport/pom.xml b/modules/DesktopImport/pom.xml index 9cd4543aa..08cdb301b 100644 --- a/modules/DesktopImport/pom.xml +++ b/modules/DesktopImport/pom.xml @@ -4,12 +4,12 @@ gephi-parent org.gephi - 0.10.0-SNAPSHOT + 0.10.0 ../.. desktop-import - 0.10.0-SNAPSHOT + 0.10.0 nbm DesktopImport diff --git a/modules/DesktopLayout/pom.xml b/modules/DesktopLayout/pom.xml index a29404b04..bfc29ff23 100644 --- a/modules/DesktopLayout/pom.xml +++ b/modules/DesktopLayout/pom.xml @@ -4,13 +4,13 @@ gephi-parent org.gephi - 0.10.0-SNAPSHOT + 0.10.0 ../.. org.gephi desktop-layout - 0.10.0-SNAPSHOT + 0.10.0 nbm DesktopLayout diff --git a/modules/DesktopPreview/pom.xml b/modules/DesktopPreview/pom.xml index a11c79572..094e579f5 100644 --- a/modules/DesktopPreview/pom.xml +++ b/modules/DesktopPreview/pom.xml @@ -4,13 +4,13 @@ gephi-parent org.gephi - 0.10.0-SNAPSHOT + 0.10.0 ../.. org.gephi desktop-preview - 0.10.0-SNAPSHOT + 0.10.0 nbm DesktopPreview diff --git a/modules/DesktopProject/pom.xml b/modules/DesktopProject/pom.xml index 397ea6869..a5d2e733f 100644 --- a/modules/DesktopProject/pom.xml +++ b/modules/DesktopProject/pom.xml @@ -4,12 +4,12 @@ gephi-parent org.gephi - 0.10.0-SNAPSHOT + 0.10.0 ../.. desktop-project - 0.10.0-SNAPSHOT + 0.10.0 nbm DesktopProject diff --git a/modules/DesktopSearch/pom.xml b/modules/DesktopSearch/pom.xml index b3b0e7d68..691058951 100644 --- a/modules/DesktopSearch/pom.xml +++ b/modules/DesktopSearch/pom.xml @@ -4,12 +4,12 @@ gephi-parent org.gephi - 0.10.0-SNAPSHOT + 0.10.0 ../.. desktop-search - 0.10.0-SNAPSHOT + 0.10.0 nbm DesktopSearch diff --git a/modules/DesktopStatistics/pom.xml b/modules/DesktopStatistics/pom.xml index c8cf8e474..f0b5a4e17 100644 --- a/modules/DesktopStatistics/pom.xml +++ b/modules/DesktopStatistics/pom.xml @@ -4,12 +4,12 @@ gephi-parent org.gephi - 0.10.0-SNAPSHOT + 0.10.0 ../.. desktop-statistics - 0.10.0-SNAPSHOT + 0.10.0 nbm DesktopStatistics diff --git a/modules/DesktopTimeline/pom.xml b/modules/DesktopTimeline/pom.xml index 39f84e649..e9509fb0d 100644 --- a/modules/DesktopTimeline/pom.xml +++ b/modules/DesktopTimeline/pom.xml @@ -4,12 +4,12 @@ gephi-parent org.gephi - 0.10.0-SNAPSHOT + 0.10.0 ../.. desktop-timeline - 0.10.0-SNAPSHOT + 0.10.0 nbm DesktopTimeline diff --git a/modules/DesktopTools/pom.xml b/modules/DesktopTools/pom.xml index 54ccd573f..b1c89500a 100644 --- a/modules/DesktopTools/pom.xml +++ b/modules/DesktopTools/pom.xml @@ -4,13 +4,13 @@ gephi-parent org.gephi - 0.10.0-SNAPSHOT + 0.10.0 ../.. org.gephi desktop-tools - 0.10.0-SNAPSHOT + 0.10.0 nbm DesktopTools diff --git a/modules/DesktopWindow/pom.xml b/modules/DesktopWindow/pom.xml index 2b11589da..97d758425 100644 --- a/modules/DesktopWindow/pom.xml +++ b/modules/DesktopWindow/pom.xml @@ -4,12 +4,12 @@ gephi-parent org.gephi - 0.10.0-SNAPSHOT + 0.10.0 ../.. desktop-window - 0.10.0-SNAPSHOT + 0.10.0 nbm DesktopWindow diff --git a/modules/ExportAPI/pom.xml b/modules/ExportAPI/pom.xml index ffcacb31b..16e09d340 100644 --- a/modules/ExportAPI/pom.xml +++ b/modules/ExportAPI/pom.xml @@ -4,13 +4,13 @@ gephi-parent org.gephi - 0.10.0-SNAPSHOT + 0.10.0 ../.. org.gephi io-exporter-api - 0.10.0-SNAPSHOT + 0.10.0 nbm ExportAPI diff --git a/modules/ExportPlugin/pom.xml b/modules/ExportPlugin/pom.xml index 7a8a5550d..981e8c2c4 100644 --- a/modules/ExportPlugin/pom.xml +++ b/modules/ExportPlugin/pom.xml @@ -4,12 +4,12 @@ gephi-parent org.gephi - 0.10.0-SNAPSHOT + 0.10.0 ../.. io-exporter-plugin - 0.10.0-SNAPSHOT + 0.10.0 nbm ExportPlugin diff --git a/modules/ExportPluginUI/pom.xml b/modules/ExportPluginUI/pom.xml index 7c8e7aebf..dcb2246ef 100644 --- a/modules/ExportPluginUI/pom.xml +++ b/modules/ExportPluginUI/pom.xml @@ -4,12 +4,12 @@ gephi-parent org.gephi - 0.10.0-SNAPSHOT + 0.10.0 ../.. export-plugin-ui - 0.10.0-SNAPSHOT + 0.10.0 nbm ExportPluginUI diff --git a/modules/FiltersAPI/pom.xml b/modules/FiltersAPI/pom.xml index 826ac62de..0ff9d5a26 100644 --- a/modules/FiltersAPI/pom.xml +++ b/modules/FiltersAPI/pom.xml @@ -4,13 +4,13 @@ gephi-parent org.gephi - 0.10.0-SNAPSHOT + 0.10.0 ../.. org.gephi filters-api - 0.10.0-SNAPSHOT + 0.10.0 nbm FiltersAPI diff --git a/modules/FiltersImpl/pom.xml b/modules/FiltersImpl/pom.xml index 78dcb006a..531204ca9 100644 --- a/modules/FiltersImpl/pom.xml +++ b/modules/FiltersImpl/pom.xml @@ -4,13 +4,13 @@ gephi-parent org.gephi - 0.10.0-SNAPSHOT + 0.10.0 ../.. org.gephi filters-impl - 0.10.0-SNAPSHOT + 0.10.0 nbm FiltersImpl diff --git a/modules/FiltersPlugin/pom.xml b/modules/FiltersPlugin/pom.xml index 213b4889a..a26e1eedd 100644 --- a/modules/FiltersPlugin/pom.xml +++ b/modules/FiltersPlugin/pom.xml @@ -4,13 +4,13 @@ gephi-parent org.gephi - 0.10.0-SNAPSHOT + 0.10.0 ../.. org.gephi filters-plugin - 0.10.0-SNAPSHOT + 0.10.0 nbm FiltersPlugin diff --git a/modules/FiltersPluginUI/pom.xml b/modules/FiltersPluginUI/pom.xml index 55e71d1b9..bf9caba1f 100644 --- a/modules/FiltersPluginUI/pom.xml +++ b/modules/FiltersPluginUI/pom.xml @@ -4,12 +4,12 @@ gephi-parent org.gephi - 0.10.0-SNAPSHOT + 0.10.0 ../.. filters-plugin-ui - 0.10.0-SNAPSHOT + 0.10.0 nbm FiltersPluginUI diff --git a/modules/GeneratorAPI/pom.xml b/modules/GeneratorAPI/pom.xml index fe42639a6..6e19246fe 100644 --- a/modules/GeneratorAPI/pom.xml +++ b/modules/GeneratorAPI/pom.xml @@ -4,13 +4,13 @@ gephi-parent org.gephi - 0.10.0-SNAPSHOT + 0.10.0 ../.. org.gephi io-generator-api - 0.10.0-SNAPSHOT + 0.10.0 nbm GeneratorAPI diff --git a/modules/GeneratorPlugin/pom.xml b/modules/GeneratorPlugin/pom.xml index 3613d1fd4..7a1f0e1cf 100644 --- a/modules/GeneratorPlugin/pom.xml +++ b/modules/GeneratorPlugin/pom.xml @@ -4,13 +4,13 @@ gephi-parent org.gephi - 0.10.0-SNAPSHOT + 0.10.0 ../.. org.gephi io-generator-plugin - 0.10.0-SNAPSHOT + 0.10.0 nbm GeneratorPlugin diff --git a/modules/GeneratorPluginUI/pom.xml b/modules/GeneratorPluginUI/pom.xml index 6dfb389de..0252d48c5 100644 --- a/modules/GeneratorPluginUI/pom.xml +++ b/modules/GeneratorPluginUI/pom.xml @@ -4,12 +4,12 @@ gephi-parent org.gephi - 0.10.0-SNAPSHOT + 0.10.0 ../.. generator-plugin-ui - 0.10.0-SNAPSHOT + 0.10.0 nbm GeneratorPluginUI diff --git a/modules/GraphAPI/pom.xml b/modules/GraphAPI/pom.xml index 1391303d9..e5b08990e 100644 --- a/modules/GraphAPI/pom.xml +++ b/modules/GraphAPI/pom.xml @@ -4,13 +4,13 @@ gephi-parent org.gephi - 0.10.0-SNAPSHOT + 0.10.0 ../.. org.gephi graph-api - 0.10.0-SNAPSHOT + 0.10.0 nbm GraphAPI diff --git a/modules/ImportAPI/pom.xml b/modules/ImportAPI/pom.xml index 86671a0ad..6e0a684dd 100644 --- a/modules/ImportAPI/pom.xml +++ b/modules/ImportAPI/pom.xml @@ -4,13 +4,13 @@ gephi-parent org.gephi - 0.10.0-SNAPSHOT + 0.10.0 ../.. org.gephi io-importer-api - 0.10.0-SNAPSHOT + 0.10.0 nbm ImportAPI diff --git a/modules/ImportPlugin/pom.xml b/modules/ImportPlugin/pom.xml index 8eeef5f0c..9318069d4 100644 --- a/modules/ImportPlugin/pom.xml +++ b/modules/ImportPlugin/pom.xml @@ -4,12 +4,12 @@ gephi-parent org.gephi - 0.10.0-SNAPSHOT + 0.10.0 ../.. io-importer-plugin - 0.10.0-SNAPSHOT + 0.10.0 nbm ImportPlugin diff --git a/modules/ImportPluginUI/pom.xml b/modules/ImportPluginUI/pom.xml index d525cd11e..e04bc271d 100644 --- a/modules/ImportPluginUI/pom.xml +++ b/modules/ImportPluginUI/pom.xml @@ -4,12 +4,12 @@ gephi-parent org.gephi - 0.10.0-SNAPSHOT + 0.10.0 ../.. import-plugin-ui - 0.10.0-SNAPSHOT + 0.10.0 nbm ImportPluginUI diff --git a/modules/LayoutAPI/pom.xml b/modules/LayoutAPI/pom.xml index 5b931a21f..24c021425 100644 --- a/modules/LayoutAPI/pom.xml +++ b/modules/LayoutAPI/pom.xml @@ -4,13 +4,13 @@ gephi-parent org.gephi - 0.10.0-SNAPSHOT + 0.10.0 ../.. org.gephi layout-api - 0.10.0-SNAPSHOT + 0.10.0 nbm LayoutAPI diff --git a/modules/LayoutPlugin/pom.xml b/modules/LayoutPlugin/pom.xml index 3440d6871..1452adf8b 100644 --- a/modules/LayoutPlugin/pom.xml +++ b/modules/LayoutPlugin/pom.xml @@ -4,13 +4,13 @@ gephi-parent org.gephi - 0.10.0-SNAPSHOT + 0.10.0 ../.. org.gephi layout-plugin - 0.10.0-SNAPSHOT + 0.10.0 nbm LayoutPlugin diff --git a/modules/LongTaskAPI/pom.xml b/modules/LongTaskAPI/pom.xml index 7713253bf..e7b607ab3 100644 --- a/modules/LongTaskAPI/pom.xml +++ b/modules/LongTaskAPI/pom.xml @@ -4,13 +4,13 @@ gephi-parent org.gephi - 0.10.0-SNAPSHOT + 0.10.0 ../.. org.gephi utils-longtask - 0.10.0-SNAPSHOT + 0.10.0 nbm LongTaskAPI diff --git a/modules/MostRecentFilesAPI/pom.xml b/modules/MostRecentFilesAPI/pom.xml index 530db4024..44931b274 100644 --- a/modules/MostRecentFilesAPI/pom.xml +++ b/modules/MostRecentFilesAPI/pom.xml @@ -4,13 +4,13 @@ gephi-parent org.gephi - 0.10.0-SNAPSHOT + 0.10.0 ../.. org.gephi mostrecentfiles-api - 0.10.0-SNAPSHOT + 0.10.0 nbm MostRecentFilesAPI diff --git a/modules/PerspectiveAPI/pom.xml b/modules/PerspectiveAPI/pom.xml index 5da6bd1c5..5407fdd21 100644 --- a/modules/PerspectiveAPI/pom.xml +++ b/modules/PerspectiveAPI/pom.xml @@ -4,13 +4,13 @@ gephi-parent org.gephi - 0.10.0-SNAPSHOT + 0.10.0 ../.. org.gephi perspective-api - 0.10.0-SNAPSHOT + 0.10.0 nbm PerspectiveAPI diff --git a/modules/PreviewAPI/pom.xml b/modules/PreviewAPI/pom.xml index a5b309e25..6468419d2 100644 --- a/modules/PreviewAPI/pom.xml +++ b/modules/PreviewAPI/pom.xml @@ -4,13 +4,13 @@ gephi-parent org.gephi - 0.10.0-SNAPSHOT + 0.10.0 ../.. org.gephi preview-api - 0.10.0-SNAPSHOT + 0.10.0 nbm PreviewAPI diff --git a/modules/PreviewExport/pom.xml b/modules/PreviewExport/pom.xml index b3724f48d..4484755c5 100644 --- a/modules/PreviewExport/pom.xml +++ b/modules/PreviewExport/pom.xml @@ -4,13 +4,13 @@ gephi-parent org.gephi - 0.10.0-SNAPSHOT + 0.10.0 ../.. org.gephi io-exporter-preview - 0.10.0-SNAPSHOT + 0.10.0 nbm PreviewExport diff --git a/modules/PreviewExportUI/pom.xml b/modules/PreviewExportUI/pom.xml index 8ced91d8c..5f96e4b2b 100644 --- a/modules/PreviewExportUI/pom.xml +++ b/modules/PreviewExportUI/pom.xml @@ -4,12 +4,12 @@ gephi-parent org.gephi - 0.10.0-SNAPSHOT + 0.10.0 ../.. preview-export-ui - 0.10.0-SNAPSHOT + 0.10.0 nbm PreviewExportUI diff --git a/modules/PreviewPlugin/pom.xml b/modules/PreviewPlugin/pom.xml index ff84aaa00..a8d898b4b 100644 --- a/modules/PreviewPlugin/pom.xml +++ b/modules/PreviewPlugin/pom.xml @@ -4,13 +4,13 @@ gephi-parent org.gephi - 0.10.0-SNAPSHOT + 0.10.0 ../.. org.gephi preview-plugin - 0.10.0-SNAPSHOT + 0.10.0 nbm PreviewPlugin diff --git a/modules/ProjectAPI/pom.xml b/modules/ProjectAPI/pom.xml index 765853ddc..ccfc5293f 100644 --- a/modules/ProjectAPI/pom.xml +++ b/modules/ProjectAPI/pom.xml @@ -4,13 +4,13 @@ gephi-parent org.gephi - 0.10.0-SNAPSHOT + 0.10.0 ../.. org.gephi project-api - 0.10.0-SNAPSHOT + 0.10.0 nbm ProjectAPI diff --git a/modules/SettingsUpgrader/pom.xml b/modules/SettingsUpgrader/pom.xml index d5d716f6c..d713d6b12 100644 --- a/modules/SettingsUpgrader/pom.xml +++ b/modules/SettingsUpgrader/pom.xml @@ -4,13 +4,13 @@ gephi-parent org.gephi - 0.10.0-SNAPSHOT + 0.10.0 ../.. org.gephi settings-upgrader - 0.10.0-SNAPSHOT + 0.10.0 nbm SettingsUpgrader diff --git a/modules/StatisticsAPI/pom.xml b/modules/StatisticsAPI/pom.xml index b1e3956df..5a7387f11 100644 --- a/modules/StatisticsAPI/pom.xml +++ b/modules/StatisticsAPI/pom.xml @@ -4,13 +4,13 @@ gephi-parent org.gephi - 0.10.0-SNAPSHOT + 0.10.0 ../.. org.gephi statistics-api - 0.10.0-SNAPSHOT + 0.10.0 nbm StatisticsAPI diff --git a/modules/StatisticsPlugin/pom.xml b/modules/StatisticsPlugin/pom.xml index 0611eeead..231cc0fa0 100644 --- a/modules/StatisticsPlugin/pom.xml +++ b/modules/StatisticsPlugin/pom.xml @@ -4,13 +4,13 @@ gephi-parent org.gephi - 0.10.0-SNAPSHOT + 0.10.0 ../.. org.gephi statistics-plugin - 0.10.0-SNAPSHOT + 0.10.0 nbm StatisticsPlugin diff --git a/modules/StatisticsPluginUI/pom.xml b/modules/StatisticsPluginUI/pom.xml index 0318ccc1e..35f7d61a1 100644 --- a/modules/StatisticsPluginUI/pom.xml +++ b/modules/StatisticsPluginUI/pom.xml @@ -4,13 +4,13 @@ gephi-parent org.gephi - 0.10.0-SNAPSHOT + 0.10.0 ../.. org.gephi statistics-plugin-ui - 0.10.0-SNAPSHOT + 0.10.0 nbm StatisticsPluginUI diff --git a/modules/TimelineAPI/pom.xml b/modules/TimelineAPI/pom.xml index 22950850d..abecbe673 100644 --- a/modules/TimelineAPI/pom.xml +++ b/modules/TimelineAPI/pom.xml @@ -4,13 +4,13 @@ gephi-parent org.gephi - 0.10.0-SNAPSHOT + 0.10.0 ../.. org.gephi timeline-api - 0.10.0-SNAPSHOT + 0.10.0 nbm TimelineAPI diff --git a/modules/ToolsAPI/pom.xml b/modules/ToolsAPI/pom.xml index 549c10dbb..9b165e41d 100644 --- a/modules/ToolsAPI/pom.xml +++ b/modules/ToolsAPI/pom.xml @@ -4,13 +4,13 @@ gephi-parent org.gephi - 0.10.0-SNAPSHOT + 0.10.0 ../.. org.gephi tools-api - 0.10.0-SNAPSHOT + 0.10.0 nbm ToolsAPI diff --git a/modules/ToolsPlugin/pom.xml b/modules/ToolsPlugin/pom.xml index dbd8331f3..f9b97ac6d 100644 --- a/modules/ToolsPlugin/pom.xml +++ b/modules/ToolsPlugin/pom.xml @@ -4,13 +4,13 @@ gephi-parent org.gephi - 0.10.0-SNAPSHOT + 0.10.0 ../.. org.gephi tools-plugin - 0.10.0-SNAPSHOT + 0.10.0 nbm ToolsPlugin diff --git a/modules/UIComponents/pom.xml b/modules/UIComponents/pom.xml index 77591885e..a0e1723e6 100644 --- a/modules/UIComponents/pom.xml +++ b/modules/UIComponents/pom.xml @@ -4,13 +4,13 @@ gephi-parent org.gephi - 0.10.0-SNAPSHOT + 0.10.0 ../.. org.gephi ui-components - 0.10.0-SNAPSHOT + 0.10.0 nbm UIComponents diff --git a/modules/UILibraryWrapper/pom.xml b/modules/UILibraryWrapper/pom.xml index a67704ec3..2f3fa480c 100644 --- a/modules/UILibraryWrapper/pom.xml +++ b/modules/UILibraryWrapper/pom.xml @@ -4,13 +4,13 @@ gephi-parent org.gephi - 0.10.0-SNAPSHOT + 0.10.0 ../.. org.gephi ui-library-wrapper - 0.10.0-SNAPSHOT + 0.10.0 nbm UILibraryWrapper diff --git a/modules/UIUtils/pom.xml b/modules/UIUtils/pom.xml index f1bf26934..0fbfe7e42 100644 --- a/modules/UIUtils/pom.xml +++ b/modules/UIUtils/pom.xml @@ -4,12 +4,12 @@ gephi-parent org.gephi - 0.10.0-SNAPSHOT + 0.10.0 ../.. ui-utils - 0.10.0-SNAPSHOT + 0.10.0 nbm UIUtils diff --git a/modules/Utils/pom.xml b/modules/Utils/pom.xml index 12386c622..4c797edc8 100644 --- a/modules/Utils/pom.xml +++ b/modules/Utils/pom.xml @@ -4,13 +4,13 @@ gephi-parent org.gephi - 0.10.0-SNAPSHOT + 0.10.0 ../.. org.gephi utils - 0.10.0-SNAPSHOT + 0.10.0 nbm Utils diff --git a/modules/VisualizationAPI/pom.xml b/modules/VisualizationAPI/pom.xml index 07cf7929d..f8ff4aa96 100644 --- a/modules/VisualizationAPI/pom.xml +++ b/modules/VisualizationAPI/pom.xml @@ -4,13 +4,13 @@ gephi-parent org.gephi - 0.10.0-SNAPSHOT + 0.10.0 ../.. org.gephi visualization-api - 0.10.0-SNAPSHOT + 0.10.0 nbm VisualizationAPI diff --git a/modules/VisualizationImpl/pom.xml b/modules/VisualizationImpl/pom.xml index d5d9da1f2..44d1cf2a2 100644 --- a/modules/VisualizationImpl/pom.xml +++ b/modules/VisualizationImpl/pom.xml @@ -4,13 +4,13 @@ gephi-parent org.gephi - 0.10.0-SNAPSHOT + 0.10.0 ../.. org.gephi visualization - 0.10.0-SNAPSHOT + 0.10.0 nbm VisualizationImpl diff --git a/modules/WelcomeScreen/pom.xml b/modules/WelcomeScreen/pom.xml index f6ed9d3b3..429f0c092 100644 --- a/modules/WelcomeScreen/pom.xml +++ b/modules/WelcomeScreen/pom.xml @@ -4,13 +4,13 @@ gephi-parent org.gephi - 0.10.0-SNAPSHOT + 0.10.0 ../.. org.gephi welcome-screen - 0.10.0-SNAPSHOT + 0.10.0 nbm WelcomeScreen diff --git a/modules/application/pom.xml b/modules/application/pom.xml index 84ecd4659..64936bd62 100644 --- a/modules/application/pom.xml +++ b/modules/application/pom.xml @@ -7,13 +7,13 @@ org.gephi gephi-parent - 0.10.0-SNAPSHOT + 0.10.0 ../.. gephi nbm-application - 0.10.0-SNAPSHOT + 0.10.0 gephi-app diff --git a/modules/application/src/main/resources/gephi.conf b/modules/application/src/main/resources/gephi.conf index 7e2f8c70a..8b0658e1e 100644 --- a/modules/application/src/main/resources/gephi.conf +++ b/modules/application/src/main/resources/gephi.conf @@ -10,6 +10,7 @@ default_cachedir="${DEFAULT_CACHEDIR_ROOT}/${gephi.minor.version}" # command line switches default_options="--branding ${branding.token} -J-Dsun.java2d.metal=true -J-Dsun.java2d.noddraw=true -J-Dsun.awt.noerasebackground=true -J-Dapple.awt.graphics.UseQuartz=true -J-Dnetbeans.indexing.noFileRefresh=true -J-Dnetbeans.winsys.hideEmptyDocArea=true -J-Dplugin.manager.check.interval=EVERY_DAY -J-Dapple.awt.application.appearance=system -J--add-opens=java.base/java.net=ALL-UNNAMED -J--add-exports=java.desktop/sun.awt=ALL-UNNAMED -J--add-opens=java.desktop/javax.swing=ALL-UNNAMED -J--add-opens=java.base/java.nio=ALL-UNNAMED -J--add-exports=java.desktop/sun.awt=ALL-UNNAMED" # for development purposes you may wish to append: -J-Dnetbeans.logger.console=true -J-ea +# for JOGL debugging add -J-Dnativewindow.debug=true # default location of JDK/JRE, can be overridden by using --jdkhome switch #jdkhome="/path/to/jdk" diff --git a/pom.xml b/pom.xml index f3f592f53..acd1405e0 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.gephi gephi-parent - 0.10.0-SNAPSHOT + 0.10.0 pom gephi -- GitLab