From a3455dc1f271bdee83453685c7f3668c858a0571 Mon Sep 17 00:00:00 2001 From: vmassol Date: Mon, 1 Nov 2004 15:21:32 +0000 Subject: [PATCH] MPANNOUNCEMENT-15: Modified the announcement text "The ${pom.groupId} team is pleased..." in favor of "We are pleased..." and changed the signature from "The ${pom.groupId} team" to "The ${pom.name} development team". git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@116198 13f79535-47bb-0310-9956-ffa450edef68 --- announcement/src/plugin-resources/announcement.jsl | 4 ++-- announcement/xdocs/changes.xml | 7 +++++++ 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/announcement/src/plugin-resources/announcement.jsl b/announcement/src/plugin-resources/announcement.jsl index 104e2529..9e4ceada 100644 --- a/announcement/src/plugin-resources/announcement.jsl +++ b/announcement/src/plugin-resources/announcement.jsl @@ -38,7 +38,7 @@ - The ${pom.groupId} team is pleased to announce the ${pom.name} ${versionVariable} release! + We are pleased to announce the ${pom.name} ${versionVariable} release! @@ -118,7 +118,7 @@ ${maven.announcement.distributionUrl}/${pom.artifactId}-${versionVariable}.jar Have fun! --The ${pom.groupId} team +-The ${pom.name} development team diff --git a/announcement/xdocs/changes.xml b/announcement/xdocs/changes.xml index 9d4c7924..d24893ea 100644 --- a/announcement/xdocs/changes.xml +++ b/announcement/xdocs/changes.xml @@ -25,6 +25,13 @@ + + Modified the announcement text + "The ${pom.groupId} team is pleased..." in favor of + "We are pleased..." and changed the signature from + "The ${pom.groupId} team" to + "The ${pom.name} development team". + Add information about the Maven remote repo to use in the generated download instructions. Added a maven.announcement.repo.remote property