Author: simonetripodi
Date: Mon Aug 29 19:33:12 2011
New Revision: 1162953
URL: http://svn.apache.org/viewvc?rev=1162953&view=rev
Log:
fixed clirr report generation
Modified:
commons/proper/chain/branches/version-2.0-work/pom.xml
Modified: commons/proper/chain/branches/version-2.0-work/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/chain/branches/version-2.0-work/pom.xml?rev=1162953&r1=1162952&r2=1162953&view=diff
==============================================================================
--- commons/proper/chain/branches/version-2.0-work/pom.xml (original)
+++ commons/proper/chain/branches/version-2.0-work/pom.xml Mon Aug 29 19:33:12
2011
@@ -137,6 +137,15 @@
<target>1.5</target>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>clirr-maven-plugin</artifactId>
+ <version>2.3</version>
+ <configuration>
+ <comparisonVersion>1.2</comparisonVersion>
+ <minSeverity>info</minSeverity>
+ </configuration>
+ </plugin>
</plugins>
</build>
@@ -286,7 +295,7 @@
<artifactId>clirr-maven-plugin</artifactId>
<version>2.3</version>
<configuration>
- <comparisonVersion>1.3</comparisonVersion>
+ <comparisonVersion>1.2</comparisonVersion>
<minSeverity>info</minSeverity>
</configuration>
</plugin>