vmassol 2004/07/08 07:27:57 Modified: announcement project.xml announcement/xdocs changes.xml Log: [maven-scm-plugin] prepare release 1.2 Revision Changes Path 1.23 +6 -1 maven-plugins/announcement/project.xml Index: project.xml =================================================================== RCS file: /home/cvs/maven-plugins/announcement/project.xml,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- project.xml 25 Jun 2004 15:24:27 -0000 1.22 +++ project.xml 8 Jul 2004 14:27:57 -0000 1.23 @@ -23,7 +23,7 @@ <pomVersion>3</pomVersion> <id>maven-announcement-plugin</id> <name>Maven Announcement Plugin</name> - <currentVersion>1.2-SNAPSHOT</currentVersion> + <currentVersion>1.2</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>HEAD</tag> + </version> + <version> + <id>1.2</id> + <name>1.2</name> + <tag>MAVEN_ANNOUNCEMENT_1_2</tag> </version> </versions> <developers> 1.19 +6 -10 maven-plugins/announcement/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /home/cvs/maven-plugins/announcement/xdocs/changes.xml,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- changes.xml 2 Jul 2004 20:57:16 -0000 1.18 +++ changes.xml 8 Jul 2004 14:27:57 -0000 1.19 @@ -24,18 +24,14 @@ <author email="[EMAIL PROTECTED]">Vincent Massol</author> </properties> <body> - <release version="1.2-SNAPSHOT" date="in CVS"> - <action dev="vmassol" type="add"> - Added new <code>announcement:generate-all</code> to generate - announcement files for all releases. + <release version="1.2" date="2004-07-08"> + <action dev="vmassol" type="add">Added new + <code>announcement:generate-all</code>to generate announcement files for all releases. </action> - <action dev="vmassol" type="update"> - Generates the announcement file in <code>${maven.gen.docs}/announcements</code> - so that it is copied to the web site when this later is deployed. - </action> - <action dev="vmassol" type="update"> - Default announcement file name now contains the version in its name. + <action dev="vmassol" type="update">Generates the announcement file in + <code>${maven.gen.docs}/announcements</code>so that it is copied to the web site when this later is deployed. </action> + <action dev="vmassol" type="update">Default announcement file name now contains the version in its name.</action> </release> <release version="1.1" date="2004-05-15"> <action dev="brett" type="update">Detect whether the project is a plugin or not by the existence of plugin.jelly in the project directory, and change the wording accordingly.</action>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]