From fc180fdb32220e949ecc7efff735f6f782c63d3b Mon Sep 17 00:00:00 2001 From: vmassol Date: Tue, 10 Aug 2004 19:03:28 +0000 Subject: [PATCH] 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 --- announcement/project.xml | 6 +++--- announcement/xdocs/changes.xml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/announcement/project.xml b/announcement/project.xml index ce5c80c6..69f0e144 100644 --- a/announcement/project.xml +++ b/announcement/project.xml @@ -23,7 +23,7 @@ 3 maven-announcement-plugin Maven Announcement Plugin - 1.4 + 1.3 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.> Produce release announcement http://maven.apache.org/reference/plugins/announcement/ @@ -51,8 +51,8 @@ MAVEN_ANNOUNCEMENT_1_2 - 1.4 - 1.4 + 1.3 + 1.3 MAVEN_ANNOUNCEMENT_1_3 diff --git a/announcement/xdocs/changes.xml b/announcement/xdocs/changes.xml index f2f1b755..5290345a 100644 --- a/announcement/xdocs/changes.xml +++ b/announcement/xdocs/changes.xml @@ -24,7 +24,7 @@ Vincent Massol - + Added check to verify that the POM has a versionelement for the announcement to be generated.