We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4926cf commit 0dbf235Copy full SHA for 0dbf235
pom.xml
@@ -24,8 +24,9 @@
24
25
<repositories>
26
<repository>
27
- <id>snapshots-repo</id>
28
- <url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
+ <name>Central Portal Snapshots</name>
+ <id>central-portal-snapshots</id>
29
+ <url>https://central.sonatype.com/repository/maven-snapshots/</url>
30
<releases><enabled>false</enabled></releases>
31
<snapshots><enabled>true</enabled></snapshots>
32
</repository>
0 commit comments