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