You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mf...@apache.org on 2015/05/02 22:53:27 UTC

svn commit: r1677354 - /maven/enforcer/trunk/maven-enforcer-plugin/src/site/apt/usage.apt.vm

Author: mfriedenhagen
Date: Sat May  2 20:53:27 2015
New Revision: 1677354

URL: http://svn.apache.org/r1677354
Log:
Level is supported as of enforcer-1.4

Modified:
    maven/enforcer/trunk/maven-enforcer-plugin/src/site/apt/usage.apt.vm

Modified: maven/enforcer/trunk/maven-enforcer-plugin/src/site/apt/usage.apt.vm
URL: http://svn.apache.org/viewvc/maven/enforcer/trunk/maven-enforcer-plugin/src/site/apt/usage.apt.vm?rev=1677354&r1=1677353&r2=1677354&view=diff
==============================================================================
--- maven/enforcer/trunk/maven-enforcer-plugin/src/site/apt/usage.apt.vm (original)
+++ maven/enforcer/trunk/maven-enforcer-plugin/src/site/apt/usage.apt.vm Sat May  2 20:53:27 2015
@@ -55,7 +55,7 @@ Usage
    
    Each rule to be executed should be added to the rules element along with the specific configuration for that rule.
 
-   As of version 2.0 you may add a <<<level>>> element to the standard rules. Valid values are <<<WARN>>> and <<<ERROR>>>. When
+   As of version 1.4 you may add a <<<level>>> element to the standard rules. Valid values are <<<WARN>>> and <<<ERROR>>>. When
    <<<level>>> <<<WARN>>> is specified, the rule will only spit out a warning but will not fail the build.