You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by br...@apache.org on 2016/05/22 14:03:41 UTC

svn commit: r1745044 - /commons/proper/fileupload/branches/b1_3/pom.xml

Author: britter
Date: Sun May 22 14:03:41 2016
New Revision: 1745044

URL: http://svn.apache.org/viewvc?rev=1745044&view=rev
Log:
Fix Clirr comparison version configuration as described on http://www.mojohaus.org/clirr-maven-plugin/examples/specific-version.html

Modified:
    commons/proper/fileupload/branches/b1_3/pom.xml

Modified: commons/proper/fileupload/branches/b1_3/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/fileupload/branches/b1_3/pom.xml?rev=1745044&r1=1745043&r2=1745044&view=diff
==============================================================================
--- commons/proper/fileupload/branches/b1_3/pom.xml (original)
+++ commons/proper/fileupload/branches/b1_3/pom.xml Sun May 22 14:03:41 2016
@@ -316,13 +316,7 @@
         <artifactId>clirr-maven-plugin</artifactId>
         <version>${commons.clirr.version}</version>
         <configuration>
-          <comparisonArtifacts>
-            <comparisonArtifact>
-              <groupId>commons-fileupload</groupId>
-              <artifactId>commons-fileupload</artifactId>
-              <version>1.3</version>
-            </comparisonArtifact>
-          </comparisonArtifacts>
+          <comparisonVersion>1.3</comparisonVersion>
         </configuration>
       </plugin>
     </plugins>