Replaced the Rimu snapshot repo (that is no longer running) with the OSS Sonatype snapshot repo, to which jclouds snapshots are automatically published from Jenkins

This commit is contained in:
Andrew Phillips 2011-02-17 00:34:59 +01:00
parent ca6dafc2fd
commit f9a226b5ff
1 changed files with 2 additions and 2 deletions

View File

@ -85,8 +85,8 @@
</snapshots>
</repository>
<repository>
<id>jclouds-rimu-snapshots-nexus</id>
<url>http://jclouds.rimuhosting.com/nexus/content/repositories/snapshots</url>
<id>sonatype-nexus-snapshots</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
<snapshots>
<enabled>true</enabled>
</snapshots>