diff --git a/clean/plugin.jelly b/clean/plugin.jelly
index 7b8d0b22..6fc064d4 100644
--- a/clean/plugin.jelly
+++ b/clean/plugin.jelly
@@ -28,6 +28,7 @@
+
diff --git a/clean/project.xml b/clean/project.xml
index fedd227d..57b728b3 100644
--- a/clean/project.xml
+++ b/clean/project.xml
@@ -23,7 +23,7 @@
3
maven-clean-plugin
Maven Clean Plugin
- 1.2
+ 1.3-SNAPSHOT
Clean plugin for Maven
http://maven.apache.org/reference/plugins/clean/
diff --git a/clean/xdocs/changes.xml b/clean/xdocs/changes.xml
index d08ebb1d..04662205 100644
--- a/clean/xdocs/changes.xml
+++ b/clean/xdocs/changes.xml
@@ -24,6 +24,9 @@
Emmanuel Venisse
+
+ Also clean maven.build.dest in case it is moved outside maven.build.dir
+
Remove clean:classes and clean:docs goals, as they are in an inappropriate place