Author: markt
Date: Thu Feb 27 15:19:57 2014
New Revision: 1572616

URL: http://svn.apache.org/r1572616
Log:
Clean up changes reporting settings
Make the Jira report more useful

Modified:
    commons/proper/dbcp/trunk/pom.xml

Modified: commons/proper/dbcp/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/dbcp/trunk/pom.xml?rev=1572616&r1=1572615&r2=1572616&view=diff
==============================================================================
--- commons/proper/dbcp/trunk/pom.xml (original)
+++ commons/proper/dbcp/trunk/pom.xml Thu Feb 27 15:19:57 2014
@@ -347,18 +347,12 @@
           <artifactId>maven-changes-plugin</artifactId>
           <version>${commons.changes.version}</version>
           <configuration>
-            <xmlPath>${basedir}/src/changes/changes.xml</xmlPath>
-            <issueLinkTemplate>%URL%/%ISSUE%</issueLinkTemplate>
-            <template>dbcp-release-notes.vm</template>
-            <templateDirectory>src/template</templateDirectory>
+            <template>release-notes.vm</template>
+            <templateDirectory>src/changes</templateDirectory>
+            <!-- Limit this to released, supported versions else there are -->
+            <!-- to many issues in the report                              -->
+            <fixVersionIds>12311977,12312615,12313721</fixVersionIds>
           </configuration>
-          <reportSets>
-            <reportSet>
-              <reports>
-                <report>changes-report</report>
-              </reports>
-            </reportSet>
-          </reportSets>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>


Reply via email to