Author: sebb
Date: Tue Jan 20 00:26:40 2015
New Revision: 1653166

URL: http://svn.apache.org/r1653166
Log:
Fix NPE in RAT
Only display current version in jira report

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

Modified: commons/proper/net/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/net/trunk/pom.xml?rev=1653166&r1=1653165&r2=1653166&view=diff
==============================================================================
--- commons/proper/net/trunk/pom.xml (original)
+++ commons/proper/net/trunk/pom.xml Tue Jan 20 00:26:40 2015
@@ -152,6 +152,8 @@ Supported protocols include: Echo, Finge
         <commons.jira.pid>12310487</commons.jira.pid>
         <!-- TODO Remove when updating to CP37 -->
         <commons.animal-sniffer.version>1.11</commons.animal-sniffer.version>
+        <!-- TODO temporary downdate to fix NPE in 0.11 -->
+        <commons.rat.version>0.10</commons.rat.version>
     </properties>
 
     <build>
@@ -387,6 +389,16 @@ Supported protocols include: Echo, Finge
     <reporting>
         <plugins>
 
+            <!-- TODO can be replaced by property override when CP37 is 
available -->
+            <plugin>
+              <groupId>org.apache.maven.plugins</groupId>
+              <artifactId>maven-changes-plugin</artifactId>
+              <version>${commons.changes.version}</version>
+              <configuration>
+                <onlyCurrentVersion>true</onlyCurrentVersion>
+              </configuration>
+            </plugin>
+
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>findbugs-maven-plugin</artifactId>


Reply via email to