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> </snapshots>
</repository> </repository>
<repository> <repository>
<id>jclouds-rimu-snapshots-nexus</id> <id>sonatype-nexus-snapshots</id>
<url>http://jclouds.rimuhosting.com/nexus/content/repositories/snapshots</url> <url>https://oss.sonatype.org/content/repositories/snapshots</url>
<snapshots> <snapshots>
<enabled>true</enabled> <enabled>true</enabled>
</snapshots> </snapshots>