You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ol...@apache.org on 2012/12/06 22:21:30 UTC

svn commit: r1418088 - /tomcat/maven-plugin/trunk/pom.xml

Author: olamy
Date: Thu Dec  6 21:21:30 2012
New Revision: 1418088

URL: http://svn.apache.org/viewvc?rev=1418088&view=rev
Log:
fix changelog page generated from jira

Modified:
    tomcat/maven-plugin/trunk/pom.xml

Modified: tomcat/maven-plugin/trunk/pom.xml
URL: http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/pom.xml?rev=1418088&r1=1418087&r2=1418088&view=diff
==============================================================================
--- tomcat/maven-plugin/trunk/pom.xml (original)
+++ tomcat/maven-plugin/trunk/pom.xml Thu Dec  6 21:21:30 2012
@@ -823,6 +823,28 @@
           </tagletArtifacts>
         </configuration>
       </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-changes-plugin</artifactId>
+        <version>2.8</version>
+        <inherited>false</inherited>
+        <configuration>
+          <columnNames>Type,Fix Version,Key,Summary,Assignee,Status,Created</columnNames>
+          <maxEntries>200</maxEntries>
+          <onlyCurrentVersion>true</onlyCurrentVersion>
+          <resolutionIds>Fixed</resolutionIds>
+          <sortColumnNames>Type</sortColumnNames>
+          <!--fixVersionIds>12320767</fixVersionIds-->
+          <useJql>true</useJql>
+        </configuration>
+        <reportSets>
+          <reportSet>
+            <reports>
+              <report>jira-report</report>
+            </reports>
+          </reportSet>
+        </reportSets>
+      </plugin>
     </plugins>
   </reporting>
 
@@ -860,28 +882,6 @@
             <artifactId>maven-report</artifactId>
             <version>0.1</version>
           </plugin>
-          <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-changes-plugin</artifactId>
-            <version>2.8</version>
-            <inherited>false</inherited>
-            <configuration>
-              <columnNames>Type,Fix Version,Key,Summary,Assignee,Status,Created</columnNames>
-              <maxEntries>200</maxEntries>
-              <onlyCurrentVersion>true</onlyCurrentVersion>
-              <resolutionIds>Fixed</resolutionIds>
-              <sortColumnNames>Type</sortColumnNames>
-              <fixVersionIds>12319450</fixVersionIds>
-              <useJql>true</useJql>
-            </configuration>
-            <reportSets>
-              <reportSet>
-                <reports>
-                  <report>jira-report</report>
-                </reports>
-              </reportSet>
-            </reportSets>
-          </plugin>
         </plugins>
       </reporting>
     </profile>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org