Author: kenney
Date: Tue Sep 27 05:03:56 2005
New Revision: 291919
URL: http://svn.apache.org/viewcvs?rev=291919&view=rev
Log:
Fixed default updateInterval (add missing 'interval:' prefix)
Modified:
maven/components/trunk/maven-plugin-registry/plugin-registry.mdo
Modified: maven/components/trunk/maven-plugin-registry/plugin-registry.mdo
URL:
http://svn.apache.org/viewcvs/maven/components/trunk/maven-plugin-registry/plugin-registry.mdo?rev=291919&r1=291918&r2=291919&view=diff
==============================================================================
--- maven/components/trunk/maven-plugin-registry/plugin-registry.mdo (original)
+++ maven/components/trunk/maven-plugin-registry/plugin-registry.mdo Tue Sep 27
05:03:56 2005
@@ -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.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]