We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5caf0a6 commit 96a5333Copy full SHA for 96a5333
pom.xml
@@ -384,7 +384,7 @@
384
<repository>
385
<id>ossrh-staging</id>
386
<name>OSS Sonatype Staging</name>
387
- <url>https://oss.sonatype.org/content/groups/staging/</url>
+ <url>https://central.sonatype.com</url>
388
<snapshots>
389
<enabled>false</enabled>
390
</snapshots>
@@ -395,6 +395,17 @@
395
396
397
<id>snapshots-repo</id>
398
+ <url>https://central.sonatype.com/repository/maven-snapshots</url>
399
+ <releases>
400
+ <enabled>false</enabled>
401
+ </releases>
402
+ <snapshots>
403
+ <enabled>true</enabled>
404
+ </snapshots>
405
+ </repository>
406
+
407
+ <repository>
408
+ <id>snapshots-repo-old</id>
409
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
410
<releases>
411
0 commit comments