mirror of https://github.com/apache/maven.git
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:
parent
1c5b9d4057
commit
3451b01f6f
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue