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/13 21:58:34 UTC

svn commit: r676423 - /maven/pom/trunk/maven/pom.xml

Author: dennisl
Date: Sun Jul 13 12:58:33 2008
New Revision: 676423

URL: http://svn.apache.org/viewvc?rev=676423&view=rev
Log:
Version 2.2.1 of clirr-maven-plugin was released. It solved the issue that previously required 2.3-SNAPSHOT.

Modified:
    maven/pom/trunk/maven/pom.xml

Modified: maven/pom/trunk/maven/pom.xml
URL: http://svn.apache.org/viewvc/maven/pom/trunk/maven/pom.xml?rev=676423&r1=676422&r2=676423&view=diff
==============================================================================
--- maven/pom/trunk/maven/pom.xml (original)
+++ maven/pom/trunk/maven/pom.xml Sun Jul 13 12:58:33 2008
@@ -252,7 +252,7 @@
         <plugin>
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>clirr-maven-plugin</artifactId>
-          <version>2.3-SNAPSHOT</version>
+          <version>2.2.1</version>
         </plugin>
       </plugins>
     </pluginManagement>
@@ -359,7 +359,7 @@
           <plugin>
             <groupId>org.codehaus.mojo</groupId>
             <artifactId>clirr-maven-plugin</artifactId>
-            <version>2.3-SNAPSHOT</version>
+            <version>2.2.1</version>
           </plugin>
         </plugins>
       </reporting>