We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30a8988 commit 96c714dCopy full SHA for 96c714d
1 file changed
docs/getting-started.md
@@ -15,8 +15,9 @@ Maven:
15
```xml title="pom.xml"
16
<repositories>
17
<repository>
18
- <id>oss.sonatype.org-snapshot</id>
19
- <url>https://oss.sonatype.org/content/repositories/snapshots/</url>
+ <name>Central Portal Snapshots</name>
+ <id>central-portal-snapshots</id>
20
+ <url>https://central.sonatype.com/repository/maven-snapshots/</url>
21
<releases>
22
<enabled>false</enabled>
23
</releases>
0 commit comments