vmassol 2004/08/10 12:03:28 Modified: announcement project.xml announcement/xdocs changes.xml Log: fixed typo (I've found the question from scm:prepare-release not very clear when it asks for the new version - I thought it was the version after the one being released...). Revision Changes Path 1.28 +3 -3 maven-plugins/announcement/project.xml Index: project.xml =================================================================== RCS file: /home/cvs/maven-plugins/announcement/project.xml,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- project.xml 10 Aug 2004 19:01:11 -0000 1.27 +++ project.xml 10 Aug 2004 19:03:27 -0000 1.28 @@ -23,7 +23,7 @@ <pomVersion>3</pomVersion> <id>maven-announcement-plugin</id> <name>Maven Announcement Plugin</name> - <currentVersion>1.4</currentVersion> + <currentVersion>1.3</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> @@ -51,8 +51,8 @@ <tag>MAVEN_ANNOUNCEMENT_1_2</tag> </version> <version> - <id>1.4</id> - <name>1.4</name> + <id>1.3</id> + <name>1.3</name> <tag>MAVEN_ANNOUNCEMENT_1_3</tag> </version> </versions> 1.26 +1 -1 maven-plugins/announcement/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /home/cvs/maven-plugins/announcement/xdocs/changes.xml,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- changes.xml 10 Aug 2004 19:01:11 -0000 1.25 +++ changes.xml 10 Aug 2004 19:03:28 -0000 1.26 @@ -24,7 +24,7 @@ <author email="[EMAIL PROTECTED]">Vincent Massol</author> </properties> <body> - <release version="1.4" date="2004-08-10"> + <release version="1.3" 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>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]