Author: dennisl
Date: Fri Mar 14 16:32:33 2014
New Revision: 1577603

URL: http://svn.apache.org/r1577603
Log:
Remove the announcementFile parameter from the maven-changes-plugin 
configuration, because it is currently broken when you use the 
announcement-mail goal. I'll work on fixing the plugin for version 2.10.

Modified:
    maven/plugins/trunk/maven-plugins/pom.xml

Modified: maven/plugins/trunk/maven-plugins/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-plugins/pom.xml?rev=1577603&r1=1577602&r2=1577603&view=diff
==============================================================================
--- maven/plugins/trunk/maven-plugins/pom.xml (original)
+++ maven/plugins/trunk/maven-plugins/pom.xml Fri Mar 14 16:32:33 2014
@@ -88,7 +88,6 @@ under the License.
             <runOnlyAtExecutionRoot>true</runOnlyAtExecutionRoot>
             <!-- Used by announcement-generate goal -->
             <templateDirectory>org/apache/maven/plugins</templateDirectory>
-            <announcementFile>annoucement.txt</announcementFile>
             <!-- Used by announcement-mail goal -->
             <subject>[ANN] ${project.name} ${project.version} 
Released</subject>
             <toAddresses>


Reply via email to