diff --git a/ant/plugin.jelly b/ant/plugin.jelly
index 8bc7a640..05671f16 100644
--- a/ant/plugin.jelly
+++ b/ant/plugin.jelly
@@ -52,7 +52,7 @@
- !! Your script will be replaced replaced !!
+ !! Your script will be replaced !!
Script generation aborted.
@@ -61,7 +61,7 @@
- The property "maven.ant.generate.force" is setted to [${maven.ant.generate.force}].
+ The property "maven.ant.generate.force" is set to [${maven.ant.generate.force}].
!! Your current script will be replaced !!
diff --git a/ant/xdocs/changes.xml b/ant/xdocs/changes.xml
index 801f4bfb..a7d54d68 100644
--- a/ant/xdocs/changes.xml
+++ b/ant/xdocs/changes.xml
@@ -28,7 +28,7 @@
The plugin overwrote existing ant script files without warning. From now the plugin ask you if you want to replace it. You can also use the property maven.ant.generate.force to force the plugin to replace the current script.
The property maven.ant.generatebuild.file is replaced by properties maven.ant.generate.dir, maven.ant.generate.script. The generated script is ${maven.ant.generate.dir}/${maven.ant.generate.script}.
- The property maven.ant.generatebuild.file is removed.
+ The property maven.ant.generatebuild.file is removed.
Add a new goal (ant:execute) to execute a build.xml file from maven.
Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated : commons-jelly-tags-xml v1.0 to v1.1.