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 09:42:44 UTC

svn commit: r1067882 - /myfaces/shared/trunk/pom.xml

Author: struberg
Date: Mon Feb  7 08:42:44 2011
New Revision: 1067882

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

Modified:
    myfaces/shared/trunk/pom.xml

Modified: myfaces/shared/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/shared/trunk/pom.xml?rev=1067882&r1=1067881&r2=1067882&view=diff
==============================================================================
--- myfaces/shared/trunk/pom.xml (original)
+++ myfaces/shared/trunk/pom.xml Mon Feb  7 08:42:44 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>
@@ -77,7 +77,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>
@@ -202,7 +202,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-checkstyle-plugin</artifactId>
-        <version>2.2</version>
+        <version>2.6</version>
         <configuration>
           <configLocation>default/myfaces-checks-standard.xml</configLocation>
           <headerLocation>default/myfaces-header-spaces.txt</headerLocation>