Skip to content

Commit 6839ad1

Browse files
committed
Add Sonatype snapshots repository.
1 parent b8addcf commit 6839ad1

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

users/pom.xml

+10
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,16 @@
4343
<id>central</id>
4444
<url>https://repo.maven.apache.org/maven2</url>
4545
</repository>
46+
<repository>
47+
<id>sonatype-snapshots</id>
48+
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
49+
<releases>
50+
<enabled>false</enabled>
51+
</releases>
52+
<snapshots>
53+
<enabled>true</enabled>
54+
</snapshots>
55+
</repository>
4656
<repository>
4757
<id>sonatype-staging</id>
4858
<url>https://oss.sonatype.org/content/groups/staging/</url>

0 commit comments

Comments
 (0)