mirror of https://github.com/apache/jclouds.git
Disable releases check in snapshot repo
This commit is contained in:
parent
a9fc927938
commit
0829463f8a
|
@ -37,6 +37,9 @@
|
||||||
<repository>
|
<repository>
|
||||||
<id>jclouds-sona-snapshots-nexus</id>
|
<id>jclouds-sona-snapshots-nexus</id>
|
||||||
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
|
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
|
||||||
|
<releases>
|
||||||
|
<enabled>false</enabled>
|
||||||
|
</releases>
|
||||||
<snapshots>
|
<snapshots>
|
||||||
<enabled>true</enabled>
|
<enabled>true</enabled>
|
||||||
</snapshots>
|
</snapshots>
|
||||||
|
|
Loading…
Reference in New Issue