From 6aa42aa3b7fde3cedd02ee54d5d1839d58b3c545 Mon Sep 17 00:00:00 2001 From: Lucas Laurindo dos Santos Date: Tue, 20 Dec 2022 18:25:42 +0100 Subject: [PATCH] chore: fix Maven repositories --- pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 5568d3e..fb80593 100644 --- a/pom.xml +++ b/pom.xml @@ -33,14 +33,14 @@ - - ossrh - https://oss.sonatype.org/service/local/staging/deploy/maven2/ - ossrh - https://oss.sonatype.org/content/repositories/snapshots/ + https://s01.oss.sonatype.org/content/repositories/snapshots + + ossrh + https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/ +