Author: sebb
Date: Tue Jan 20 00:24:16 2015
New Revision: 1653164

URL: http://svn.apache.org/r1653164
Log:
Added property commons.changes.onlyCurrentVersion for changes plugin Jira report

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

Modified: commons/proper/commons-parent/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/pom.xml?rev=1653164&r1=1653163&r2=1653164&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Tue Jan 20 00:24:16 2015
@@ -46,6 +46,7 @@ Version 37:
 - OSGI bundle-plugin allows commons.osgi.excludeDependencies to be configured
   (default is true for compatibility with older versions, it excludes all 
dependencies and makes
   the plugin skip most of its work around attributing packages correctly)
+- Added property commons.changes.onlyCurrentVersion for changes plugin Jira 
report
 
  -->
 
@@ -618,6 +619,7 @@ Version 37:
           <typeIds>Bug,New Feature,Task,Improvement,Wish,Test</typeIds>
           <!-- For JIRA >= 5.1 -->
           <useJql>true</useJql>
+          
<onlyCurrentVersion>${commons.changes.onlyCurrentVersion}</onlyCurrentVersion>
         </configuration>
         <reportSets>
           <reportSet>
@@ -1486,6 +1488,8 @@ Version 37:
     <!-- Allow surefire-report aggregation to be easily configured for 
multi-module projects -->
     
<commons.surefire-report.aggregate>false</commons.surefire-report.aggregate>
 
+    <!-- Allow changes Jira report to be restricted to just the current 
version (plugin default is false)-->
+    
<commons.changes.onlyCurrentVersion>false</commons.changes.onlyCurrentVersion>
     <!-- scm publish plugin configuration -->
     <commons.site.cache>${user.home}/commons-sites</commons.site.cache>
     <!-- value modules can override it -->

Modified: commons/proper/commons-parent/trunk/src/changes/changes.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/src/changes/changes.xml?rev=1653164&r1=1653163&r2=1653164&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/src/changes/changes.xml (original)
+++ commons/proper/commons-parent/trunk/src/changes/changes.xml Tue Jan 20 
00:24:16 2015
@@ -69,6 +69,7 @@ The <action> type attribute can be add,u
             <action type="update">Added Animal Sniffer profile (active by 
default)</action>
             <action type="update">renamed the profile jdk7-findbugs to 
jdk7-plugin-fix-version</action>
             <action type="add">Allow to configure dependency excludes of 
bundle-plugin with commons.osgi.excludeDependencies</action>
+            <action type="update">Added property 
commons.changes.onlyCurrentVersion for changes plugin Jira report</action>
         </release>
 
         <release version="36" date="2014-12-21" description="Update plugins, 
fix release-notes profile.">


Reply via email to