Change of groupId means clirr needs to be pointed to the old groupId
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@891623 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1b85d8ba9e
commit
6e4a19b9e5
8
pom.xml
8
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue