From 1cc6484fbdf78f54dcbcb555f8791bb0a12c485d Mon Sep 17 00:00:00 2001 From: ltheussl Date: Mon, 28 Nov 2005 07:04:05 +0000 Subject: [PATCH] Roll back to context.getVariable to maintain m1.0 compatibility git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@349394 13f79535-47bb-0310-9956-ffa450edef68 --- announcement/plugin.jelly | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/announcement/plugin.jelly b/announcement/plugin.jelly index 0b8aacba..2d0762bf 100644 --- a/announcement/plugin.jelly +++ b/announcement/plugin.jelly @@ -42,7 +42,7 @@ - + @@ -214,7 +214,7 @@ + value="${stringUtils.replace(context.getVariable('maven.announcement.mail.subject'), '%VERSION%', versionVariable)}"/> Sending mail using SMTP server "${maven.announcement.mail.server}", client ${maven.announcement.mail.client} and subject "${maven.announcement.mail.subject}"... Sending from "${maven.announcement.mail.from}" to "${maven.announcement.mail.to}"...