You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by st...@apache.org on 2011/02/07 10:03:09 UTC

svn commit: r1067885 - /myfaces/core/trunk/pom.xml

Author: struberg
Date: Mon Feb  7 09:03:09 2011
New Revision: 1067885

URL: http://svn.apache.org/viewvc?rev=1067885&view=rev
Log:
MYFACES-2953 upgrade to myfaces parent-10 for mvn3 compat

also upgrade to latest maven-checkstyle-plugin

Modified:
    myfaces/core/trunk/pom.xml

Modified: myfaces/core/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/pom.xml?rev=1067885&r1=1067884&r2=1067885&view=diff
==============================================================================
--- myfaces/core/trunk/pom.xml (original)
+++ myfaces/core/trunk/pom.xml Mon Feb  7 09:03:09 2011
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.myfaces</groupId>
         <artifactId>myfaces</artifactId>
-        <version>9</version>
+        <version>10</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
@@ -84,7 +84,7 @@
                   -->
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-checkstyle-plugin</artifactId>
-                <version>2.2</version>
+                <version>2.6</version>
                 <executions>
                     <execution>
                         <id>verify-style</id>