Skip to content

Commit 96a5333

Browse files
authored
Update snapshot repos (#131)
1 parent 5caf0a6 commit 96a5333

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

pom.xml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@
384384
<repository>
385385
<id>ossrh-staging</id>
386386
<name>OSS Sonatype Staging</name>
387-
<url>https://oss.sonatype.org/content/groups/staging/</url>
387+
<url>https://central.sonatype.com</url>
388388
<snapshots>
389389
<enabled>false</enabled>
390390
</snapshots>
@@ -395,6 +395,17 @@
395395

396396
<repository>
397397
<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>
398409
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
399410
<releases>
400411
<enabled>false</enabled>

0 commit comments

Comments
 (0)