brett 2005/03/12 19:59:53
Modified: m2 ejb-group.pom
Log:
fix notification section according to new pom layout
Revision Changes Path
1.5 +7 -2 openejb/m2/ejb-group.pom
Index: ejb-group.pom
===================================================================
RCS file: /scm/openejb/openejb/m2/ejb-group.pom,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -u -r1.4 -r1.5
--- ejb-group.pom 12 Mar 2005 21:50:38 -0000 1.4
+++ ejb-group.pom 13 Mar 2005 00:59:53 -0000 1.5
@@ -531,7 +531,12 @@
</dependencyManagement>
<ciManagement>
- <nagEmailAddress>[EMAIL PROTECTED]</nagEmailAddress>
+ <notifiers>
+ <notifier>
+ <type>email</type>
+ <address>[EMAIL PROTECTED]</address>
+ </notifier>
+ </notifiers>
</ciManagement>
<build>