mirror of https://github.com/apache/archiva.git
MRM-422 Fix the directory name for the snapshots repository in the default config
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@550007 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b3e8aed7cc
commit
d0f4612596
|
@ -15,7 +15,7 @@
|
|||
<repository>
|
||||
<id>snapshots</id>
|
||||
<name>Archiva Managed Snapshot Repository</name>
|
||||
<url>file://${appserver.home}/repositories/internal</url>
|
||||
<url>file://${appserver.home}/repositories/snapshots</url>
|
||||
<layout>default</layout>
|
||||
<releases>false</releases>
|
||||
<snapshots>true</snapshots>
|
||||
|
|
Loading…
Reference in New Issue