Skip to content

Commit 1d94590

Browse files
authored
Update snapshot consuming after migrating to maven central portal (#309)
1 parent 465e527 commit 1d94590

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,9 @@
3030

3131
<repositories>
3232
<repository>
33-
<id>snapshots-repo</id>
34-
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
33+
<name>Central Portal Snapshots</name>
34+
<id>central-portal-snapshots</id>
35+
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
3536
<releases>
3637
<enabled>false</enabled>
3738
</releases>

0 commit comments

Comments
 (0)