You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by so...@apache.org on 2008/08/14 10:43:25 UTC

svn commit: r685813 - /myfaces/portlet-bridge/master-pom/trunk/pom.xml

Author: sobryan
Date: Thu Aug 14 01:43:24 2008
New Revision: 685813

URL: http://svn.apache.org/viewvc?rev=685813&view=rev
Log: (empty)

Modified:
    myfaces/portlet-bridge/master-pom/trunk/pom.xml

Modified: myfaces/portlet-bridge/master-pom/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/portlet-bridge/master-pom/trunk/pom.xml?rev=685813&r1=685812&r2=685813&view=diff
==============================================================================
--- myfaces/portlet-bridge/master-pom/trunk/pom.xml (original)
+++ myfaces/portlet-bridge/master-pom/trunk/pom.xml Thu Aug 14 01:43:24 2008
@@ -41,7 +41,7 @@
   <parent>
     <artifactId>myfaces</artifactId>
     <groupId>org.apache.myfaces</groupId>
-    <version>5</version>
+    <version>6</version>
   </parent>
   
   <properties>
@@ -116,8 +116,8 @@
         <plugin>
           <artifactId>maven-checkstyle-plugin</artifactId>
           <configuration>
-            <configLocation>http://svn.apache.org/repos/asf/myfaces/maven/trunk/build-tools/src/main/resources/config/myfaces-checks.xml</configLocation>
-            <headerLocation>http://svn.apache.org/repos/asf/myfaces/maven/trunk/build-tools/src/main/resources/config/myfaces-header.txt</headerLocation>
+            <configLocation>default/myfaces-checks-standard.xml</configLocation>
+            <headerLocation>default/myfaces-header.txt</headerLocation>
             <sourceEncoding>utf-8</sourceEncoding>
             <minimumTokens>20</minimumTokens>
             <targetJdk>${jdk.version}</targetJdk>