Author: jdcasey Date: Mon Sep 26 14:52:13 2005 New Revision: 291761 URL: http://svn.apache.org/viewcvs?rev=291761&view=rev Log: Resolving: MNG-934...setting default updateInterval in plugin-registry.xml to 1 day for now...we may want to update again for the 2.0-final release. This way, users will go at most 24 hours before being prompted to update their plugins, rather than having to do it manually.
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=291761&r1=291760&r2=291761&view=diff ============================================================================== --- maven/components/trunk/maven-plugin-registry/plugin-registry.mdo (original) +++ maven/components/trunk/maven-plugin-registry/plugin-registry.mdo Mon Sep 26 14:52:13 2005 @@ -64,7 +64,7 @@ <name>updateInterval</name> <version>1.0.0</version> <type>String</type> - <defaultValue>never</defaultValue> + <defaultValue>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]