You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2008/07/14 23:02:37 UTC

svn commit: r676731 - /maven/components/branches/maven-2.0.10-RC/pom.xml

Author: dennisl
Date: Mon Jul 14 14:02:36 2008
New Revision: 676731

URL: http://svn.apache.org/viewvc?rev=676731&view=rev
Log:
o Use version 2.2.1 of clirr-maven-plugin to avoid running into MCLIRR-12 (merged from 2.0.x r676730).

Modified:
    maven/components/branches/maven-2.0.10-RC/pom.xml

Modified: maven/components/branches/maven-2.0.10-RC/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.0.10-RC/pom.xml?rev=676731&r1=676730&r2=676731&view=diff
==============================================================================
--- maven/components/branches/maven-2.0.10-RC/pom.xml (original)
+++ maven/components/branches/maven-2.0.10-RC/pom.xml Mon Jul 14 14:02:36 2008
@@ -221,7 +221,7 @@
         <plugin>
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>clirr-maven-plugin</artifactId>
-          <version>2.2</version>
+          <version>2.2.1</version>
           <configuration>
                         <!-- needed for release: default value "(,${project.version})" for 2.0.10 is 2.0.10-SNAPSHOT -->
             <comparisonVersion>2.0.9</comparisonVersion>