mirror of https://github.com/apache/archiva.git
workaround snapshot bug in 2.0
git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@349709 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8c5813308d
commit
1d8e9755ea
2
pom.xml
2
pom.xml
|
@ -104,9 +104,11 @@
|
||||||
</modules>
|
</modules>
|
||||||
<repositories>
|
<repositories>
|
||||||
<repository>
|
<repository>
|
||||||
|
<!--
|
||||||
<releases>
|
<releases>
|
||||||
<enabled>false</enabled>
|
<enabled>false</enabled>
|
||||||
</releases>
|
</releases>
|
||||||
|
-->
|
||||||
<id>apache.snapshots</id>
|
<id>apache.snapshots</id>
|
||||||
<name>Apache Development Repository</name>
|
<name>Apache Development Repository</name>
|
||||||
<url>http://cvs.apache.org/maven-snapshot-repository</url>
|
<url>http://cvs.apache.org/maven-snapshot-repository</url>
|
||||||
|
|
Loading…
Reference in New Issue