You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by an...@apache.org on 2012/11/29 15:31:27 UTC

svn commit: r1415181 - /maven/plugin-tools/trunk/maven-plugin-tools-annotations/src/site/apt/index.apt

Author: andham
Date: Thu Nov 29 14:31:26 2012
New Revision: 1415181

URL: http://svn.apache.org/viewvc?rev=1415181&view=rev
Log:
Fixed incorrect English wording

Modified:
    maven/plugin-tools/trunk/maven-plugin-tools-annotations/src/site/apt/index.apt

Modified: maven/plugin-tools/trunk/maven-plugin-tools-annotations/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/maven-plugin-tools-annotations/src/site/apt/index.apt?rev=1415181&r1=1415180&r2=1415181&view=diff
==============================================================================
--- maven/plugin-tools/trunk/maven-plugin-tools-annotations/src/site/apt/index.apt (original)
+++ maven/plugin-tools/trunk/maven-plugin-tools-annotations/src/site/apt/index.apt Thu Nov 29 14:31:26 2012
@@ -80,7 +80,7 @@ public class MyMojo
      */
     @Parameter( alias = "myAlias",
                 property = "a.property",
-                defaultValue = "an expression with ${variables} eventually",
+                defaultValue = "an expression, possibly with ${variables}",
                 readonly = <false|true>,
                 required = <false|true> )
     private String parameter;