You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sirona.apache.org by ol...@apache.org on 2014/02/13 14:03:24 UTC

svn commit: r1567913 - /incubator/sirona/trunk/pom.xml

Author: olamy
Date: Thu Feb 13 13:03:24 2014
New Revision: 1567913

URL: http://svn.apache.org/r1567913
Log:
fix jira report

Modified:
    incubator/sirona/trunk/pom.xml

Modified: incubator/sirona/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sirona/trunk/pom.xml?rev=1567913&r1=1567912&r2=1567913&view=diff
==============================================================================
--- incubator/sirona/trunk/pom.xml (original)
+++ incubator/sirona/trunk/pom.xml Thu Feb 13 13:03:24 2014
@@ -492,15 +492,18 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-changes-plugin</artifactId>
-        <version>2.8</version>
+        <version>2.9</version>
         <inherited>false</inherited>
         <configuration>
           <columnNames>Type,Fix Version,Key,Summary,Assignee,Status,Created</columnNames>
           <maxEntries>200</maxEntries>
           <onlyCurrentVersion>true</onlyCurrentVersion>
           <resolutionIds>Fixed</resolutionIds>
+          <statusIds>Closed,Resolved</statusIds>
           <sortColumnNames>Type</sortColumnNames>
-          <!--fixVersionIds>12320767</fixVersionIds-->
+          <!--
+          <fixVersionIds>12325648</fixVersionIds>
+          -->
           <useJql>true</useJql>
         </configuration>
         <reportSets>