You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2014/10/27 21:08:22 UTC

svn commit: r1634673 - /maven/plugins/trunk/maven-antrun-plugin/src/site/apt/examples/tasksAttributes.apt.vm

Author: michaelo
Date: Mon Oct 27 20:08:22 2014
New Revision: 1634673

URL: http://svn.apache.org/r1634673
Log:
Do not explicitly mention version 1.2 in example, it is ancient.

Modified:
    maven/plugins/trunk/maven-antrun-plugin/src/site/apt/examples/tasksAttributes.apt.vm

Modified: maven/plugins/trunk/maven-antrun-plugin/src/site/apt/examples/tasksAttributes.apt.vm
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-antrun-plugin/src/site/apt/examples/tasksAttributes.apt.vm?rev=1634673&r1=1634672&r2=1634673&view=diff
==============================================================================
--- maven/plugins/trunk/maven-antrun-plugin/src/site/apt/examples/tasksAttributes.apt.vm (original)
+++ maven/plugins/trunk/maven-antrun-plugin/src/site/apt/examples/tasksAttributes.apt.vm Mon Oct 27 20:08:22 2014
@@ -28,8 +28,8 @@
 
 Using <<<\<target/\>>>> Attributes
 
- Since plugin version 1.2 you can specify attributes in the <<<\<target/\>>>> configuration to execute or not
- Ant tasks depending some conditions. For example, to skip Ant call, you could add the following:
+ You can specify attributes in the <<<\<target/\>>>> configuration to execute or not Ant tasks
+ depending some conditions. For example, to skip Ant call, you could add the following:
 
 ------
 <project>