You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2009/11/10 02:44:08 UTC

svn commit: r834298 - /myfaces/core/trunk/api/pom.xml

Author: lu4242
Date: Tue Nov 10 01:44:08 2009
New Revision: 834298

URL: http://svn.apache.org/viewvc?rev=834298&view=rev
Log:
update clirr config params

Modified:
    myfaces/core/trunk/api/pom.xml

Modified: myfaces/core/trunk/api/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/pom.xml?rev=834298&r1=834297&r2=834298&view=diff
==============================================================================
--- myfaces/core/trunk/api/pom.xml (original)
+++ myfaces/core/trunk/api/pom.xml Tue Nov 10 01:44:08 2009
@@ -281,13 +281,13 @@
                     <plugin>
                         <groupId>org.codehaus.mojo</groupId>
                         <artifactId>clirr-maven-plugin</artifactId>
-                        <version>2.1.1</version>
+                        <version>2.2.2</version>
                         <configuration>
                             <comparisonArtifacts>
                                 <comparisonArtifact>
-                                    <groupId>javax.faces</groupId>
+                                    <groupId>com.sun.faces</groupId>
                                     <artifactId>jsf-api</artifactId>
-                                    <version>1.2_03</version>
+                                    <version>2.0.1</version>
                                 </comparisonArtifact>
                             </comparisonArtifacts>
                         </configuration>