Skip to content

Commit 53a4a67

Browse files
committed
Use maven central portal for snapshot dependencies
1 parent 131d157 commit 53a4a67

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

pom.xml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,15 @@
3535

3636
<repositories>
3737
<repository>
38-
<id>oss-snapshots</id>
38+
<name>Central Portal Snapshots</name>
39+
<id>central-portal-snapshots</id>
40+
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
41+
<releases>
42+
<enabled>false</enabled>
43+
</releases>
3944
<snapshots>
4045
<enabled>true</enabled>
4146
</snapshots>
42-
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
4347
</repository>
4448
</repositories>
4549

0 commit comments

Comments
 (0)