From 4cf2a06d2d379daf653081b22b5259e7f4972569 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Besson?= Date: Tue, 24 Jun 2025 12:24:42 +0100 Subject: [PATCH 1/5] Remove EOL OSSRH and use central-publishing-maven-plugin --- pom.xml | 36 ++++++++++++------------------------ 1 file changed, 12 insertions(+), 24 deletions(-) diff --git a/pom.xml b/pom.xml index 6e9c5b1b..e1abb90c 100644 --- a/pom.xml +++ b/pom.xml @@ -89,16 +89,6 @@ Jenkins https://ci.openmicroscopy.org/ - - - ossrh - https://oss.sonatype.org/content/repositories/snapshots - - - ossrh - https://oss.sonatype.org/service/local/staging/deploy/maven2/ - - @@ -331,24 +321,11 @@ release - - - 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 @@ -359,6 +336,17 @@ + + + org.sonatype.central + central-publishing-maven-plugin + 0.8.0 + true + + central + true + + From fb0c2dcef1cc7b97d900dbf68bf13cf5ab954baa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Besson?= Date: Tue, 24 Jun 2025 12:25:17 +0100 Subject: [PATCH 2/5] Remove outdated mailing list metadata --- pom.xml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/pom.xml b/pom.xml index e1abb90c..3ec358eb 100644 --- a/pom.xml +++ b/pom.xml @@ -54,23 +54,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 From 6acf84f6aaf4071694cbdf540c39bf4b60f6c38c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Besson?= Date: Tue, 24 Jun 2025 12:25:41 +0100 Subject: [PATCH 3/5] Upgrade maven-compiler-plugin to 3.14.0 and set release target to 8 --- pom.xml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 3ec358eb..e2ac0ca6 100644 --- a/pom.xml +++ b/pom.xml @@ -101,13 +101,14 @@ - org.apache.maven.plugins + org.apache.maven.plugins maven-compiler-plugin - 3.7.0 + 3.14.0 - 1.8 - 1.8 + 8 + 8 + 8 From efe4a8a9e4e7dfdd241063b18594f0c5f637dd3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Besson?= Date: Tue, 24 Jun 2025 12:26:07 +0100 Subject: [PATCH 4/5] Update Java SE link in the Javadoc --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e2ac0ca6..0fff5d89 100644 --- a/pom.xml +++ b/pom.xml @@ -210,7 +210,7 @@ false - http://docs.oracle.com/javase/7/docs/api/ + https://docs.oracle.com/javase/8/docs/api/ From f6177c46738c6472d559a311e0c04b7d119a3990 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Besson?= Date: Tue, 24 Jun 2025 12:26:19 +0100 Subject: [PATCH 5/5] Update various URLs --- pom.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index 0fff5d89..883829ea 100644 --- a/pom.xml +++ b/pom.xml @@ -11,11 +11,11 @@ OME JAI Fork of Java Advanced Imaging ImageIO (deprecated). - 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/ @@ -62,15 +62,15 @@ scm:git:https://github.com/ome/ome-jai scm:git:git@github.com:ome/ome-jai HEAD - http://github.com/ome/ome-jai + https://github.com/ome/ome-jai - Trac - https://trac.openmicroscopy.org/ome + GitHub + https://github.com/ome/ome-jai/issues - Jenkins - https://ci.openmicroscopy.org/ + GitHub + https://github.com/ome/ome-jai/actions