vmassol 2004/08/10 12:01:11 Modified: announcement project.xml announcement/xdocs changes.xml Log: [maven-scm-plugin] prepare release 1.4 Revision Changes Path 1.27 +6 -1 maven-plugins/announcement/project.xml Index: project.xml =================================================================== RCS file: /home/cvs/maven-plugins/announcement/project.xml,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- project.xml 7 Aug 2004 15:49:37 -0000 1.26 +++ project.xml 10 Aug 2004 19:01:11 -0000 1.27 @@ -23,7 +23,7 @@ <pomVersion>3</pomVersion> <id>maven-announcement-plugin</id> <name>Maven Announcement Plugin</name> - <currentVersion>1.3-SNAPSHOT</currentVersion> + <currentVersion>1.4</currentVersion> <description>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.</description>> <shortDescription>Produce release announcement</shortDescription> <url>http://maven.apache.org/reference/plugins/announcement/</url> @@ -49,6 +49,11 @@ <id>1.2</id> <name>1.2</name> <tag>MAVEN_ANNOUNCEMENT_1_2</tag> + </version> + <version> + <id>1.4</id> + <name>1.4</name> + <tag>MAVEN_ANNOUNCEMENT_1_3</tag> </version> </versions> <developers> 1.25 +10 -16 maven-plugins/announcement/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /home/cvs/maven-plugins/announcement/xdocs/changes.xml,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- changes.xml 9 Aug 2004 17:30:43 -0000 1.24 +++ changes.xml 10 Aug 2004 19:01:11 -0000 1.25 @@ -24,26 +24,20 @@ <author email="[EMAIL PROTECTED]">Vincent Massol</author> </properties> <body> - <release version="1.3-SNAPSHOT" date="in CVS"> - <action dev="vmassol" type="add" issue="MPANNOUNCEMENT-14" due-to="Felipe Leme"> - Added check to verify that the POM has a <code>version</code> element for the - announcement to be generated. + <release version="1.4" date="2004-08-10"> + <action dev="vmassol" type="add" issue="MPANNOUNCEMENT-14" due-to="Felipe Leme">Added check to verify that the POM has a + <code>version</code>element for the announcement to be generated. </action> - <action dev="vmassol" type="add" issue="MPANNOUNCEMENT-13" due-to="Felipe Leme"> - Added new optional <code>maven.announcement.encoding</code> property - that defines which charset encoding to use to generate the text announcement - (defaults to UTF-8). + <action dev="vmassol" type="add" issue="MPANNOUNCEMENT-13" due-to="Felipe Leme">Added new optional + <code>maven.announcement.encoding</code>property that defines which charset encoding to use to generate the text announcement (defaults to UTF-8). </action> - <action dev="vmassol" type="add" issue="MPANNOUNCEMENT-9" due-to="Felipe Leme"> - Added new <code>announcement:mail</code> goal to automatically - send the generated announcement by email. + <action dev="vmassol" type="add" issue="MPANNOUNCEMENT-9" due-to="Felipe Leme">Added new + <code>announcement:mail</code>goal to automatically send the generated announcement by email. </action> - <action dev="vmassol" type="add" issue="MPANNOUNCEMENT-11" due-to="Felipe Leme"> - Added new optional <code>maven.announcement.stylesheet.path</code>property - that defines what stylesheet to use to generate the text announcement. + <action dev="vmassol" type="add" issue="MPANNOUNCEMENT-11" due-to="Felipe Leme">Added new optional + <code>maven.announcement.stylesheet.path</code>property that defines what stylesheet to use to generate the text announcement. </action> - <action dev="vmassol" type="fix" issue="MPANNOUNCEMENT-12" due-to="Felipe Leme"> - Fixed error message when current version is not available at + <action dev="vmassol" type="fix" issue="MPANNOUNCEMENT-12" due-to="Felipe Leme">Fixed error message when current version is not available at <code>xdocs/changes.xml</code>. </action> </release>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]