Author: bayard Date: Thu Dec 17 10:51:32 2009 New Revision: 891623 URL: http://svn.apache.org/viewvc?rev=891623&view=rev Log: Change of groupId means clirr needs to be pointed to the old groupId
Modified: commons/proper/lang/trunk/pom.xml Modified: commons/proper/lang/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/pom.xml?rev=891623&r1=891622&r2=891623&view=diff ============================================================================== --- commons/proper/lang/trunk/pom.xml (original) +++ commons/proper/lang/trunk/pom.xml Thu Dec 17 10:51:32 2009 @@ -499,7 +499,13 @@ <artifactId>clirr-maven-plugin</artifactId> <version>2.2.2</version> <configuration> - <comparisonVersion>2.4</comparisonVersion> + <comparisonArtifacts> + <comparisonArtifact> + <groupId>commons-lang</groupId> + <artifactId>commons-lang</artifactId> + <version>2.4</version> + </comparisonArtifact> + </comparisonArtifacts> <minSeverity>info</minSeverity> </configuration> </plugin>