From c4e830f97d0419add09da2c737777d4fad81eb87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Besson?= Date: Mon, 30 Jun 2025 22:07:05 +0100 Subject: [PATCH 1/4] Remove EOL OSSRH and use central-publishing-maven-plugin --- pom.xml | 34 +++++++++++----------------------- 1 file changed, 11 insertions(+), 23 deletions(-) diff --git a/pom.xml b/pom.xml index 999dc85..16a6fe6 100644 --- a/pom.xml +++ b/pom.xml @@ -87,16 +87,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 @@ -392,6 +369,17 @@ + + + org.sonatype.central + central-publishing-maven-plugin + 0.8.0 + true + + central + true + + From 37ec8833ac88bbdfb3f22633d4a10acf5a3ce4ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Besson?= Date: Mon, 30 Jun 2025 22:07:20 +0100 Subject: [PATCH 2/4] Bump maven-compiler-plugin to 3.14.0 and set target option to 8 --- pom.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 16a6fe6..8e4c868 100644 --- a/pom.xml +++ b/pom.xml @@ -144,11 +144,12 @@ org.apache.maven.plugins maven-compiler-plugin - 3.7.0 + 3.14.0 - 1.8 - 1.8 + 8 + 8 + 8 From ef9f8f28b43ef45eb1675da4574d32438b2df72e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Besson?= Date: Mon, 30 Jun 2025 22:08:07 +0100 Subject: [PATCH 3/4] Update miscellaneous oustdated metadata --- mipav-stubs/pom.xml | 4 ++-- pom.xml | 29 ++++++----------------------- 2 files changed, 8 insertions(+), 25 deletions(-) diff --git a/mipav-stubs/pom.xml b/mipav-stubs/pom.xml index 912583d..823ca45 100644 --- a/mipav-stubs/pom.xml +++ b/mipav-stubs/pom.xml @@ -16,11 +16,11 @@ MIPAV stubs Stubs of MIPAV Java classes required to compile Bio-Formats' MIPAV plugin. - http://mipav.cit.nih.gov + https://mipav.cit.nih.gov 2010 Open Microscopy Environment - http://www.openmicroscopy.org/ + https://www.openmicroscopy.org/ diff --git a/pom.xml b/pom.xml index 8e4c868..3fb7012 100644 --- a/pom.xml +++ b/pom.xml @@ -12,11 +12,11 @@ OME Stubs Components that are stubs of other external projects. - http://www.openmicroscopy.org/site/products/bio-formats + https://www.openmicroscopy.org/bio-formats 2005 Open Microscopy Environment - http://www.openmicroscopy.org/ + https://www.openmicroscopy.org/ @@ -29,7 +29,7 @@ The OME Team - ome-devel@lists.openmicroscopy.org.uk + https://www.openmicroscopy.org/teams/ @@ -48,23 +48,6 @@ Bjoern Thiel - - - OME-users - http://lists.openmicroscopy.org.uk/mailman/listinfo/ome-users/ - http://lists.openmicroscopy.org.uk/mailman/listinfo/ome-users/ - ome-users@lists.openmicroscopy.org.uk - http://lists.openmicroscopy.org.uk/pipermail/ome-users/ - - - OME-devel - http://lists.openmicroscopy.org.uk/mailman/listinfo/ome-devel/ - http://lists.openmicroscopy.org.uk/mailman/listinfo/ome-devel/ - ome-devel@lists.openmicroscopy.org.uk - http://lists.openmicroscopy.org.uk/pipermail/ome-devel/ - - - 3.0.5 @@ -77,15 +60,15 @@ scm:git:https://github.com/ome/ome-stubs scm:git:git@github.com:ome/ome-stubs HEAD - http://github.com/ome/ome-stubs + https://github.com/ome/ome-stubs Trac - https://trac.openmicroscopy.org/ome + https://github.com/ome/ome-stubs/issues Jenkins - https://ci.openmicroscopy.org/ + https://github.com/ome/ome-stubs/actions From 7fe63ebc5188f921215399ab20d030263fd4d7b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Besson?= Date: Mon, 30 Jun 2025 22:08:27 +0100 Subject: [PATCH 4/4] Link to the Java 8 API documentation --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 3fb7012..98f383b 100644 --- a/pom.xml +++ b/pom.xml @@ -233,7 +233,7 @@ false - http://docs.oracle.com/javase/7/docs/api/ + http://docs.oracle.com/javase/8/docs/api/