You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by pa...@apache.org on 2020/07/10 13:38:58 UTC

svn commit: r1879766 [7/9] - in /myfaces/site/publish/core22/myfaces-impl-shared-public: ./ apidocs/ apidocs/org/apache/myfaces/shared/util/ apidocs/org/apache/myfaces/shared/util/class-use/ apidocs/org/apache/myfaces/shared/util/renderkit/ apidocs/org...

Modified: myfaces/site/publish/core22/myfaces-impl-shared-public/pmd.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/core22/myfaces-impl-shared-public/pmd.html?rev=1879766&r1=1879765&r2=1879766&view=diff
==============================================================================
--- myfaces/site/publish/core22/myfaces-impl-shared-public/pmd.html (original)
+++ myfaces/site/publish/core22/myfaces-impl-shared-public/pmd.html Fri Jul 10 13:38:56 2020
@@ -29,7 +29,7 @@
   
   
   <div class="date">
-    Last Published: 06 Feb 2017
+    Last Published: 10 Jul 2020
   </div>
             <ul>
       <li>
@@ -454,7 +454,7 @@
 <td><a href="./xref/org/apache/myfaces/shared/util/ClassUtils.html#168">168</a></td></tr>
 <tr class="b">
 <td>Avoid empty catch blocks</td>
-<td><a href="./xref/org/apache/myfaces/shared/util/ClassUtils.html#578">578</a> - <a href="./xref/org/apache/myfaces/shared/util/ClassUtils.html#581">581</a></td></tr></table></div>
+<td><a href="./xref/org/apache/myfaces/shared/util/ClassUtils.html#596">596</a> - <a href="./xref/org/apache/myfaces/shared/util/ClassUtils.html#599">599</a></td></tr></table></div>
 <div class="section">
 <h3>org/apache/myfaces/shared/util/ExternalContextUtils.java<a name="orgapachemyfacessharedutilExternalContextUtils.java"></a></h3>
 <table border="0" class="bodyTable">
@@ -540,7 +540,7 @@
     <div id="footer">
       <div class="copyright">
       &#169;  
-          2017
+          2020
        Apache Software Foundation, Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.<br/>
        Apache MyFaces, Apache Tobago, Apache, the Apache feather logo, and the Apache MyFaces project logos are trademarks of The Apache Software Foundation.
       </div><!-- close copyright -->

Modified: myfaces/site/publish/core22/myfaces-impl-shared-public/pmd.xml
URL: http://svn.apache.org/viewvc/myfaces/site/publish/core22/myfaces-impl-shared-public/pmd.xml?rev=1879766&r1=1879765&r2=1879766&view=diff
==============================================================================
--- myfaces/site/publish/core22/myfaces-impl-shared-public/pmd.xml (original)
+++ myfaces/site/publish/core22/myfaces-impl-shared-public/pmd.xml Fri Jul 10 13:38:56 2020
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<pmd version="4.2.5" timestamp="2017-02-06T15:12:40.589">
-<file name="/home/lu4242/workspace/trunk/current22/core/shared-public/src/main/java/org/apache/myfaces/shared/util/ClassLoaderUtils.java">
+<pmd version="4.2.5" timestamp="2020-07-10T01:00:18.178">
+<file name="/root/myfaces/myfacesGit22/myfaces/shared-public/src/main/java/org/apache/myfaces/shared/util/ClassLoaderUtils.java">
 <violation beginline="130" endline="133" begincolumn="5" endcolumn="5" rule="EmptyCatchBlock" ruleset="Basic Rules" package="org.apache.myfaces.shared.util" class="ClassLoaderUtils" method="loadClass" externalInfoUrl="http://pmd.sourceforge.net/rules/basic.html#EmptyCatchBlock" priority="3">
 Avoid empty catch blocks
 </violation>
@@ -8,15 +8,15 @@ Avoid empty catch blocks
 These nested if statements could be combined
 </violation>
 </file>
-<file name="/home/lu4242/workspace/trunk/current22/core/shared-public/src/main/java/org/apache/myfaces/shared/util/ClassUtils.java">
+<file name="/root/myfaces/myfacesGit22/myfaces/shared-public/src/main/java/org/apache/myfaces/shared/util/ClassUtils.java">
 <violation beginline="168" endline="168" begincolumn="13" endcolumn="19" rule="UnusedLocalVariable" ruleset="Unused Code Rules" package="org.apache.myfaces.shared.util" class="ClassUtils" method="classForName" variable="plugins" externalInfoUrl="http://pmd.sourceforge.net/rules/unusedcode.html#UnusedLocalVariable" priority="3">
 Avoid unused local variables such as 'plugins'.
 </violation>
-<violation beginline="578" endline="581" begincolumn="25" endcolumn="25" rule="EmptyCatchBlock" ruleset="Basic Rules" package="org.apache.myfaces.shared.util" class="ClassUtils" externalInfoUrl="http://pmd.sourceforge.net/rules/basic.html#EmptyCatchBlock" priority="3">
+<violation beginline="596" endline="599" begincolumn="25" endcolumn="25" rule="EmptyCatchBlock" ruleset="Basic Rules" package="org.apache.myfaces.shared.util" class="ClassUtils" externalInfoUrl="http://pmd.sourceforge.net/rules/basic.html#EmptyCatchBlock" priority="3">
 Avoid empty catch blocks
 </violation>
 </file>
-<file name="/home/lu4242/workspace/trunk/current22/core/shared-public/src/main/java/org/apache/myfaces/shared/util/ExternalContextUtils.java">
+<file name="/root/myfaces/myfacesGit22/myfaces/shared-public/src/main/java/org/apache/myfaces/shared/util/ExternalContextUtils.java">
 <violation beginline="57" endline="75" begincolumn="25" endcolumn="5" rule="UnnecessaryFinalModifier" ruleset="Basic Rules" package="org.apache.myfaces.shared.util" class="ExternalContextUtils" externalInfoUrl="http://pmd.sourceforge.net/rules/basic.html#UnnecessaryFinalModifier" priority="3">
 Unnecessary final modifier in final class
 </violation>
@@ -42,7 +42,7 @@ Unnecessary final modifier in final clas
 Unnecessary final modifier in final class
 </violation>
 </file>
-<file name="/home/lu4242/workspace/trunk/current22/core/shared-public/src/main/java/org/apache/myfaces/shared/util/MessageUtils.java">
+<file name="/root/myfaces/myfacesGit22/myfaces/shared-public/src/main/java/org/apache/myfaces/shared/util/MessageUtils.java">
 <violation beginline="284" endline="287" begincolumn="13" endcolumn="13" rule="EmptyCatchBlock" ruleset="Basic Rules" package="org.apache.myfaces.shared.util" class="MessageUtils" method="getMessage" externalInfoUrl="http://pmd.sourceforge.net/rules/basic.html#EmptyCatchBlock" priority="3">
 Avoid empty catch blocks
 </violation>
@@ -77,7 +77,7 @@ Avoid empty catch blocks
 Avoid empty catch blocks
 </violation>
 </file>
-<file name="/home/lu4242/workspace/trunk/current22/core/shared-public/src/main/java/org/apache/myfaces/shared/util/TagUtils.java">
+<file name="/root/myfaces/myfacesGit22/myfaces/shared-public/src/main/java/org/apache/myfaces/shared/util/TagUtils.java">
 <violation beginline="295" endline="309" begincolumn="24" endcolumn="3" rule="UnnecessaryFinalModifier" ruleset="Basic Rules" package="org.apache.myfaces.shared.util" class="TagUtils" externalInfoUrl="http://pmd.sourceforge.net/rules/basic.html#UnnecessaryFinalModifier" priority="3">
 Unnecessary final modifier in final class
 </violation>

Modified: myfaces/site/publish/core22/myfaces-impl-shared-public/project-info.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/core22/myfaces-impl-shared-public/project-info.html?rev=1879766&r1=1879765&r2=1879766&view=diff
==============================================================================
--- myfaces/site/publish/core22/myfaces-impl-shared-public/project-info.html (original)
+++ myfaces/site/publish/core22/myfaces-impl-shared-public/project-info.html Fri Jul 10 13:38:56 2020
@@ -29,7 +29,7 @@
   
   
   <div class="date">
-    Last Published: 06 Feb 2017
+    Last Published: 10 Jul 2020
   </div>
             <ul>
       <li>
@@ -489,7 +489,7 @@
     <div id="footer">
       <div class="copyright">
       &#169;  
-          2017
+          2020
        Apache Software Foundation, Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.<br/>
        Apache MyFaces, Apache Tobago, Apache, the Apache feather logo, and the Apache MyFaces project logos are trademarks of The Apache Software Foundation.
       </div><!-- close copyright -->

Modified: myfaces/site/publish/core22/myfaces-impl-shared-public/project-reports.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/core22/myfaces-impl-shared-public/project-reports.html?rev=1879766&r1=1879765&r2=1879766&view=diff
==============================================================================
--- myfaces/site/publish/core22/myfaces-impl-shared-public/project-reports.html (original)
+++ myfaces/site/publish/core22/myfaces-impl-shared-public/project-reports.html Fri Jul 10 13:38:56 2020
@@ -29,7 +29,7 @@
   
   
   <div class="date">
-    Last Published: 06 Feb 2017
+    Last Published: 10 Jul 2020
   </div>
             <ul>
       <li>
@@ -481,7 +481,7 @@
     <div id="footer">
       <div class="copyright">
       &#169;  
-          2017
+          2020
        Apache Software Foundation, Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.<br/>
        Apache MyFaces, Apache Tobago, Apache, the Apache feather logo, and the Apache MyFaces project logos are trademarks of The Apache Software Foundation.
       </div><!-- close copyright -->

Modified: myfaces/site/publish/core22/myfaces-impl-shared-public/project-summary.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/core22/myfaces-impl-shared-public/project-summary.html?rev=1879766&r1=1879765&r2=1879766&view=diff
==============================================================================
--- myfaces/site/publish/core22/myfaces-impl-shared-public/project-summary.html (original)
+++ myfaces/site/publish/core22/myfaces-impl-shared-public/project-summary.html Fri Jul 10 13:38:56 2020
@@ -29,7 +29,7 @@
   
   
   <div class="date">
-    Last Published: 06 Feb 2017
+    Last Published: 10 Jul 2020
   </div>
             <ul>
       <li>
@@ -459,7 +459,7 @@
 <td>The Apache Software Foundation</td></tr>
 <tr class="a">
 <td>URL</td>
-<td><a class="externalLink" href="http://www.apache.org/">http://www.apache.org/</a></td></tr></table></div>
+<td><a class="externalLink" href="https://www.apache.org/">https://www.apache.org/</a></td></tr></table></div>
 <div class="section">
 <h3>Build Information<a name="Build_Information"></a></h3><a name="Build_Information"></a>
 <table border="0" class="bodyTable">
@@ -474,7 +474,7 @@
 <td>myfaces-impl-shared-public</td></tr>
 <tr class="b">
 <td>Version</td>
-<td>2.2.13-SNAPSHOT</td></tr>
+<td>2.2.13</td></tr>
 <tr class="a">
 <td>Type</td>
 <td>jar</td></tr>
@@ -488,7 +488,7 @@
     <div id="footer">
       <div class="copyright">
       &#169;  
-          2017
+          2020
        Apache Software Foundation, Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.<br/>
        Apache MyFaces, Apache Tobago, Apache, the Apache feather logo, and the Apache MyFaces project logos are trademarks of The Apache Software Foundation.
       </div><!-- close copyright -->

Modified: myfaces/site/publish/core22/myfaces-impl-shared-public/source-repository.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/core22/myfaces-impl-shared-public/source-repository.html?rev=1879766&r1=1879765&r2=1879766&view=diff
==============================================================================
--- myfaces/site/publish/core22/myfaces-impl-shared-public/source-repository.html (original)
+++ myfaces/site/publish/core22/myfaces-impl-shared-public/source-repository.html Fri Jul 10 13:38:56 2020
@@ -29,7 +29,7 @@
   
   
   <div class="date">
-    Last Published: 06 Feb 2017
+    Last Published: 10 Jul 2020
   </div>
             <ul>
       <li>
@@ -432,40 +432,25 @@
       <div>
       <div class="section">
 <h2>Overview<a name="Overview"></a></h2><a name="Overview"></a>
-<p>This project uses <a class="externalLink" href="http://subversion.apache.org/">Subversion</a> to manage its source code. Instructions on Subversion use can be found at <a class="externalLink" href="http://svnbook.red-bean.com/">http://svnbook.red-bean.com/</a>.</p></div>
+<p>This project uses a Source Content Management System to manage its source code.</p></div>
 <div class="section">
 <h2>Web Access<a name="Web_Access"></a></h2><a name="Web_Access"></a>
 <p>The following is a link to the online source repository.</p>
 <div class="source">
-<pre><a class="externalLink" href="http://svn.apache.org/viewcvs.cgi/myfaces/core/trunk/shared-public">http://svn.apache.org/viewcvs.cgi/myfaces/core/trunk/shared-public</a></pre></div></div>
+<pre><a class="externalLink" href="https://gitbox.apache.org/repos/asf?p=myfaces-master-pom.git/myfaces-core-project/myfaces-impl-shared-public">https://gitbox.apache.org/repos/asf?p=myfaces-master-pom.git/myfaces-core-project/myfaces-impl-shared-public</a></pre></div></div>
 <div class="section">
 <h2>Anonymous access<a name="Anonymous_access"></a></h2><a name="Anonymous_access"></a>
-<p>The source can be checked out anonymously from SVN with this command:</p>
+<p>Refer to the documentation of the SCM used for more information about anonymously check out. The connection url is:</p>
 <div class="source">
-<pre>$ svn checkout http://svn.apache.org/repos/asf/myfaces/core/trunk/shared-public myfaces-impl-shared-public</pre></div></div>
+<pre>git:https://gitbox.apache.org/repos/asf/myfaces-master-pom.git/myfaces-core-project/myfaces-impl-shared-public</pre></div></div>
 <div class="section">
 <h2>Developer access<a name="Developer_access"></a></h2><a name="Developer_access"></a>
-<p>Everyone can access the Subversion repository via HTTP, but Committers must checkout the Subversion repository via HTTPS.</p>
+<p>Refer to the documentation of the SCM used for more information about developer check out. The connection url is:</p>
 <div class="source">
-<pre>$ svn checkout https://svn.apache.org/repos/asf/myfaces/core/trunk/shared-public myfaces-impl-shared-public</pre></div>
-<p>To commit changes to the repository, execute the following command to commit your changes (svn will prompt you for your password)</p>
-<div class="source">
-<pre>$ svn commit --username your-username -m &quot;A message&quot;</pre></div></div>
+<pre>git:https://gitbox.apache.org/repos/asf/myfaces-master-pom.git/myfaces-core-project/myfaces-impl-shared-public</pre></div></div>
 <div class="section">
 <h2>Access from behind a firewall<a name="Access_from_behind_a_firewall"></a></h2><a name="Access_from_behind_a_firewall"></a>
-<p>For those users who are stuck behind a corporate firewall which is blocking HTTP access to the Subversion repository, you can try to access it via the developer connection:</p>
-<div class="source">
-<pre>$ svn checkout https://svn.apache.org/repos/asf/myfaces/core/trunk/shared-public myfaces-impl-shared-public</pre></div></div>
-<div class="section">
-<h2>Access through a proxy<a name="Access_through_a_proxy"></a></h2><a name="Access_through_a_proxy"></a>
-<p>The Subversion client can go through a proxy, if you configure it to do so. First, edit your &quot;servers&quot; configuration file to indicate which proxy to use. The file's location depends on your operating system. On Linux or Unix it is located in the directory &quot;~/.subversion&quot;. On Windows it is in &quot;%APPDATA%\Subversion&quot;. (Try &quot;echo %APPDATA%&quot;, note this is a hidden directory.)</p>
-<p>There are comments in the file explaining what to do. If you don't have that file, get the latest Subversion client and run any command; this will cause the configuration directory and template files to be created.</p>
-<p>Example: Edit the 'servers' file and add something like:</p>
-<div class="source">
-<pre>[global]
-http-proxy-host = your.proxy.name
-http-proxy-port = 3128
-</pre></div></div>
+<p>Refer to the documentation of the SCM used for more information about access behind a firewall.</p></div>
       </div>
     </div>
     <div class="clear"></div>
@@ -473,7 +458,7 @@ http-proxy-port = 3128
     <div id="footer">
       <div class="copyright">
       &#169;  
-          2017
+          2020
        Apache Software Foundation, Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.<br/>
        Apache MyFaces, Apache Tobago, Apache, the Apache feather logo, and the Apache MyFaces project logos are trademarks of The Apache Software Foundation.
       </div><!-- close copyright -->

Modified: myfaces/site/publish/core22/myfaces-impl-shared-public/taglist.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/core22/myfaces-impl-shared-public/taglist.html?rev=1879766&r1=1879765&r2=1879766&view=diff
==============================================================================
--- myfaces/site/publish/core22/myfaces-impl-shared-public/taglist.html (original)
+++ myfaces/site/publish/core22/myfaces-impl-shared-public/taglist.html Fri Jul 10 13:38:56 2020
@@ -29,7 +29,7 @@
   
   
   <div class="date">
-    Last Published: 06 Feb 2017
+    Last Published: 10 Jul 2020
   </div>
             <ul>
       <li>
@@ -473,7 +473,7 @@
     <div id="footer">
       <div class="copyright">
       &#169;  
-          2017
+          2020
        Apache Software Foundation, Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.<br/>
        Apache MyFaces, Apache Tobago, Apache, the Apache feather logo, and the Apache MyFaces project logos are trademarks of The Apache Software Foundation.
       </div><!-- close copyright -->

Modified: myfaces/site/publish/core22/myfaces-impl-shared-public/team-list.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/core22/myfaces-impl-shared-public/team-list.html?rev=1879766&r1=1879765&r2=1879766&view=diff
==============================================================================
--- myfaces/site/publish/core22/myfaces-impl-shared-public/team-list.html (original)
+++ myfaces/site/publish/core22/myfaces-impl-shared-public/team-list.html Fri Jul 10 13:38:56 2020
@@ -29,7 +29,7 @@
   
   
   <div class="date">
-    Last Published: 06 Feb 2017
+    Last Published: 10 Jul 2020
   </div>
             <ul>
       <li>
@@ -820,20 +820,56 @@
 <td><a name="paulnicolucci"></a>paulnicolucci</td>
 <td>Paul Nicolucci</td>
 <td><a class="externalLink" href="mailto:paulnicolucci@apache.org">paulnicolucci@apache.org</a></td>
-<td>IBM</td>
-<td><a class="externalLink" href="http://www.ibm.com">http://www.ibm.com</a></td>
-<td>committer</td>
+<td>-</td>
+<td>-</td>
+<td>PMC</td>
 <td>-5</td>
 <td><span id="developer-41">-5</span></td></tr>
 <tr class="b">
+<td><a name="wtlucy"></a>wtlucy</td>
+<td>Bill Lucy</td>
+<td><a class="externalLink" href="mailto:wtlucy@apache.org">wtlucy@apache.org</a></td>
+<td>-</td>
+<td>-</td>
+<td>PMC</td>
+<td>-</td>
+<td><span id="developer-42">-</span></td></tr>
+<tr class="a">
+<td><a name="tandraschko"></a>tandraschko</td>
+<td>Thomas Andraschko</td>
+<td><a class="externalLink" href="mailto:tandraschko@apache.org">tandraschko@apache.org</a></td>
+<td>-</td>
+<td>-</td>
+<td>PMC</td>
+<td>-</td>
+<td><span id="developer-43">-</span></td></tr>
+<tr class="b">
 <td><a name="deki"></a>deki</td>
 <td>Dennis Kieselhorst</td>
 <td><a class="externalLink" href="mailto:deki@apache.org">deki@apache.org</a></td>
+<td>-</td>
+<td>-</td>
+<td>PMC</td>
+<td>+1</td>
+<td><span id="developer-44">+1</span></td></tr>
+<tr class="a">
+<td><a name="hnoeth"></a>hnoeth</td>
+<td>Henning N&#xf6;th</td>
+<td><a class="externalLink" href="mailto:hnoeth@apache.org">hnoeth@apache.org</a></td>
 <td>IRIAN, Germany</td>
 <td><a class="externalLink" href="http://www.irian.eu">http://www.irian.eu</a></td>
 <td>committer</td>
 <td>+1</td>
-<td><span id="developer-42">+1</span></td></tr></table></div>
+<td><span id="developer-45">+1</span></td></tr>
+<tr class="b">
+<td><a name="embreijo"></a>embreijo</td>
+<td>Eduardo Breijo</td>
+<td><a class="externalLink" href="mailto:embreijo@apache.org">embreijo@apache.org</a></td>
+<td>-</td>
+<td>-</td>
+<td>PMC</td>
+<td>-</td>
+<td><span id="developer-46">-</span></td></tr></table></div>
 <div class="section">
 <h3>Contributors<a name="Contributors"></a></h3><a name="Contributors"></a>
 <p>The following additional people have contributed to this project through the way of suggestions, patches or documentation.</p>
@@ -1185,7 +1221,8 @@ function init(){
     offsetDate('developer-39', '+1');
     offsetDate('developer-40', '+1');
     offsetDate('developer-41', '-5');
-    offsetDate('developer-42', '+1');
+    offsetDate('developer-44', '+1');
+    offsetDate('developer-45', '+1');
     offsetDate('contributor-7', '-8');
     offsetDate('contributor-9', '+1');
     offsetDate('contributor-10', '+1');
@@ -1217,7 +1254,7 @@ window.onLoad = init();
     <div id="footer">
       <div class="copyright">
       &#169;  
-          2017
+          2020
        Apache Software Foundation, Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.<br/>
        Apache MyFaces, Apache Tobago, Apache, the Apache feather logo, and the Apache MyFaces project logos are trademarks of The Apache Software Foundation.
       </div><!-- close copyright -->

Modified: myfaces/site/publish/core22/myfaces-impl-shared-public/testapidocs/allclasses-frame.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/core22/myfaces-impl-shared-public/testapidocs/allclasses-frame.html?rev=1879766&r1=1879765&r2=1879766&view=diff
==============================================================================
--- myfaces/site/publish/core22/myfaces-impl-shared-public/testapidocs/allclasses-frame.html (original)
+++ myfaces/site/publish/core22/myfaces-impl-shared-public/testapidocs/allclasses-frame.html Fri Jul 10 13:38:56 2020
@@ -2,14 +2,15 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Mon Feb 06 15:13:06 GMT 2017 -->
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>All Classes (Apache MyFaces Shared Public API For JSF 2.2 - Core 2.2.13-SNAPSHOT Test API)</title>
-<meta name="date" content="2017-02-06">
+<!-- Generated by javadoc (version 1.7.0) on Fri Jul 10 01:01:28 EDT 2020 -->
+<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
+<title>All Classes (Apache MyFaces Shared Public API For JSF 2.2 - Core 2.2.13 Test API)</title>
+<meta name="date" content="2020-07-10">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 </head>
 <body>
 <h1 class="bar">All Classes</h1>
+<div role="navigation" title="All Classes">
 <div class="indexContainer">
 <ul>
 <li><a href="org/apache/myfaces/shared/util/MessageUtilsTest.html" title="class in org.apache.myfaces.shared.util" target="classFrame">MessageUtilsTest</a></li>

Modified: myfaces/site/publish/core22/myfaces-impl-shared-public/testapidocs/allclasses-noframe.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/core22/myfaces-impl-shared-public/testapidocs/allclasses-noframe.html?rev=1879766&r1=1879765&r2=1879766&view=diff
==============================================================================
--- myfaces/site/publish/core22/myfaces-impl-shared-public/testapidocs/allclasses-noframe.html (original)
+++ myfaces/site/publish/core22/myfaces-impl-shared-public/testapidocs/allclasses-noframe.html Fri Jul 10 13:38:56 2020
@@ -2,14 +2,15 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Mon Feb 06 15:13:06 GMT 2017 -->
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>All Classes (Apache MyFaces Shared Public API For JSF 2.2 - Core 2.2.13-SNAPSHOT Test API)</title>
-<meta name="date" content="2017-02-06">
+<!-- Generated by javadoc (version 1.7.0) on Fri Jul 10 01:01:28 EDT 2020 -->
+<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
+<title>All Classes (Apache MyFaces Shared Public API For JSF 2.2 - Core 2.2.13 Test API)</title>
+<meta name="date" content="2020-07-10">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 </head>
 <body>
 <h1 class="bar">All Classes</h1>
+<div role="navigation" title="All Classes">
 <div class="indexContainer">
 <ul>
 <li><a href="org/apache/myfaces/shared/util/MessageUtilsTest.html" title="class in org.apache.myfaces.shared.util">MessageUtilsTest</a></li>

Modified: myfaces/site/publish/core22/myfaces-impl-shared-public/testapidocs/constant-values.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/core22/myfaces-impl-shared-public/testapidocs/constant-values.html?rev=1879766&r1=1879765&r2=1879766&view=diff
==============================================================================
--- myfaces/site/publish/core22/myfaces-impl-shared-public/testapidocs/constant-values.html (original)
+++ myfaces/site/publish/core22/myfaces-impl-shared-public/testapidocs/constant-values.html Fri Jul 10 13:38:56 2020
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Mon Feb 06 15:13:06 GMT 2017 -->
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Constant Field Values (Apache MyFaces Shared Public API For JSF 2.2 - Core 2.2.13-SNAPSHOT Test API)</title>
-<meta name="date" content="2017-02-06">
+<!-- Generated by javadoc (version 1.7.0) on Fri Jul 10 01:01:28 EDT 2020 -->
+<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
+<title>Constant Field Values (Apache MyFaces Shared Public API For JSF 2.2 - Core 2.2.13 Test API)</title>
+<meta name="date" content="2020-07-10">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Constant Field Values (Apache MyFaces Shared Public API For JSF 2.2 - Core 2.2.13-SNAPSHOT Test API)";
+        parent.document.title="Constant Field Values (Apache MyFaces Shared Public API For JSF 2.2 - Core 2.2.13 Test API)";
     }
 //-->
 </script>
@@ -21,7 +21,9 @@
 <!-- ========= START OF TOP NAVBAR ======= -->
 <div class="topNav"><a name="navbar_top">
 <!--   -->
-</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
+</a>
+<div class="skip"><a href="#skip-navbar_top" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar_top_firstrow">
 <!--   -->
 </a>
 <ul class="navList" title="Navigation">
@@ -69,7 +71,9 @@
 <!-- ======= START OF BOTTOM NAVBAR ====== -->
 <div class="bottomNav"><a name="navbar_bottom">
 <!--   -->
-</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
+</a>
+<div class="skip"><a href="#skip-navbar_bottom" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar_bottom_firstrow">
 <!--   -->
 </a>
 <ul class="navList" title="Navigation">
@@ -110,6 +114,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2017 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

Modified: myfaces/site/publish/core22/myfaces-impl-shared-public/testapidocs/deprecated-list.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/core22/myfaces-impl-shared-public/testapidocs/deprecated-list.html?rev=1879766&r1=1879765&r2=1879766&view=diff
==============================================================================
--- myfaces/site/publish/core22/myfaces-impl-shared-public/testapidocs/deprecated-list.html (original)
+++ myfaces/site/publish/core22/myfaces-impl-shared-public/testapidocs/deprecated-list.html Fri Jul 10 13:38:56 2020
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Mon Feb 06 15:13:06 GMT 2017 -->
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Deprecated List (Apache MyFaces Shared Public API For JSF 2.2 - Core 2.2.13-SNAPSHOT Test API)</title>
-<meta name="date" content="2017-02-06">
+<!-- Generated by javadoc (version 1.7.0) on Fri Jul 10 01:01:28 EDT 2020 -->
+<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
+<title>Deprecated List (Apache MyFaces Shared Public API For JSF 2.2 - Core 2.2.13 Test API)</title>
+<meta name="date" content="2020-07-10">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Deprecated List (Apache MyFaces Shared Public API For JSF 2.2 - Core 2.2.13-SNAPSHOT Test API)";
+        parent.document.title="Deprecated List (Apache MyFaces Shared Public API For JSF 2.2 - Core 2.2.13 Test API)";
     }
 //-->
 </script>
@@ -21,7 +21,9 @@
 <!-- ========= START OF TOP NAVBAR ======= -->
 <div class="topNav"><a name="navbar_top">
 <!--   -->
-</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
+</a>
+<div class="skip"><a href="#skip-navbar_top" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar_top_firstrow">
 <!--   -->
 </a>
 <ul class="navList" title="Navigation">
@@ -69,7 +71,9 @@
 <!-- ======= START OF BOTTOM NAVBAR ====== -->
 <div class="bottomNav"><a name="navbar_bottom">
 <!--   -->
-</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
+</a>
+<div class="skip"><a href="#skip-navbar_bottom" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar_bottom_firstrow">
 <!--   -->
 </a>
 <ul class="navList" title="Navigation">
@@ -110,6 +114,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2017 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

Modified: myfaces/site/publish/core22/myfaces-impl-shared-public/testapidocs/help-doc.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/core22/myfaces-impl-shared-public/testapidocs/help-doc.html?rev=1879766&r1=1879765&r2=1879766&view=diff
==============================================================================
--- myfaces/site/publish/core22/myfaces-impl-shared-public/testapidocs/help-doc.html (original)
+++ myfaces/site/publish/core22/myfaces-impl-shared-public/testapidocs/help-doc.html Fri Jul 10 13:38:56 2020
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Mon Feb 06 15:13:06 GMT 2017 -->
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>API Help (Apache MyFaces Shared Public API For JSF 2.2 - Core 2.2.13-SNAPSHOT Test API)</title>
-<meta name="date" content="2017-02-06">
+<!-- Generated by javadoc (version 1.7.0) on Fri Jul 10 01:01:28 EDT 2020 -->
+<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
+<title>API Help (Apache MyFaces Shared Public API For JSF 2.2 - Core 2.2.13 Test API)</title>
+<meta name="date" content="2020-07-10">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="API Help (Apache MyFaces Shared Public API For JSF 2.2 - Core 2.2.13-SNAPSHOT Test API)";
+        parent.document.title="API Help (Apache MyFaces Shared Public API For JSF 2.2 - Core 2.2.13 Test API)";
     }
 //-->
 </script>
@@ -21,7 +21,9 @@
 <!-- ========= START OF TOP NAVBAR ======= -->
 <div class="topNav"><a name="navbar_top">
 <!--   -->
-</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
+</a>
+<div class="skip"><a href="#skip-navbar_top" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar_top_firstrow">
 <!--   -->
 </a>
 <ul class="navList" title="Navigation">
@@ -170,7 +172,9 @@
 <!-- ======= START OF BOTTOM NAVBAR ====== -->
 <div class="bottomNav"><a name="navbar_bottom">
 <!--   -->
-</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
+</a>
+<div class="skip"><a href="#skip-navbar_bottom" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar_bottom_firstrow">
 <!--   -->
 </a>
 <ul class="navList" title="Navigation">
@@ -211,6 +215,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2017 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

Modified: myfaces/site/publish/core22/myfaces-impl-shared-public/testapidocs/index-all.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/core22/myfaces-impl-shared-public/testapidocs/index-all.html?rev=1879766&r1=1879765&r2=1879766&view=diff
==============================================================================
--- myfaces/site/publish/core22/myfaces-impl-shared-public/testapidocs/index-all.html (original)
+++ myfaces/site/publish/core22/myfaces-impl-shared-public/testapidocs/index-all.html Fri Jul 10 13:38:56 2020
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Mon Feb 06 15:13:06 GMT 2017 -->
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Index (Apache MyFaces Shared Public API For JSF 2.2 - Core 2.2.13-SNAPSHOT Test API)</title>
-<meta name="date" content="2017-02-06">
+<!-- Generated by javadoc (version 1.7.0) on Fri Jul 10 01:01:28 EDT 2020 -->
+<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
+<title>Index (Apache MyFaces Shared Public API For JSF 2.2 - Core 2.2.13 Test API)</title>
+<meta name="date" content="2020-07-10">
 <link rel="stylesheet" type="text/css" href="./stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Index (Apache MyFaces Shared Public API For JSF 2.2 - Core 2.2.13-SNAPSHOT Test API)";
+        parent.document.title="Index (Apache MyFaces Shared Public API For JSF 2.2 - Core 2.2.13 Test API)";
     }
 //-->
 </script>
@@ -21,7 +21,9 @@
 <!-- ========= START OF TOP NAVBAR ======= -->
 <div class="topNav"><a name="navbar_top">
 <!--   -->
-</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
+</a>
+<div class="skip"><a href="#skip-navbar_top" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar_top_firstrow">
 <!--   -->
 </a>
 <ul class="navList" title="Navigation">
@@ -136,7 +138,9 @@
 <!-- ======= START OF BOTTOM NAVBAR ====== -->
 <div class="bottomNav"><a name="navbar_bottom">
 <!--   -->
-</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
+</a>
+<div class="skip"><a href="#skip-navbar_bottom" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar_bottom_firstrow">
 <!--   -->
 </a>
 <ul class="navList" title="Navigation">
@@ -177,6 +181,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2017 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

Modified: myfaces/site/publish/core22/myfaces-impl-shared-public/testapidocs/index.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/core22/myfaces-impl-shared-public/testapidocs/index.html?rev=1879766&r1=1879765&r2=1879766&view=diff
==============================================================================
--- myfaces/site/publish/core22/myfaces-impl-shared-public/testapidocs/index.html (original)
+++ myfaces/site/publish/core22/myfaces-impl-shared-public/testapidocs/index.html Fri Jul 10 13:38:56 2020
@@ -2,15 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc on Mon Feb 06 15:13:06 GMT 2017 -->
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Apache MyFaces Shared Public API For JSF 2.2 - Core 2.2.13-SNAPSHOT Test API</title>
+<!-- Generated by javadoc on Fri Jul 10 01:01:28 EDT 2020 -->
+<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
+<title>Apache MyFaces Shared Public API For JSF 2.2 - Core 2.2.13 Test API</title>
 <script type="text/javascript">
-    targetPage = "" + window.location.search;
-    if (targetPage != "" && targetPage != "undefined")
-        targetPage = targetPage.substring(1);
-    if (targetPage.indexOf(":") != -1 || (targetPage != "" && !validURL(targetPage)))
-        targetPage = "undefined";
+    tmpTargetPage = "" + window.location.search;
+    if (tmpTargetPage != "" && tmpTargetPage != "undefined")
+        tmpTargetPage = tmpTargetPage.substring(1);
+    if (tmpTargetPage.indexOf(":") != -1 || (tmpTargetPage != "" && !validURL(tmpTargetPage)))
+        tmpTargetPage = "undefined";
+    targetPage = tmpTargetPage;
     function validURL(url) {
         try {
             url = decodeURIComponent(url);

Modified: myfaces/site/publish/core22/myfaces-impl-shared-public/testapidocs/org/apache/myfaces/shared/util/MessageUtilsTest.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/core22/myfaces-impl-shared-public/testapidocs/org/apache/myfaces/shared/util/MessageUtilsTest.html?rev=1879766&r1=1879765&r2=1879766&view=diff
==============================================================================
--- myfaces/site/publish/core22/myfaces-impl-shared-public/testapidocs/org/apache/myfaces/shared/util/MessageUtilsTest.html (original)
+++ myfaces/site/publish/core22/myfaces-impl-shared-public/testapidocs/org/apache/myfaces/shared/util/MessageUtilsTest.html Fri Jul 10 13:38:56 2020
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Mon Feb 06 15:13:06 GMT 2017 -->
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>MessageUtilsTest (Apache MyFaces Shared Public API For JSF 2.2 - Core 2.2.13-SNAPSHOT Test API)</title>
-<meta name="date" content="2017-02-06">
+<!-- Generated by javadoc (version 1.7.0) on Fri Jul 10 01:01:28 EDT 2020 -->
+<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
+<title>MessageUtilsTest (Apache MyFaces Shared Public API For JSF 2.2 - Core 2.2.13 Test API)</title>
+<meta name="date" content="2020-07-10">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="MessageUtilsTest (Apache MyFaces Shared Public API For JSF 2.2 - Core 2.2.13-SNAPSHOT Test API)";
+        parent.document.title="MessageUtilsTest (Apache MyFaces Shared Public API For JSF 2.2 - Core 2.2.13 Test API)";
     }
 //-->
 </script>
@@ -21,7 +21,9 @@
 <!-- ========= START OF TOP NAVBAR ======= -->
 <div class="topNav"><a name="navbar_top">
 <!--   -->
-</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
+</a>
+<div class="skip"><a href="#skip-navbar_top" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar_top_firstrow">
 <!--   -->
 </a>
 <ul class="navList" title="Navigation">
@@ -407,7 +409,9 @@ extends <a href="http://myfaces.apache.o
 <!-- ======= START OF BOTTOM NAVBAR ====== -->
 <div class="bottomNav"><a name="navbar_bottom">
 <!--   -->
-</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
+</a>
+<div class="skip"><a href="#skip-navbar_bottom" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar_bottom_firstrow">
 <!--   -->
 </a>
 <ul class="navList" title="Navigation">
@@ -463,6 +467,6 @@ extends <a href="http://myfaces.apache.o
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2017 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

Modified: myfaces/site/publish/core22/myfaces-impl-shared-public/testapidocs/org/apache/myfaces/shared/util/class-use/MessageUtilsTest.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/core22/myfaces-impl-shared-public/testapidocs/org/apache/myfaces/shared/util/class-use/MessageUtilsTest.html?rev=1879766&r1=1879765&r2=1879766&view=diff
==============================================================================
--- myfaces/site/publish/core22/myfaces-impl-shared-public/testapidocs/org/apache/myfaces/shared/util/class-use/MessageUtilsTest.html (original)
+++ myfaces/site/publish/core22/myfaces-impl-shared-public/testapidocs/org/apache/myfaces/shared/util/class-use/MessageUtilsTest.html Fri Jul 10 13:38:56 2020
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Mon Feb 06 15:13:06 GMT 2017 -->
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.myfaces.shared.util.MessageUtilsTest (Apache MyFaces Shared Public API For JSF 2.2 - Core 2.2.13-SNAPSHOT Test API)</title>
-<meta name="date" content="2017-02-06">
+<!-- Generated by javadoc (version 1.7.0) on Fri Jul 10 01:01:28 EDT 2020 -->
+<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
+<title>Uses of Class org.apache.myfaces.shared.util.MessageUtilsTest (Apache MyFaces Shared Public API For JSF 2.2 - Core 2.2.13 Test API)</title>
+<meta name="date" content="2020-07-10">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.myfaces.shared.util.MessageUtilsTest (Apache MyFaces Shared Public API For JSF 2.2 - Core 2.2.13-SNAPSHOT Test API)";
+        parent.document.title="Uses of Class org.apache.myfaces.shared.util.MessageUtilsTest (Apache MyFaces Shared Public API For JSF 2.2 - Core 2.2.13 Test API)";
     }
 //-->
 </script>
@@ -21,7 +21,9 @@
 <!-- ========= START OF TOP NAVBAR ======= -->
 <div class="topNav"><a name="navbar_top">
 <!--   -->
-</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
+</a>
+<div class="skip"><a href="#skip-navbar_top" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar_top_firstrow">
 <!--   -->
 </a>
 <ul class="navList" title="Navigation">
@@ -69,7 +71,9 @@
 <!-- ======= START OF BOTTOM NAVBAR ====== -->
 <div class="bottomNav"><a name="navbar_bottom">
 <!--   -->
-</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
+</a>
+<div class="skip"><a href="#skip-navbar_bottom" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar_bottom_firstrow">
 <!--   -->
 </a>
 <ul class="navList" title="Navigation">
@@ -110,6 +114,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2017 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

Modified: myfaces/site/publish/core22/myfaces-impl-shared-public/testapidocs/org/apache/myfaces/shared/util/package-frame.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/core22/myfaces-impl-shared-public/testapidocs/org/apache/myfaces/shared/util/package-frame.html?rev=1879766&r1=1879765&r2=1879766&view=diff
==============================================================================
--- myfaces/site/publish/core22/myfaces-impl-shared-public/testapidocs/org/apache/myfaces/shared/util/package-frame.html (original)
+++ myfaces/site/publish/core22/myfaces-impl-shared-public/testapidocs/org/apache/myfaces/shared/util/package-frame.html Fri Jul 10 13:38:56 2020
@@ -2,14 +2,15 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Mon Feb 06 15:13:06 GMT 2017 -->
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.myfaces.shared.util (Apache MyFaces Shared Public API For JSF 2.2 - Core 2.2.13-SNAPSHOT Test API)</title>
-<meta name="date" content="2017-02-06">
+<!-- Generated by javadoc (version 1.7.0) on Fri Jul 10 01:01:28 EDT 2020 -->
+<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
+<title>org.apache.myfaces.shared.util (Apache MyFaces Shared Public API For JSF 2.2 - Core 2.2.13 Test API)</title>
+<meta name="date" content="2020-07-10">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <h1 class="bar"><a href="../../../../../org/apache/myfaces/shared/util/package-summary.html" target="classFrame">org.apache.myfaces.shared.util</a></h1>
+<div role="navigation" title="org.apache.myfaces.shared.util">
 <div class="indexContainer">
 <h2 title="Classes">Classes</h2>
 <ul title="Classes">

Modified: myfaces/site/publish/core22/myfaces-impl-shared-public/testapidocs/org/apache/myfaces/shared/util/package-summary.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/core22/myfaces-impl-shared-public/testapidocs/org/apache/myfaces/shared/util/package-summary.html?rev=1879766&r1=1879765&r2=1879766&view=diff
==============================================================================
--- myfaces/site/publish/core22/myfaces-impl-shared-public/testapidocs/org/apache/myfaces/shared/util/package-summary.html (original)
+++ myfaces/site/publish/core22/myfaces-impl-shared-public/testapidocs/org/apache/myfaces/shared/util/package-summary.html Fri Jul 10 13:38:56 2020
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Mon Feb 06 15:13:06 GMT 2017 -->
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.myfaces.shared.util (Apache MyFaces Shared Public API For JSF 2.2 - Core 2.2.13-SNAPSHOT Test API)</title>
-<meta name="date" content="2017-02-06">
+<!-- Generated by javadoc (version 1.7.0) on Fri Jul 10 01:01:28 EDT 2020 -->
+<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
+<title>org.apache.myfaces.shared.util (Apache MyFaces Shared Public API For JSF 2.2 - Core 2.2.13 Test API)</title>
+<meta name="date" content="2020-07-10">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="org.apache.myfaces.shared.util (Apache MyFaces Shared Public API For JSF 2.2 - Core 2.2.13-SNAPSHOT Test API)";
+        parent.document.title="org.apache.myfaces.shared.util (Apache MyFaces Shared Public API For JSF 2.2 - Core 2.2.13 Test API)";
     }
 //-->
 </script>
@@ -21,7 +21,9 @@
 <!-- ========= START OF TOP NAVBAR ======= -->
 <div class="topNav"><a name="navbar_top">
 <!--   -->
-</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
+</a>
+<div class="skip"><a href="#skip-navbar_top" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar_top_firstrow">
 <!--   -->
 </a>
 <ul class="navList" title="Navigation">
@@ -89,7 +91,9 @@
 <!-- ======= START OF BOTTOM NAVBAR ====== -->
 <div class="bottomNav"><a name="navbar_bottom">
 <!--   -->
-</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
+</a>
+<div class="skip"><a href="#skip-navbar_bottom" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar_bottom_firstrow">
 <!--   -->
 </a>
 <ul class="navList" title="Navigation">
@@ -130,6 +134,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2017 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

Modified: myfaces/site/publish/core22/myfaces-impl-shared-public/testapidocs/org/apache/myfaces/shared/util/package-tree.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/core22/myfaces-impl-shared-public/testapidocs/org/apache/myfaces/shared/util/package-tree.html?rev=1879766&r1=1879765&r2=1879766&view=diff
==============================================================================
--- myfaces/site/publish/core22/myfaces-impl-shared-public/testapidocs/org/apache/myfaces/shared/util/package-tree.html (original)
+++ myfaces/site/publish/core22/myfaces-impl-shared-public/testapidocs/org/apache/myfaces/shared/util/package-tree.html Fri Jul 10 13:38:56 2020
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Mon Feb 06 15:13:06 GMT 2017 -->
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.myfaces.shared.util Class Hierarchy (Apache MyFaces Shared Public API For JSF 2.2 - Core 2.2.13-SNAPSHOT Test API)</title>
-<meta name="date" content="2017-02-06">
+<!-- Generated by javadoc (version 1.7.0) on Fri Jul 10 01:01:28 EDT 2020 -->
+<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
+<title>org.apache.myfaces.shared.util Class Hierarchy (Apache MyFaces Shared Public API For JSF 2.2 - Core 2.2.13 Test API)</title>
+<meta name="date" content="2020-07-10">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="org.apache.myfaces.shared.util Class Hierarchy (Apache MyFaces Shared Public API For JSF 2.2 - Core 2.2.13-SNAPSHOT Test API)";
+        parent.document.title="org.apache.myfaces.shared.util Class Hierarchy (Apache MyFaces Shared Public API For JSF 2.2 - Core 2.2.13 Test API)";
     }
 //-->
 </script>
@@ -21,7 +21,9 @@
 <!-- ========= START OF TOP NAVBAR ======= -->
 <div class="topNav"><a name="navbar_top">
 <!--   -->
-</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
+</a>
+<div class="skip"><a href="#skip-navbar_top" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar_top_firstrow">
 <!--   -->
 </a>
 <ul class="navList" title="Navigation">
@@ -90,7 +92,9 @@
 <!-- ======= START OF BOTTOM NAVBAR ====== -->
 <div class="bottomNav"><a name="navbar_bottom">
 <!--   -->
-</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
+</a>
+<div class="skip"><a href="#skip-navbar_bottom" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar_bottom_firstrow">
 <!--   -->
 </a>
 <ul class="navList" title="Navigation">
@@ -131,6 +135,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2017 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

Modified: myfaces/site/publish/core22/myfaces-impl-shared-public/testapidocs/org/apache/myfaces/shared/util/package-use.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/core22/myfaces-impl-shared-public/testapidocs/org/apache/myfaces/shared/util/package-use.html?rev=1879766&r1=1879765&r2=1879766&view=diff
==============================================================================
--- myfaces/site/publish/core22/myfaces-impl-shared-public/testapidocs/org/apache/myfaces/shared/util/package-use.html (original)
+++ myfaces/site/publish/core22/myfaces-impl-shared-public/testapidocs/org/apache/myfaces/shared/util/package-use.html Fri Jul 10 13:38:56 2020
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Mon Feb 06 15:13:06 GMT 2017 -->
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Package org.apache.myfaces.shared.util (Apache MyFaces Shared Public API For JSF 2.2 - Core 2.2.13-SNAPSHOT Test API)</title>
-<meta name="date" content="2017-02-06">
+<!-- Generated by javadoc (version 1.7.0) on Fri Jul 10 01:01:28 EDT 2020 -->
+<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
+<title>Uses of Package org.apache.myfaces.shared.util (Apache MyFaces Shared Public API For JSF 2.2 - Core 2.2.13 Test API)</title>
+<meta name="date" content="2020-07-10">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Package org.apache.myfaces.shared.util (Apache MyFaces Shared Public API For JSF 2.2 - Core 2.2.13-SNAPSHOT Test API)";
+        parent.document.title="Uses of Package org.apache.myfaces.shared.util (Apache MyFaces Shared Public API For JSF 2.2 - Core 2.2.13 Test API)";
     }
 //-->
 </script>
@@ -21,7 +21,9 @@
 <!-- ========= START OF TOP NAVBAR ======= -->
 <div class="topNav"><a name="navbar_top">
 <!--   -->
-</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
+</a>
+<div class="skip"><a href="#skip-navbar_top" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar_top_firstrow">
 <!--   -->
 </a>
 <ul class="navList" title="Navigation">
@@ -69,7 +71,9 @@
 <!-- ======= START OF BOTTOM NAVBAR ====== -->
 <div class="bottomNav"><a name="navbar_bottom">
 <!--   -->
-</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
+</a>
+<div class="skip"><a href="#skip-navbar_bottom" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar_bottom_firstrow">
 <!--   -->
 </a>
 <ul class="navList" title="Navigation">
@@ -110,6 +114,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2017 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

Modified: myfaces/site/publish/core22/myfaces-impl-shared-public/testapidocs/overview-tree.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/core22/myfaces-impl-shared-public/testapidocs/overview-tree.html?rev=1879766&r1=1879765&r2=1879766&view=diff
==============================================================================
--- myfaces/site/publish/core22/myfaces-impl-shared-public/testapidocs/overview-tree.html (original)
+++ myfaces/site/publish/core22/myfaces-impl-shared-public/testapidocs/overview-tree.html Fri Jul 10 13:38:56 2020
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Mon Feb 06 15:13:06 GMT 2017 -->
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Class Hierarchy (Apache MyFaces Shared Public API For JSF 2.2 - Core 2.2.13-SNAPSHOT Test API)</title>
-<meta name="date" content="2017-02-06">
+<!-- Generated by javadoc (version 1.7.0) on Fri Jul 10 01:01:28 EDT 2020 -->
+<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
+<title>Class Hierarchy (Apache MyFaces Shared Public API For JSF 2.2 - Core 2.2.13 Test API)</title>
+<meta name="date" content="2020-07-10">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Class Hierarchy (Apache MyFaces Shared Public API For JSF 2.2 - Core 2.2.13-SNAPSHOT Test API)";
+        parent.document.title="Class Hierarchy (Apache MyFaces Shared Public API For JSF 2.2 - Core 2.2.13 Test API)";
     }
 //-->
 </script>
@@ -21,7 +21,9 @@
 <!-- ========= START OF TOP NAVBAR ======= -->
 <div class="topNav"><a name="navbar_top">
 <!--   -->
-</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
+</a>
+<div class="skip"><a href="#skip-navbar_top" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar_top_firstrow">
 <!--   -->
 </a>
 <ul class="navList" title="Navigation">
@@ -94,7 +96,9 @@
 <!-- ======= START OF BOTTOM NAVBAR ====== -->
 <div class="bottomNav"><a name="navbar_bottom">
 <!--   -->
-</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
+</a>
+<div class="skip"><a href="#skip-navbar_bottom" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar_bottom_firstrow">
 <!--   -->
 </a>
 <ul class="navList" title="Navigation">
@@ -135,6 +139,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2017 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

Modified: myfaces/site/publish/core22/myfaces-impl-shared-public/testapidocs/stylesheet.css
URL: http://svn.apache.org/viewvc/myfaces/site/publish/core22/myfaces-impl-shared-public/testapidocs/stylesheet.css?rev=1879766&r1=1879765&r2=1879766&view=diff
==============================================================================
--- myfaces/site/publish/core22/myfaces-impl-shared-public/testapidocs/stylesheet.css (original)
+++ myfaces/site/publish/core22/myfaces-impl-shared-public/testapidocs/stylesheet.css Fri Jul 10 13:38:56 2020
@@ -179,6 +179,12 @@ ul.subNavList li{
     margin: auto 5px;
     border:1px solid #c9aa44;
 }
+.skip { 
+    position:absolute; 
+    top:auto; 
+    left:-9999px; 
+    overflow:hidden;
+    }
 /*
 Page header and footer styles
 */
@@ -449,6 +455,7 @@ Content styles
 .deprecatedContent {
     margin:0;
     padding:10px 0;
+    font-style:italic;
 }
 .docSummary {
     padding:0;

Modified: myfaces/site/publish/core22/myfaces-impl-shared-public/xref-test/index.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/core22/myfaces-impl-shared-public/xref-test/index.html?rev=1879766&r1=1879765&r2=1879766&view=diff
==============================================================================
--- myfaces/site/publish/core22/myfaces-impl-shared-public/xref-test/index.html (original)
+++ myfaces/site/publish/core22/myfaces-impl-shared-public/xref-test/index.html Fri Jul 10 13:38:56 2020
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Apache MyFaces Shared Public API For JSF 2.2 - Core 2.2.13-SNAPSHOT Reference</title>
+		<title>Apache MyFaces Shared Public API For JSF 2.2 - Core 2.2.13 Reference</title>
 	</head>
     <frameset cols="20%,80%">
 		<frameset rows="30%,70%">

Modified: myfaces/site/publish/core22/myfaces-impl-shared-public/xref-test/org/apache/myfaces/shared/util/package-frame.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/core22/myfaces-impl-shared-public/xref-test/org/apache/myfaces/shared/util/package-frame.html?rev=1879766&r1=1879765&r2=1879766&view=diff
==============================================================================
--- myfaces/site/publish/core22/myfaces-impl-shared-public/xref-test/org/apache/myfaces/shared/util/package-frame.html (original)
+++ myfaces/site/publish/core22/myfaces-impl-shared-public/xref-test/org/apache/myfaces/shared/util/package-frame.html Fri Jul 10 13:38:56 2020
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Apache MyFaces Shared Public API For JSF 2.2 - Core 2.2.13-SNAPSHOT Reference Package org.apache.myfaces.shared.util</title>
+		<title>Apache MyFaces Shared Public API For JSF 2.2 - Core 2.2.13 Reference Package org.apache.myfaces.shared.util</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: myfaces/site/publish/core22/myfaces-impl-shared-public/xref-test/org/apache/myfaces/shared/util/package-summary.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/core22/myfaces-impl-shared-public/xref-test/org/apache/myfaces/shared/util/package-summary.html?rev=1879766&r1=1879765&r2=1879766&view=diff
==============================================================================
--- myfaces/site/publish/core22/myfaces-impl-shared-public/xref-test/org/apache/myfaces/shared/util/package-summary.html (original)
+++ myfaces/site/publish/core22/myfaces-impl-shared-public/xref-test/org/apache/myfaces/shared/util/package-summary.html Fri Jul 10 13:38:56 2020
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Apache MyFaces Shared Public API For JSF 2.2 - Core 2.2.13-SNAPSHOT Reference Package org.apache.myfaces.shared.util</title>
+		<title>Apache MyFaces Shared Public API For JSF 2.2 - Core 2.2.13 Reference Package org.apache.myfaces.shared.util</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>
@@ -62,6 +62,6 @@
         	</ul>
       	</div>
 				<hr />
-		Copyright &#169; 2017 The Apache Software Foundation. All Rights Reserved.
+		Copyright &#169; 2020 The Apache Software Foundation. All Rights Reserved.
 	</body>
 </html>
\ No newline at end of file

Modified: myfaces/site/publish/core22/myfaces-impl-shared-public/xref-test/overview-frame.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/core22/myfaces-impl-shared-public/xref-test/overview-frame.html?rev=1879766&r1=1879765&r2=1879766&view=diff
==============================================================================
--- myfaces/site/publish/core22/myfaces-impl-shared-public/xref-test/overview-frame.html (original)
+++ myfaces/site/publish/core22/myfaces-impl-shared-public/xref-test/overview-frame.html Fri Jul 10 13:38:56 2020
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Apache MyFaces Shared Public API For JSF 2.2 - Core 2.2.13-SNAPSHOT Reference</title>
+		<title>Apache MyFaces Shared Public API For JSF 2.2 - Core 2.2.13 Reference</title>
 		<link rel="stylesheet" type="text/css" href="stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: myfaces/site/publish/core22/myfaces-impl-shared-public/xref-test/overview-summary.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/core22/myfaces-impl-shared-public/xref-test/overview-summary.html?rev=1879766&r1=1879765&r2=1879766&view=diff
==============================================================================
--- myfaces/site/publish/core22/myfaces-impl-shared-public/xref-test/overview-summary.html (original)
+++ myfaces/site/publish/core22/myfaces-impl-shared-public/xref-test/overview-summary.html Fri Jul 10 13:38:56 2020
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Apache MyFaces Shared Public API For JSF 2.2 - Core 2.2.13-SNAPSHOT Reference</title>
+		<title>Apache MyFaces Shared Public API For JSF 2.2 - Core 2.2.13 Reference</title>
 		<link rel="stylesheet" type="text/css" href="stylesheet.css" title="style" />
 	</head>
 	<body>
@@ -24,7 +24,7 @@
 	        </ul>
       	</div>
 		
-		      	<h2>Apache MyFaces Shared Public API For JSF 2.2 - Core 2.2.13-SNAPSHOT Reference</h2>
+		      	<h2>Apache MyFaces Shared Public API For JSF 2.2 - Core 2.2.13 Reference</h2>
 
 		<table class="summary">
         	<thead>
@@ -59,6 +59,6 @@
       	</div>
 		
 		<hr />
-		Copyright &#169; 2017 The Apache Software Foundation. All Rights Reserved.
+		Copyright &#169; 2020 The Apache Software Foundation. All Rights Reserved.
 	</body>
 </html>
\ No newline at end of file

Modified: myfaces/site/publish/core22/myfaces-impl-shared-public/xref/index.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/core22/myfaces-impl-shared-public/xref/index.html?rev=1879766&r1=1879765&r2=1879766&view=diff
==============================================================================
--- myfaces/site/publish/core22/myfaces-impl-shared-public/xref/index.html (original)
+++ myfaces/site/publish/core22/myfaces-impl-shared-public/xref/index.html Fri Jul 10 13:38:56 2020
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Apache MyFaces Shared Public API For JSF 2.2 - Core 2.2.13-SNAPSHOT Reference</title>
+		<title>Apache MyFaces Shared Public API For JSF 2.2 - Core 2.2.13 Reference</title>
 	</head>
     <frameset cols="20%,80%">
 		<frameset rows="30%,70%">

Modified: myfaces/site/publish/core22/myfaces-impl-shared-public/xref/org/apache/myfaces/shared/util/ClassLoaderUtils.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/core22/myfaces-impl-shared-public/xref/org/apache/myfaces/shared/util/ClassLoaderUtils.html?rev=1879766&r1=1879765&r2=1879766&view=diff
==============================================================================
--- myfaces/site/publish/core22/myfaces-impl-shared-public/xref/org/apache/myfaces/shared/util/ClassLoaderUtils.html (original)
+++ myfaces/site/publish/core22/myfaces-impl-shared-public/xref/org/apache/myfaces/shared/util/ClassLoaderUtils.html Fri Jul 10 13:38:56 2020
@@ -55,7 +55,7 @@
 <a class="jxr_linenumber" name="45" href="#45">45</a>  <em class="jxr_javadoccomment"> * Utility methods for accessing classes and resources using an appropriate</em>
 <a class="jxr_linenumber" name="46" href="#46">46</a>  <em class="jxr_javadoccomment"> * class loader.</em>
 <a class="jxr_linenumber" name="47" href="#47">47</a>  <em class="jxr_javadoccomment"> *</em>
-<a class="jxr_linenumber" name="48" href="#48">48</a>  <em class="jxr_javadoccomment"> * @version $Revision: 1200044 $ $Date: 2011-11-09 18:44:02 -0500 (Wed, 09 Nov 2011) $</em>
+<a class="jxr_linenumber" name="48" href="#48">48</a>  <em class="jxr_javadoccomment"> * @version $Revision$ $Date$</em>
 <a class="jxr_linenumber" name="49" href="#49">49</a>  <em class="jxr_javadoccomment"> */</em>
 <a class="jxr_linenumber" name="50" href="#50">50</a>  <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../../org/apache/myfaces/shared/util/ClassLoaderUtils.html">ClassLoaderUtils</a>
 <a class="jxr_linenumber" name="51" href="#51">51</a>  {