diff --git a/announcement/project.xml b/announcement/project.xml
index 69f0e144..826f18b8 100644
--- a/announcement/project.xml
+++ b/announcement/project.xml
@@ -23,7 +23,7 @@
3
maven-announcement-plugin
Maven Announcement Plugin
- 1.3
+ 1.4-SNAPSHOT
The Announcement plugin generates release announcements. It uses the information found in both the POM and in the changes.xml file to generate the announcement text.>
Produce release announcement
http://maven.apache.org/reference/plugins/announcement/
diff --git a/announcement/src/plugin-resources/announcement.jsl b/announcement/src/plugin-resources/announcement.jsl
index 6b461c80..5f9c453d 100644
--- a/announcement/src/plugin-resources/announcement.jsl
+++ b/announcement/src/plugin-resources/announcement.jsl
@@ -105,7 +105,8 @@ Changes in this version include:
To automatically install the plugin, type the following on a single line:
-maven plugin:download
+maven plugin:download
+ -Dmaven.repo.remote=${maven.repo.remote}
-DgroupId=${pom.groupId}
-DartifactId=${pom.artifactId}
-Dversion=${versionVariable}
diff --git a/announcement/xdocs/changes.xml b/announcement/xdocs/changes.xml
index 5290345a..bc0ccd1c 100644
--- a/announcement/xdocs/changes.xml
+++ b/announcement/xdocs/changes.xml
@@ -24,6 +24,12 @@
Vincent Massol
+
+
+ Add information about the Maven remote repo to use in the generated download
+ instructions.
+
+
Added check to verify that the POM has a
versionelement for the announcement to be generated.