Skip to content

Commit 536efac

Browse files
committed
Update maven repo urls
1 parent e3de5bb commit 536efac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/java/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@
279279
<repository>
280280
<id>ossrh-staging</id>
281281
<name>OSS Sonatype Staging</name>
282-
<url>https://oss.sonatype.org/content/groups/staging/</url>
282+
<url>https://central.sonatype.com</url>
283283
<snapshots>
284284
<enabled>false</enabled>
285285
</snapshots>
@@ -290,7 +290,7 @@
290290

291291
<repository>
292292
<id>snapshots-repo</id>
293-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
293+
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
294294
<releases>
295295
<enabled>false</enabled>
296296
</releases>

0 commit comments

Comments
 (0)