diff --git a/announcement/src/plugin-resources/announcement.jsl b/announcement/src/plugin-resources/announcement.jsl
index 9e4ceada..4cf68d14 100644
--- a/announcement/src/plugin-resources/announcement.jsl
+++ b/announcement/src/plugin-resources/announcement.jsl
@@ -56,6 +56,8 @@ ${pom.url}
+===============================================================================
+
Changes in this version include:
@@ -103,6 +105,9 @@ Changes in this version include:
+===============================================================================
+
+
To automatically install the plugin, type the following on a single line:
maven plugin:download
@@ -113,28 +118,78 @@ maven plugin:download
For a manual installation, you can download the plugin here:
${maven.announcement.distributionUrl}/${pom.artifactId}-${versionVariable}.jar
-
+
Have fun!
-The ${pom.name} development team
-
+
-
-
-
-
-
+
- ${body}
- Issue: ${issue}.
- Thanks to ${dueto}.
+
+
+
+
+
+
+
+ ${text}
+
+
+
+
+ Fixes
+
+
+
+
+ .
+ and
+ ,
+
+
+ ${issue}${separator}
+
+
+
+
+
+
+ Fixes ${issue}.
+
+
+
+
+
+
+ Thanks to
+
+
+
+
+ .
+ and
+ ,
+
+
+ ${name}${separator}
+
+
+
+
+
+
+ Thanks to ${dueto}.
+
+
+
diff --git a/announcement/xdocs/changes.xml b/announcement/xdocs/changes.xml
index d3fe10a4..65a377b1 100644
--- a/announcement/xdocs/changes.xml
+++ b/announcement/xdocs/changes.xml
@@ -25,6 +25,7 @@
+ Support new format of <action> element in changes.xml.
CR-LF generated do not match the platform.
Xml entities transformed in wrong direction.