You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ke...@apache.org on 2005/09/27 14:03:58 UTC

svn commit: r291919 - /maven/components/trunk/maven-plugin-registry/plugin-registry.mdo

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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org