You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@any23.apache.org by si...@apache.org on 2012/04/04 20:52:29 UTC

svn commit: r1309539 - in /incubator/any23/trunk: pom.xml src/changes/changes.xml

Author: simonetripodi
Date: Wed Apr  4 18:52:28 2012
New Revision: 1309539

URL: http://svn.apache.org/viewvc?rev=1309539&view=rev
Log:
manually maintained changes.xml descriptor replaced by automatically generated by JIRA

Removed:
    incubator/any23/trunk/src/changes/changes.xml
Modified:
    incubator/any23/trunk/pom.xml

Modified: incubator/any23/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/pom.xml?rev=1309539&r1=1309538&r2=1309539&view=diff
==============================================================================
--- incubator/any23/trunk/pom.xml (original)
+++ incubator/any23/trunk/pom.xml Wed Apr  4 18:52:28 2012
@@ -651,14 +651,14 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-changes-plugin</artifactId>
-        <version>2.3</version>
+        <version>2.6</version>
         <configuration>
-          <issueLinkTemplate>%URL%/%ISSUE%</issueLinkTemplate>
+          <fixVersionIds>12319884</fixVersionIds>
         </configuration>
         <reportSets>
           <reportSet>
             <reports>
-              <report>changes-report</report>
+              <report>jira-report</report>
             </reports>
           </reportSet>
         </reportSets>