From f2121580d5aaf93e7dd63fe6940fb6d6a0075b36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Besson?= Date: Mon, 23 Jun 2025 22:50:32 +0100 Subject: [PATCH 1/4] Remove OSSRH repositories and switch to central-publishing-maven-plugin --- pom.xml | 37 ++++++++++++------------------------- 1 file changed, 12 insertions(+), 25 deletions(-) diff --git a/pom.xml b/pom.xml index d76d25a90..6e0fd17d7 100644 --- a/pom.xml +++ b/pom.xml @@ -76,16 +76,6 @@ Jenkins https://ci.openmicroscopy.org/ - - - ossrh - https://oss.sonatype.org/content/repositories/snapshots - - - ossrh - https://oss.sonatype.org/service/local/staging/deploy/maven2/ - - - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.8 - true - - ossrh - https://oss.sonatype.org/ - false - - - - org.apache.maven.plugins maven-gpg-plugin - 1.6 + 3.2.7 sign-artifacts @@ -386,6 +362,17 @@ + + + org.sonatype.central + central-publishing-maven-plugin + 0.8.0 + true + + central + true + + From 818550cc3942ab721dc7738c9d5be4dc51f3e439 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Besson?= Date: Mon, 23 Jun 2025 22:51:08 +0100 Subject: [PATCH 2/4] Upgrade maven-compiler-plugin to 3.14.0 and set target to 8 --- pom.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 6e0fd17d7..00a7c79c1 100644 --- a/pom.xml +++ b/pom.xml @@ -137,11 +137,12 @@ org.apache.maven.plugins maven-compiler-plugin - 3.7.0 + 3.14.0 - 1.8 - 1.8 + 8 + 8 + 8 From 5dea83fc11877238018084d0809ccd8eb392fad5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Besson?= Date: Mon, 23 Jun 2025 22:51:43 +0100 Subject: [PATCH 3/4] Review and update various URLs in the module POMs --- ome-xml/pom.xml | 4 ++-- pom.xml | 10 +++++----- specification/pom.xml | 6 +++--- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/ome-xml/pom.xml b/ome-xml/pom.xml index 59a290e34..c8ae26983 100644 --- a/ome-xml/pom.xml +++ b/ome-xml/pom.xml @@ -16,11 +16,11 @@ OME XML library A library for working with OME-XML metadata structures. - http://www.openmicroscopy.org/site/support/ome-model/ome-xml/java-library.html + https://ome-model.readthedocs.io/en/stable/ome-xml/java-library.html 2006 Open Microscopy Environment - http://www.openmicroscopy.org/ + https://www.openmicroscopy.org/ diff --git a/pom.xml b/pom.xml index 00a7c79c1..0d950b853 100644 --- a/pom.xml +++ b/pom.xml @@ -12,11 +12,11 @@ OME Model Contains the OME imaging metadata model specification, code generator and implementation - http://www.openmicroscopy.org/site/products/bio-formats + https://www.openmicroscopy.org/ome-file-formats/ 2005 Open Microscopy Environment - http://www.openmicroscopy.org/ + https://www.openmicroscopy.org/ @@ -66,15 +66,15 @@ scm:git:https://github.com/ome/ome-model scm:git:git@github.com:ome/ome-model HEAD - http://github.com/ome/ome-model + https://github.com/ome/ome-model GitHub https://github.com/ome/ome-model/issues - Jenkins - https://ci.openmicroscopy.org/ + GitHub actions + https://github.com/ome/ome-model/actions diff --git a/specification/pom.xml b/specification/pom.xml index c0e908de8..0c9825233 100644 --- a/specification/pom.xml +++ b/specification/pom.xml @@ -16,11 +16,11 @@ Metadata model specification The OME Data Model specification - http://www.openmicroscopy.org/site/support/ome-model/ + https://ome-model.readthedocs.io/en/stable/ 2003 Open Microscopy Environment - http://www.openmicroscopy.org/ + https://www.openmicroscopy.org/ @@ -30,7 +30,7 @@ Creative Commons Attribution 3.0 Unported License - http://creativecommons.org/licenses/by/3.0/ + https://creativecommons.org/licenses/by/3.0/ repo From 065c2117c3110cbf0a0ea2733e8d3e0d7ae4e3ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Besson?= Date: Mon, 23 Jun 2025 22:56:03 +0100 Subject: [PATCH 4/4] Bump org.openmicroscopy:ome-common from 6.0.25 to 6.0.26 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0d950b853..f40872c94 100644 --- a/pom.xml +++ b/pom.xml @@ -87,7 +87,7 @@ 1.3.15 2.0.9 - 6.0.25 + 6.0.26 ${ome_common.version} 2016-06