Author: tchemit Date: 2009-10-10 10:32:47 +0200 (Sat, 10 Oct 2009) New Revision: 665 Modified: trunk/pom.xml Log: finalize post release configuration before release Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2009-10-10 08:26:50 UTC (rev 664) +++ trunk/pom.xml 2009-10-10 08:32:47 UTC (rev 665) @@ -975,9 +975,7 @@ </execution> </executions> <configuration> - <!-- Send nothing ! --> - <!--<dryRun>true</dryRun>--> - + <!-- for a multi-module just run on root project --> <runOnce>true</runOnce> @@ -1009,8 +1007,6 @@ </execution> </executions> <configuration> - <!-- Send nothing ! --> - <!--<dryRun>true</dryRun>--> <!-- for a multi-module just run on root project --> <runOnce>true</runOnce> @@ -1022,10 +1018,9 @@ <email>noreply@${platform}</email> </mailSender> <toAddresses> - <!--<item>${listId}-users@list.${platform}</item>--> - <!--<item>lutin@codelutin.com</item>--> - <!--<item>dev@codelutin.com</item>--> - <item>chemit@codelutin.com</item> + <item>${listId}-users@list.${platform}</item> + <item>${listId}-devel@list.${platform}</item> + <item>dev@codelutin.com</item> </toAddresses> <smtpHost>smtp</smtpHost> </configuration>