Fixed default updateInterval (add missing 'interval:' prefix)

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@291919 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Kenney Westerhof 2005-09-27 12:03:56 +00:00
parent 1c5b9d4057
commit 3451b01f6f
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@
<name>updateInterval</name>
<version>1.0.0</version>
<type>String</type>
<defaultValue>1d</defaultValue>
<defaultValue>interval:1d</defaultValue>
<description><![CDATA[
Specifies how often to check for plugin updates. Valid values are: never, always, interval:XXX.
For the interval specification, XXX denotes a terse interval specification, such as 4h.