Skip to content

Commit 6450448

Browse files
committed
Use Maven Central Snapshot repository.
1 parent a73ed60 commit 6450448

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ accordingly
5959

6060
<repositories>
6161
<repository>
62-
<id>maven-snapshots</id>
63-
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
64-
<layout>default</layout>
62+
<name>Central Portal Snapshots</name>
63+
<id>central-portal-snapshots</id>
64+
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
6565
<releases>
6666
<enabled>false</enabled>
6767
</releases>

0 commit comments

Comments
 (0)