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...).

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115948 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
vmassol
2004-08-10 19:03:28 +00:00
parent 52641e0d28
commit fc180fdb32
2 changed files with 4 additions and 4 deletions

View File

@@ -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>&gt;
<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>

View File

@@ -24,7 +24,7 @@
<author email="vmassol@apache.org">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>