You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2016/04/01 20:41:30 UTC

svn commit: r1737417 - /maven/plugins/trunk/maven-changes-plugin/pom.xml

Author: michaelo
Date: Fri Apr  1 18:41:30 2016
New Revision: 1737417

URL: http://svn.apache.org/viewvc?rev=1737417&view=rev
Log:
Request the Changes Plugin to use JQL otherwise the fix version is ignored

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

Modified: maven/plugins/trunk/maven-changes-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-changes-plugin/pom.xml?rev=1737417&r1=1737416&r2=1737417&view=diff
==============================================================================
--- maven/plugins/trunk/maven-changes-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-changes-plugin/pom.xml Fri Apr  1 18:41:30 2016
@@ -514,6 +514,7 @@ under the License.
               <onlyCurrentVersion>true</onlyCurrentVersion>
               <resolutionIds>Fixed</resolutionIds>
               <sortColumnNames>Type,Key</sortColumnNames>
+              <useJql>true</useJql>
             </configuration>
             <reportSets>
               <reportSet>