From 7fea049f6e8283a1e292343e6fc20cb3b9369768 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5vard=20M=2E=20Ottestad?= Date: Fri, 27 Jun 2025 12:35:24 +0200 Subject: [PATCH] GH-5359 switch from oss.sonatype.org to central.sonatype.org (#5360) --- pom.xml | 21 ++++++++++----------- site/content/download.md | 6 +++--- 2 files changed, 13 insertions(+), 14 deletions(-) diff --git a/pom.xml b/pom.xml index df353e707b9..453570ecbcf 100644 --- a/pom.xml +++ b/pom.xml @@ -54,22 +54,21 @@ ossrh - https://oss.sonatype.org/content/repositories/snapshots + https://central.sonatype.com/repository/maven-snapshots/ - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.13 + org.sonatype.central + central-publishing-maven-plugin + 0.7.0 true - ossrh - https://oss.sonatype.org/ - true - 120 - 10 + central + true + published + https://central.sonatype.com/repository/maven-snapshots/ @@ -235,8 +234,8 @@ true - oss-sonatype-snapshots - https://oss.sonatype.org/content/repositories/snapshots + central-sonatype-snapshots + https://central.sonatype.com/repository/maven-snapshots/ diff --git a/site/content/download.md b/site/content/download.md index 16a49fdf3e8..d5fb99ad475 100644 --- a/site/content/download.md +++ b/site/content/download.md @@ -100,15 +100,15 @@ which artifacts RDF4J provides. ## Source code and nightly builds -You can access the RDF4J source code directly from [our GitHub repositories](https://github.com/eclipse/rdf4j). Maven nightly snapshot builds for the main and develop branch are available from the [Sonatype snapshot repository](https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/rdf4j/). +You can access the RDF4J source code directly from [our GitHub repositories](https://github.com/eclipse/rdf4j). Maven nightly snapshot builds for the main and develop branch are available from the [Sonatype snapshot repository](https://central.sonatype.org/content/repositories/snapshots/org/eclipse/rdf4j/). To include nightly snapshot builds in your project, add this repository to your project’s POM: ```xml - oss.sonatype.org-snapshot - https://oss.sonatype.org/content/repositories/snapshots + central.sonatype.org-snapshot + https://central.sonatype.org/content/repositories/snapshots false