You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2011/05/15 12:16:15 UTC

svn commit: r1103309 - /maven/plugins/trunk/maven-plugins/pom.xml

Author: dennisl
Date: Sun May 15 10:16:15 2011
New Revision: 1103309

URL: http://svn.apache.org/viewvc?rev=1103309&view=rev
Log:
Do not use deprecated parameter for maven-changes-plugin.

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=1103309&r1=1103308&r2=1103309&view=diff
==============================================================================
--- maven/plugins/trunk/maven-plugins/pom.xml (original)
+++ maven/plugins/trunk/maven-plugins/pom.xml Sun May 15 10:16:15 2011
@@ -130,7 +130,9 @@ under the License.
           <artifactId>maven-changes-plugin</artifactId>
           <version>2.4</version>
           <configuration>
-            <generateJiraAnnouncement>true</generateJiraAnnouncement>
+            <issueManagementSystems>
+              <issueManagementSystem>JIRA</issueManagementSystem>
+            </issueManagementSystems>
             <maxEntries>1000</maxEntries>
             <runOnlyAtExecutionRoot>true</runOnlyAtExecutionRoot>
             <!-- Used by announcement-generate goal -->