Author: ggregory
Date: Tue Sep 18 11:28:19 2012
New Revision: 1387093

URL: http://svn.apache.org/viewvc?rev=1387093&view=rev
Log:
Pick up fix for https://jira.codehaus.org/browse/MCHANGES-285 with an update of 
maven-changes-plugin to 2.8 from 2.7.1.

Modified:
    commons/proper/commons-parent/trunk/pom.xml

Modified: commons/proper/commons-parent/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/pom.xml?rev=1387093&r1=1387092&r2=1387093&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Tue Sep 18 11:28:19 2012
@@ -485,6 +485,8 @@ http://svn.apache.org/repos/asf/commons/
           <statusIds>Resolved,Closed</statusIds>
           <!-- Don't include sub-task -->
           <typeIds>Bug,New Feature,Task,Improvement,Wish,Test</typeIds>
+          <!-- For JIRA >= 5.1 -->
+          <useJql>true</useJql>
         </configuration>
         <reportSets>
           <reportSet>
@@ -1127,7 +1129,7 @@ http://svn.apache.org/repos/asf/commons/
     <commons.surefire-report.version>2.12.3</commons.surefire-report.version>
     <commons.javadoc.version>2.8.1</commons.javadoc.version>
     <commons.rat.version>0.8</commons.rat.version>
-    <commons.changes.version>2.7.1</commons.changes.version>
+    <commons.changes.version>2.8</commons.changes.version>
     <commons.clirr.version>2.4</commons.clirr.version>
     <commons.jxr.version>2.3</commons.jxr.version>
     <commons.project-info.version>2.5.1</commons.project-info.version>


Reply via email to