diff --git a/plugin/plugin.jelly b/plugin/plugin.jelly
index ba854e32..12b49f33 100644
--- a/plugin/plugin.jelly
+++ b/plugin/plugin.jelly
@@ -108,74 +108,75 @@
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- ${installedRelease}
- ${minReleaseToHave}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${installedRelease}
+ ${minReleaseToHave}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -187,35 +188,48 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
===============================================================================
Must have the plugin ${pluginToTest} v${minReleaseToHave} installed to use this version of ${neededBy}.
${errorSentence}
Try: maven plugin:download -DgroupId=maven -DartifactId=${pluginToTest} -Dversion=${minReleaseToHave}
===============================================================================
-
+
+
+
+
+
+-
+===============================================================================
+BOOTSTRAP BOOTSTRAP BOOTSTRAP BOOTSTRAP BOOTSTRAP BOOTSTRAP BOOTSTRAP BOOTSTRAP
+===============================================================================
+Can't check that you have the plugin ${pluginToTest} v${minReleaseToHave} required by ${neededBy}.
+===============================================================================
+BOOTSTRAP BOOTSTRAP BOOTSTRAP BOOTSTRAP BOOTSTRAP BOOTSTRAP BOOTSTRAP BOOTSTRAP
+===============================================================================
+
diff --git a/plugin/xdocs/changes.xml b/plugin/xdocs/changes.xml
index e5eef15e..d941a021 100644
--- a/plugin/xdocs/changes.xml
+++ b/plugin/xdocs/changes.xml
@@ -24,6 +24,7 @@
+ Don't check that a given plugin version is available in the bootstrap.
Update dependencies to unify them between plugins. The following dependencies are updated : commons-jelly-tags-interaction v1.0 to v1.1, jaxen v1.0-FCS-full to 1.1-beta-9. The following dependencies are removed : saxpath.
Upgrade to Xerces 2.8.0. Replace the deprecated xmlParserAPIs by xml-apis 1.3.03. Add the xml-resolver dependency for xerces.