Skip to content

Commit e88dec7

Browse files
committed
Updated/added sonatype snapshot repository.
1 parent 55ce421 commit e88dec7

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

pom.xml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -364,9 +364,16 @@
364364

365365
<repositories>
366366
<repository>
367-
<id>cloudbees-repo-snapshot</id>
368-
<name>JSR 354 Snapshot Repository at CloudBees</name>
369-
<url>http://repository-jsr354.forge.cloudbees.com/snapshot</url>
367+
<name>Sonatype OSS Snapshots</name>
368+
<id>SonatypeOSS</id>
369+
<snapshots>
370+
<enabled>true</enabled>
371+
<updatePolicy>daily</updatePolicy>
372+
</snapshots>
373+
<releases>
374+
<enabled>false</enabled>
375+
</releases>
376+
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
370377
</repository>
371378
</repositories>
372379

0 commit comments

Comments
 (0)