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 2015/07/15 01:31:48 UTC

svn commit: r1691108 - /myfaces/core/trunk/impl/pom.xml

Author: lu4242
Date: Tue Jul 14 23:31:48 2015
New Revision: 1691108

URL: http://svn.apache.org/r1691108
Log:
MYFACES-4001 Outdated java.sun.com XML namespaces in 2.2 tagdoc

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

Modified: myfaces/core/trunk/impl/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/impl/pom.xml?rev=1691108&r1=1691107&r2=1691108&view=diff
==============================================================================
--- myfaces/core/trunk/impl/pom.xml (original)
+++ myfaces/core/trunk/impl/pom.xml Tue Jul 14 23:31:48 2015
@@ -702,11 +702,11 @@
                                         <modelId>myfaces-impl-shared</modelId>
                                     </modelIds>
                                     <taglibs>
-                                        <f>http://java.sun.com/jsf/core</f>
-                                        <h>http://java.sun.com/jsf/html</h>
-                                        <ui>http://java.sun.com/jsf/facelets</ui>
-                                        <c>http://java.sun.com/jsp/jstl/core</c>
-                                        <fn>http://java.sun.com/jsp/jstl/functions</fn>
+                                        <f>http://xmlns.jcp.org/jsf/core</f>
+                                        <h>http://xmlns.jcp.org/jsf/html</h>
+                                        <ui>http://xmlns.jcp.org/jsf/facelets</ui>
+                                        <c>http://xmlns.jcp.org/jsp/jstl/core</c>
+                                        <fn>http://xmlns.jcp.org/jsp/jstl/functions</fn>
                                     </taglibs>
                                 </configuration>
                                 <goals>
@@ -802,11 +802,11 @@
                                         <modelId>myfaces-impl-shared</modelId>
                                     </modelIds>
                                     <taglibs>
-                                        <f>http://java.sun.com/jsf/core</f>
-                                        <h>http://java.sun.com/jsf/html</h>
-                                        <ui>http://java.sun.com/jsf/facelets</ui>
-                                        <c>http://java.sun.com/jsp/jstl/core</c>
-                                        <fn>http://java.sun.com/jsp/jstl/functions</fn>
+                                        <f>http://xmlns.jcp.org/jsf/core</f>
+                                        <h>http://xmlns.jcp.org/jsf/html</h>
+                                        <ui>http://xmlns.jcp.org/jsf/facelets</ui>
+                                        <c>http://xmlns.jcp.org/jsp/jstl/core</c>
+                                        <fn>http://xmlns.jcp.org/jsp/jstl/functions</fn>
                                     </taglibs>
                                 </configuration>
                                 <reports>