Skip to content

Commit 96c714d

Browse files
Update snapshot repository
1 parent 30a8988 commit 96c714d

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

docs/getting-started.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@ Maven:
1515
```xml title="pom.xml"
1616
<repositories>
1717
<repository>
18-
<id>oss.sonatype.org-snapshot</id>
19-
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
18+
<name>Central Portal Snapshots</name>
19+
<id>central-portal-snapshots</id>
20+
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
2021
<releases>
2122
<enabled>false</enabled>
2223
</releases>

0 commit comments

Comments
 (0)