Skip to content

Commit 31897b0

Browse files
authored
Update snapshot consuming after migrating to maven central portal (#1801)
1 parent a31d2b8 commit 31897b0

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
@@ -32,8 +32,9 @@
3232

3333
<repositories>
3434
<repository>
35-
<id>snapshots-repo</id>
36-
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
35+
<name>Central Portal Snapshots</name>
36+
<id>central-portal-snapshots</id>
37+
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
3738
<releases>
3839
<enabled>false</enabled>
3940
</releases>

0 commit comments

Comments
 (0)