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 2012/03/27 00:25:52 UTC

svn commit: r1305635 - in /myfaces: core/branches/2.0.x/parent/pom.xml core/branches/2.0.x/pom.xml core/branches/2.0.x/shared/src/main/java/org/apache/myfaces/shared/renderkit/html/HtmlRendererUtils.java current20/pom.xml shared/trunk_4.0.x/pom.xml

Author: lu4242
Date: Mon Mar 26 22:25:51 2012
New Revision: 1305635

URL: http://svn.apache.org/viewvc?rev=1305635&view=rev
Log:
update parent pom to v 14

Modified:
    myfaces/core/branches/2.0.x/parent/pom.xml
    myfaces/core/branches/2.0.x/pom.xml
    myfaces/core/branches/2.0.x/shared/src/main/java/org/apache/myfaces/shared/renderkit/html/HtmlRendererUtils.java
    myfaces/current20/pom.xml
    myfaces/shared/trunk_4.0.x/pom.xml

Modified: myfaces/core/branches/2.0.x/parent/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2.0.x/parent/pom.xml?rev=1305635&r1=1305634&r2=1305635&view=diff
==============================================================================
--- myfaces/core/branches/2.0.x/parent/pom.xml (original)
+++ myfaces/core/branches/2.0.x/parent/pom.xml Mon Mar 26 22:25:51 2012
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.myfaces</groupId>
         <artifactId>myfaces</artifactId>
-        <version>10</version>
+        <version>14</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

Modified: myfaces/core/branches/2.0.x/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2.0.x/pom.xml?rev=1305635&r1=1305634&r2=1305635&view=diff
==============================================================================
--- myfaces/core/branches/2.0.x/pom.xml (original)
+++ myfaces/core/branches/2.0.x/pom.xml Mon Mar 26 22:25:51 2012
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.myfaces</groupId>
         <artifactId>myfaces</artifactId>
-        <version>10</version>
+        <version>14</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

Modified: myfaces/core/branches/2.0.x/shared/src/main/java/org/apache/myfaces/shared/renderkit/html/HtmlRendererUtils.java
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2.0.x/shared/src/main/java/org/apache/myfaces/shared/renderkit/html/HtmlRendererUtils.java?rev=1305635&r1=1305634&r2=1305635&view=diff
==============================================================================
--- myfaces/core/branches/2.0.x/shared/src/main/java/org/apache/myfaces/shared/renderkit/html/HtmlRendererUtils.java (original)
+++ myfaces/core/branches/2.0.x/shared/src/main/java/org/apache/myfaces/shared/renderkit/html/HtmlRendererUtils.java Mon Mar 26 22:25:51 2012
@@ -2508,6 +2508,7 @@ public final class HtmlRendererUtils
                 serverSideScript);
     }
 
+    // CHECKSTYLE:OFF
     public static boolean renderBehaviorizedAttribute(
             FacesContext facesContext, ResponseWriter writer,
             String componentProperty, UIComponent component,
@@ -2633,7 +2634,8 @@ public final class HtmlRendererUtils
                             clientBehaviors, attributeValue, serverSideScript));
         }
     }
-
+    // CHECKSTYLE: ON
+    
     /**
      * @since 4.0.0
      */

Modified: myfaces/current20/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/current20/pom.xml?rev=1305635&r1=1305634&r2=1305635&view=diff
==============================================================================
--- myfaces/current20/pom.xml (original)
+++ myfaces/current20/pom.xml Mon Mar 26 22:25:51 2012
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.myfaces</groupId>
     <artifactId>myfaces</artifactId>
-    <version>9</version>
+    <version>14</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>

Modified: myfaces/shared/trunk_4.0.x/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/shared/trunk_4.0.x/pom.xml?rev=1305635&r1=1305634&r2=1305635&view=diff
==============================================================================
--- myfaces/shared/trunk_4.0.x/pom.xml (original)
+++ myfaces/shared/trunk_4.0.x/pom.xml Mon Mar 26 22:25:51 2012
@@ -39,7 +39,7 @@
   <parent>
     <groupId>org.apache.myfaces</groupId>
     <artifactId>myfaces</artifactId>
-    <version>10</version>
+    <version>14</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>