diff --git a/xdoc/xdocs/changes.xml b/xdoc/xdocs/changes.xml
index 5e2cb45a..e54c62af 100644
--- a/xdoc/xdocs/changes.xml
+++ b/xdoc/xdocs/changes.xml
@@ -7,6 +7,9 @@
+
+ Fix MAVEN-961. Bad docs entries for maven.docs.dest and maven.gen.docs.
+
Fix MAVEN-964. Add details on date format.
diff --git a/xdoc/xdocs/properties.xml b/xdoc/xdocs/properties.xml
index ff37f294..565b2566 100644
--- a/xdoc/xdocs/properties.xml
+++ b/xdoc/xdocs/properties.xml
@@ -337,7 +337,7 @@
Specifies the location of the transformed xdocs. This is
used by the "xdoc" goal.
- The default value is ${basedir}/docs.
+ The default value is ${maven.build.dir}/docs.
|
@@ -356,7 +356,7 @@
Specifies the location where Maven-generated xdocs are
stored. The generated xdocs are then later transformed to
HTML. The default value is
- ${basedir}/generated-xdocs.
+ ${maven.build.dir}/generated-xdocs.