Index: plugin.jelly
===================================================================
RCS file: /home/cvspublic/maven-plugins/announcement/plugin.jelly,v
retrieving revision 1.9
diff -u -r1.9 plugin.jelly
--- plugin.jelly 2 Jul 2004 20:57:16 -0000 1.9
+++ plugin.jelly 15 Jul 2004 18:35:55 -0000
@@ -67,7 +67,7 @@
- The release '${maven.announcement.version}' could not be found in change log
+ The release '${versionVariable}' could not be found in change log
Index: project.xml
===================================================================
RCS file: /home/cvspublic/maven-plugins/announcement/project.xml,v
retrieving revision 1.24
diff -u -r1.24 project.xml
--- project.xml 8 Jul 2004 14:29:02 -0000 1.24
+++ project.xml 15 Jul 2004 18:35:56 -0000
@@ -76,6 +76,9 @@
Fabrizio Giustina
+
+ Felipe Leme
+
Index: xdocs/changes.xml
===================================================================
RCS file: /home/cvspublic/maven-plugins/announcement/xdocs/changes.xml,v
retrieving revision 1.19
diff -u -r1.19 changes.xml
--- xdocs/changes.xml 8 Jul 2004 14:27:57 -0000 1.19
+++ xdocs/changes.xml 15 Jul 2004 18:35:57 -0000
@@ -24,6 +24,10 @@
Vincent Massol
+
+ Fixed error message when current version is not available at xdocs/changes.xml.
+
+
Added new
announcement:generate-allto generate announcement files for all releases.