You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by he...@apache.org on 2013/10/22 03:20:07 UTC

svn commit: r1534446 - /commons/proper/configuration/branches/CONFIGURATION_1_X_MAINTENANCE/pom.xml

Author: henning
Date: Tue Oct 22 01:20:07 2013
New Revision: 1534446

URL: http://svn.apache.org/r1534446
Log:
fix the JIRA report to use JQL for the 6.1 JIRA at Apache.


Modified:
    commons/proper/configuration/branches/CONFIGURATION_1_X_MAINTENANCE/pom.xml

Modified: commons/proper/configuration/branches/CONFIGURATION_1_X_MAINTENANCE/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/configuration/branches/CONFIGURATION_1_X_MAINTENANCE/pom.xml?rev=1534446&r1=1534445&r2=1534446&view=diff
==============================================================================
--- commons/proper/configuration/branches/CONFIGURATION_1_X_MAINTENANCE/pom.xml (original)
+++ commons/proper/configuration/branches/CONFIGURATION_1_X_MAINTENANCE/pom.xml Tue Oct 22 01:20:07 2013
@@ -656,18 +656,9 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-changes-plugin</artifactId>
-        <version>2.4</version>
         <configuration>
-          <xmlPath>${basedir}/src/changes/changes.xml</xmlPath>
-          <issueLinkTemplate>%URL%/%ISSUE%</issueLinkTemplate>
+          <fixVersionIds>${commons.jira.pid}</fixVersionIds>
         </configuration>
-        <reportSets>
-          <reportSet>
-            <reports>
-               <report>changes-report</report>
-            </reports>
-          </reportSet>
-        </reportSets>
       </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>