On 21 September 2011 21:18, <ohe...@apache.org> wrote: > Author: oheger > Date: Wed Sep 21 20:18:10 2011 > New Revision: 1173829 > > URL: http://svn.apache.org/viewvc?rev=1173829&view=rev > Log: > clirr now compares against version 1.7. > > Modified: > commons/proper/configuration/trunk/pom.xml > > Modified: commons/proper/configuration/trunk/pom.xml > URL: > http://svn.apache.org/viewvc/commons/proper/configuration/trunk/pom.xml?rev=1173829&r1=1173828&r2=1173829&view=diff > ============================================================================== > --- commons/proper/configuration/trunk/pom.xml (original) > +++ commons/proper/configuration/trunk/pom.xml Wed Sep 21 20:18:10 2011 > @@ -632,7 +632,7 @@ > <artifactId>clirr-maven-plugin</artifactId> > <version>2.3</version>
Can drop the version if using CP 22 > <configuration> > - <comparisonVersion>1.6</comparisonVersion> > + <comparisonVersion>1.7</comparisonVersion> > <minSeverity>info</minSeverity> > </configuration> > </plugin> I think Clirr somehow knows the previous version; if so, when using CP 22 you can drop the Clirr config entirely. Should only be needed to override the defaults. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org