Rewrite correctly the notifier

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@279532 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Emmanuel Venisse 2005-09-08 07:57:37 +00:00
parent 86c62cc6b6
commit fca3fe1cf0
1 changed files with 1 additions and 1 deletions

View File

@ -169,8 +169,8 @@ public class PomV3ToV4Translator
{
Notifier notifier = new Notifier();
notifier.setAddress( nagEmailAddress );
notifier.setType( "mail" );
notifier.addConfiguration( "address", nagEmailAddress );
ciMgmt = new CiManagement();
ciMgmt.addNotifier( notifier );