From 507d4b5457b48673be5c843243ac9ce6efe20521 Mon Sep 17 00:00:00 2001 From: Damien Goutte-Gattat Date: Fri, 9 Dec 2022 16:31:54 +0000 Subject: [PATCH 1/4] Update location of plugins directory under macOS. With the new macOS launcher, the layout of the macOS package has changed, and plugins are now expected to be in the plugins directory immediately under the Contents directory of the bundle, instead of being under Java/plugins. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 14cbbe4..7cfbf90 100644 --- a/pom.xml +++ b/pom.xml @@ -228,7 +228,7 @@ copy-dependencies - ${project.build.directory}/${os-x.directory}/${protege.directory}/Protégé.app/Contents/Java/plugins + ${project.build.directory}/${os-x.directory}/${protege.directory}/Protégé.app/Contents/plugins false true From e749d83ca9db8ff814a08d8336dff001db6d5260 Mon Sep 17 00:00:00 2001 From: Damien Goutte-Gattat Date: Fri, 9 Dec 2022 16:42:03 +0000 Subject: [PATCH 2/4] Bump version number. --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 7cfbf90..0653d70 100644 --- a/pom.xml +++ b/pom.xml @@ -7,14 +7,14 @@ edu.stanford.protege protege-distribution pom - 5.6.0 + 5.6.0-beta-1-SNAPSHOT - 5.6.0 + 5.6.0-beta-1-SNAPSHOT - 5.6.0-beta-1-SNAPSHOT + 5.6.0-beta-2-SNAPSHOT