Apache Archiva Main site deployment

git-svn-id: http://svn.apache.org/repos/asf/archiva/site-content@1795373 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/.htaccess b/.htaccess
index 0c3feab..db42d28 100644
--- a/.htaccess
+++ b/.htaccess
@@ -1,7 +1,7 @@
 ErrorDocument 404 /errors/404.html
-Redirect Permanent /reports http://archiva.apache.org/ref/2.2.1
+Redirect Permanent /reports http://archiva.apache.org/ref/2.2.3
 Redirect /download.html /download.cgi
 Redirect /index.html /index.cgi
-Redirect Permanent /docs/current http://archiva.apache.org/docs/2.2.1
+Redirect Permanent /docs/current http://archiva.apache.org/docs/2.2.3
 #former docs use LICENCE.txt
 Redirect Permanent /LICENSE.txt http://archiva.apache.org/license.html
\ No newline at end of file
diff --git a/developers/building.html b/developers/building.html
index 85e94ec..18ecc26 100644
--- a/developers/building.html
+++ b/developers/building.html
@@ -8,7 +8,7 @@
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="Date-Creation-yyyymmdd" content="20120119" />
-    <meta name="Date-Revision-yyyymmdd" content="20170412" />
+    <meta name="Date-Revision-yyyymmdd" content="20170516" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Archiva &#x2013; Building Archiva</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.4.min.css" />
@@ -63,9 +63,9 @@
                       <li class="dropdown-submenu">
                                       <a href="../"  title="Documentation">Documentation</a>
               <ul class="dropdown-menu">
-                                  <li>      <a href="../docs/2.2.1/"  title="Release 2.2.1">Release 2.2.1</a>
+                                  <li>      <a href="../docs/2.2.3/"  title="Release 2.2.3">Release 2.2.3</a>
 </li>
-                                  <li>      <a href="../docs/2.2.2-SNAPSHOT/"  title="Dev 2.2.2-SNAPSHOT">Dev 2.2.2-SNAPSHOT</a>
+                                  <li>      <a href="../docs/3.0.0-SNAPSHOT/"  title="Dev 3.0.0-SNAPSHOT">Dev 3.0.0-SNAPSHOT</a>
 </li>
                               </ul>
             </li>
@@ -202,7 +202,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 12 Apr 2017</li>
+                  <li id="publishDate" class="pull-right">Last Published: 16 May 2017</li>
             
                             </ul>
       </div>
@@ -226,9 +226,9 @@
 <p>To work on the documentation, execute <tt>mvn site:run</tt> in one of these directories, and then visit http://localhost:8080 to view pages as you edit them. When you're done, submit a patch in the <a href="../issue-tracking.html">issue tracker</a>.</p></div>
 <div class="section">
 <h2><a name="git_clone"></a>git clone</h2>
-<div class="source"><pre class="prettyprint">git clone git://github.com/apache/archiva.git; cd archiva ; sh ./init-git-svn.sh
+<div class="source"><pre class="prettyprint">git clone git://github.com/apache/archiva.git
 or trough https
-git clone https://github.com/apache/archiva.git; cd archiva ; sh ./init-git-svn.sh</pre></div></div>
+git clone https://github.com/apache/archiva.git</pre></div></div>
 <div class="section">
 <h2><a name="Running_Javascript_webapp_with_tomcat-maven-plugin"></a>Running Javascript webapp with tomcat-maven-plugin</h2>
 <p>You can use <a class="externalLink" href="http://tomcat.apache.org/maven-plugin.html">tomcat-maven-plugin</a> to run the webapp without installing the war in a container. With maven3 in the top directory :</p>
diff --git a/developers/how-we-do-things.html b/developers/how-we-do-things.html
index 607c660..73a8249 100644
--- a/developers/how-we-do-things.html
+++ b/developers/how-we-do-things.html
@@ -8,7 +8,7 @@
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="Date-Creation-yyyymmdd" content="20121008" />
-    <meta name="Date-Revision-yyyymmdd" content="20170412" />
+    <meta name="Date-Revision-yyyymmdd" content="20170516" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Archiva &#x2013; How We Do Things</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.4.min.css" />
@@ -63,9 +63,9 @@
                       <li class="dropdown-submenu">
                                       <a href="../"  title="Documentation">Documentation</a>
               <ul class="dropdown-menu">
-                                  <li>      <a href="../docs/2.2.1/"  title="Release 2.2.1">Release 2.2.1</a>
+                                  <li>      <a href="../docs/2.2.3/"  title="Release 2.2.3">Release 2.2.3</a>
 </li>
-                                  <li>      <a href="../docs/2.2.2-SNAPSHOT/"  title="Dev 2.2.2-SNAPSHOT">Dev 2.2.2-SNAPSHOT</a>
+                                  <li>      <a href="../docs/3.0.0-SNAPSHOT/"  title="Dev 3.0.0-SNAPSHOT">Dev 3.0.0-SNAPSHOT</a>
 </li>
                               </ul>
             </li>
@@ -202,7 +202,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 12 Apr 2017</li>
+                  <li id="publishDate" class="pull-right">Last Published: 16 May 2017</li>
             
                             </ul>
       </div>
@@ -220,8 +220,8 @@
 <p>See the tab with various builds: <a class="externalLink" href="https://builds.apache.org/view/A-D/view/Archiva/">Archiva tab</a></p>
 <p>You can test fresh builds with downloading from this Jenkins job <a class="externalLink" href="https://builds.apache.org/job/archiva-master-build/">archiva-master-build/</a>:</p>
 <ul>
-<li><a class="externalLink" href="https://builds.apache.org/job/archiva-master-build/lastSuccessfulBuild/artifact/archiva-jetty/target/apache-archiva-2.2.2-SNAPSHOT-bin.zip">standalone with embeded jetty</a> (unzip then cd bin;./archiva start running on 8080)</li>
-<li><a class="externalLink" href="https://builds.apache.org/job/archiva-master-build/lastSuccessfulBuild/artifact/archiva-modules/archiva-web/archiva-webapp/target/archiva-webapp-2.2.2-SNAPSHOT-SNAPSHOT.war">war webapp js</a></li></ul></div>
+<li><a class="externalLink" href="https://builds.apache.org/job/archiva-master-build/lastSuccessfulBuild/artifact/archiva-jetty/target/apache-archiva-3.0.0-SNAPSHOT-bin.zip">standalone with embeded jetty</a> (unzip then cd bin;./archiva start running on 8080)</li>
+<li><a class="externalLink" href="https://builds.apache.org/job/archiva-master-build/lastSuccessfulBuild/artifact/archiva-modules/archiva-web/archiva-webapp/target/archiva-webapp-3.0.0-SNAPSHOT-SNAPSHOT.war">war webapp js</a></li></ul></div>
 <div class="section">
 <h3><a name="Code_Style"></a>Code Style</h3>
 <p>There isn't any code style that needs to be followed as long as it is consistent, can be checked in checkstyle, can be formatted in Eclipse, IDEA and NetBeans. And the following rules must be followed:</p>
diff --git a/developers/publishing-site.html b/developers/publishing-site.html
index 2f32575..76de9e2 100644
--- a/developers/publishing-site.html
+++ b/developers/publishing-site.html
@@ -7,7 +7,7 @@
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20170412" />
+    <meta name="Date-Revision-yyyymmdd" content="20170516" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Archiva &#x2013; Archiva Sites Publishing</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.4.min.css" />
@@ -62,9 +62,9 @@
                       <li class="dropdown-submenu">
                                       <a href="../"  title="Documentation">Documentation</a>
               <ul class="dropdown-menu">
-                                  <li>      <a href="../docs/2.2.1/"  title="Release 2.2.1">Release 2.2.1</a>
+                                  <li>      <a href="../docs/2.2.3/"  title="Release 2.2.3">Release 2.2.3</a>
 </li>
-                                  <li>      <a href="../docs/2.2.2-SNAPSHOT/"  title="Dev 2.2.2-SNAPSHOT">Dev 2.2.2-SNAPSHOT</a>
+                                  <li>      <a href="../docs/3.0.0-SNAPSHOT/"  title="Dev 3.0.0-SNAPSHOT">Dev 3.0.0-SNAPSHOT</a>
 </li>
                               </ul>
             </li>
@@ -201,7 +201,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 12 Apr 2017</li>
+                  <li id="publishDate" class="pull-right">Last Published: 16 May 2017</li>
             
                             </ul>
       </div>
diff --git a/developers/releasing.html b/developers/releasing.html
index 789630e..66fddb9 100644
--- a/developers/releasing.html
+++ b/developers/releasing.html
@@ -8,7 +8,7 @@
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="Date-Creation-yyyymmdd" content="20120119" />
-    <meta name="Date-Revision-yyyymmdd" content="20170412" />
+    <meta name="Date-Revision-yyyymmdd" content="20170516" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Archiva &#x2013; Archiva release process</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.4.min.css" />
@@ -63,9 +63,9 @@
                       <li class="dropdown-submenu">
                                       <a href="../"  title="Documentation">Documentation</a>
               <ul class="dropdown-menu">
-                                  <li>      <a href="../docs/2.2.1/"  title="Release 2.2.1">Release 2.2.1</a>
+                                  <li>      <a href="../docs/2.2.3/"  title="Release 2.2.3">Release 2.2.3</a>
 </li>
-                                  <li>      <a href="../docs/2.2.2-SNAPSHOT/"  title="Dev 2.2.2-SNAPSHOT">Dev 2.2.2-SNAPSHOT</a>
+                                  <li>      <a href="../docs/3.0.0-SNAPSHOT/"  title="Dev 3.0.0-SNAPSHOT">Dev 3.0.0-SNAPSHOT</a>
 </li>
                               </ul>
             </li>
@@ -202,7 +202,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 12 Apr 2017</li>
+                  <li id="publishDate" class="pull-right">Last Published: 16 May 2017</li>
             
                             </ul>
       </div>
@@ -242,18 +242,40 @@
 <p>Execute mvn release:prepare (check that it has been properly tagged. the tag name must be.. archiva-[VERSION]).</p>
 <p>Next, execute mvn release:perform</p>
 <p>Download the uploaded files via wget:</p>
-<div class="source"><pre class="prettyprint">ex.
-wget http://archiva-repository.apache.org/archiva/repository/archiva-releases-stage/org/apache/archiva/archiva-jetty/1.3/archiva-jetty-1.3-bin.tar.gz
-Verify the signatures:
-ex.
-gpg -v archiva-jetty-1.3-bin.zip.asc</pre></div>
-<p>The documentation is deployed as part of the process to the final location for review in the vote: http://archiva.apache.org/docs/1.3/. If the vote doesn't pass, the documentation will need to be removed from the server for redeployment. Commit the sources and binaries from org/apache/archiva/archiva-jetty, and org/apache/archiva/archiva to the svn distribution tree. First in dev tree: https://dist.apache.org/repos/dist/dev/archiva/ (if the vote pass they will be copied to release tree) https://dist.apache.org/repos/dist/release/archiva</p>
+<div class="source"><pre class="prettyprint">ARCHV=&quot;2.2.3&quot; # Enter the new archiva version
+RELEASE_URL=&quot;http://archiva-repository.apache.org/archiva/repository/archiva-releases-stage&quot;
+wget ${RELEASE_URL}/org/apache/archiva/archiva-jetty/${ARCHV}/archiva-jetty-${ARCHV}-bin.tar.gz
+# Verify the signatures:
+gpg -v archiva-jetty-${ARCHV}-bin.zip.asc</pre></div>
+<p>The documentation is deployed as part of the process to the final location for review in the vote:</p>
+<div class="source"><pre class="prettyprint">git checkout archiva-${ARCHV} # Checkout the release version of archiva
+cd archiva-doc
+mvn site-deploy</pre></div>
+<p>If the vote doesn't pass, the documentation will need to be removed from the server for redeployment.</p>
+<p>Commit the sources and binaries from <tt>org/apache/archiva/archiva-jetty</tt> and <tt>org/apache/archiva/archiva</tt> to the svn distribution tree. First in dev tree: <tt>https://dist.apache.org/repos/dist/dev/archiva/</tt></p>
 <div class="source"><pre class="prettyprint">svn co https://dist.apache.org/repos/dist/dev/archiva/ archiva-dev-release
 cd archiva-dev-release
-sh ./release-script-svn.sh VERSION STAGING_URL</pre></div>
-<p>Call for a vote in the dev list and wait for 72 hrs. for the vote results. 3 binding votes are necessary for the release to be finalized. example If the vote fails or needs to be canceled, the version number should not be re-used if the version was made available for public download. After the vote has passed, move the files from dist dev to dist release: svn mv https://dist.apache.org/repos/dist/dev/archiva/ to https://dist.apache.org/repos/dist/relase/archiva/</p>
-<p>To sync the jars to Maven Central, you need to merge the repository archiva-releases-stage to rsync-central</p>
-<p>mark the appropriate release version in JIRA as complete Update the archiva site (https://svn.apache.org/repos/asf/archiva/site/) for the versions and release notes URL and run mvn site-deploy. The 3 properties to change are at the bottom of pom.xml before generating the site. Once mirroring done (can be 24H): remove previous versions from https://dist.apache.org/repos/dist/release/archiva/</p>
+sh ./release-script-svn.sh $ARCHV ${RELEASE_URL}/
+
+# For parent pom or redback:
+POMV=18  # New Parent POM version
+sh ./release-script-parent-pom.sh $POMV ${RELEASE_URL}/
+REDBV=2.6 # New redback version
+sh ./release-script-redback-svn.sh $REDBV ${RELEASE_URL}/</pre></div>
+<p>If the vote pass they will be copied to release tree: <tt>https://dist.apache.org/repos/dist/release/archiva</tt></p>
+<p>Call for a vote in the dev list and wait for 72 hrs. for the vote results. 3 binding votes are necessary for the release to be finalized. If the vote fails or needs to be canceled, the version number should not be re-used if the version was made available for public download. After the vote has passed, move the files from dist dev to dist release:</p>
+<div class="source"><pre class="prettyprint">svn mv https://dist.apache.org/repos/dist/dev/archiva/${ARCHV} https://dist.apache.org/repos/dist/relase/archiva/
+
+# Move also the POM and Redback and Redback Component releases, if there are new ones.</pre></div>
+<p>To sync the jars to Maven Central, you need to merge the repository archiva-releases-stage to &quot;Central Rsync Repository&quot;</p>
+<p>Mark the appropriate release version in JIRA as complete.</p>
+<p>Update the archiva site (https://svn.apache.org/repos/asf/archiva/site/) for the versions and release notes URL:</p>
+<p>Mostly these properties of the pom.xml should be edited:</p>
+<div class="source"><pre class="prettyprint">  &lt;archivaReleaseVersion&gt;2.2.3&lt;/archivaReleaseVersion&gt;
+  &lt;archivaReleaseDate&gt;16th May 2017&lt;/archivaReleaseDate&gt;
+  &lt;archivaCurrentDevVersion&gt;3.0.0-SNAPSHOT&lt;/archivaCurrentDevVersion&gt;</pre></div>
+<p>Run <tt>mvn site:run</tt> and verify the changes. Commit your changes. Then run <tt>mvn site-deploy</tt>.</p>
+<p>Once mirroring done (can be 24H): remove previous versions from https://dist.apache.org/repos/dist/release/archiva/</p>
 <p>Publish the reference docs (sh ./deploySite.sh in the archiva-modules directory) from the release tag. You may have to exclude the archiva-webapp module to do this, and will require MAVEN_OPTS=-Xmx256m. You may need to use Maven 2.2.1 instead of Maven 3.x for this.</p>
 <p>Send out an announcement of the release to:</p>
 <ul>
diff --git a/download.html b/download.html
index 0bfc0b5..581b266 100644
--- a/download.html
+++ b/download.html
@@ -7,7 +7,7 @@
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20170412" />
+    <meta name="Date-Revision-yyyymmdd" content="20170516" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Archiva &#x2013; Download Apache Archiva</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.4.min.css" />
@@ -62,9 +62,9 @@
                       <li class="dropdown-submenu">
                                       <a href=""  title="Documentation">Documentation</a>
               <ul class="dropdown-menu">
-                                  <li>      <a href="docs/2.2.1/"  title="Release 2.2.1">Release 2.2.1</a>
+                                  <li>      <a href="docs/2.2.3/"  title="Release 2.2.3">Release 2.2.3</a>
 </li>
-                                  <li>      <a href="docs/2.2.2-SNAPSHOT/"  title="Dev 2.2.2-SNAPSHOT">Dev 2.2.2-SNAPSHOT</a>
+                                  <li>      <a href="docs/3.0.0-SNAPSHOT/"  title="Dev 3.0.0-SNAPSHOT">Dev 3.0.0-SNAPSHOT</a>
 </li>
                               </ul>
             </li>
@@ -201,7 +201,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 12 Apr 2017</li>
+                  <li id="publishDate" class="pull-right">Last Published: 16 May 2017</li>
             
                             </ul>
       </div>
@@ -228,7 +228,7 @@
 under the License. -->
   
     <div class="section">
-<h2><a name="Download_Apache_Archiva_2.2.1"></a>Download Apache Archiva 2.2.1</h2>
+<h2><a name="Download_Apache_Archiva_2.2.3"></a>Download Apache Archiva 2.2.3</h2>
       
 <p>Archiva is distributed under the <a class="externalLink" href="http://www.apache.org/licenses/">Apache License, version 2.0</a>.</p>
       
@@ -313,7 +313,7 @@
       </div>
       
 <div class="section">
-<h3><a name="Current_Release:_Archiva_2.2.1"></a>Current Release: Archiva 2.2.1</h3>
+<h3><a name="Current_Release:_Archiva_2.2.3"></a>Current Release: Archiva 2.2.3</h3>
         
 <p>
           This is the currently recommended version of Archiva.
@@ -321,7 +321,7 @@
           </p>
 <ul>
             
-<li><a href="./docs/2.2.1/release-notes.html">Release Notes</a></li>
+<li><a href="./docs/2.2.3/release-notes.html">Release Notes</a></li>
             
 <li><a href="./known-issues.html">Known Issues and Errata</a></li>
               
@@ -336,11 +336,13 @@
               
 <tr class="a">
                 
-<th>Archiva 2.2.1 </th>
+<th>Archiva 2.2.3 </th>
                 
 <th>Mirrors</th>
                 
-<th>Checksum</th>
+<th>MD5 Checksum</th>
+                
+<th>SHA1 Checksum</th>
                 
 <th>Signature</th>
               </tr>
@@ -349,46 +351,54 @@
               
 <tr class="b">
                 
-<td>Archiva 2.2.1 Standalone</td>
+<td>Archiva 2.2.3 Standalone</td>
                 
-<td><a href="[preferred]archiva/2.2.1/binaries/apache-archiva-2.2.1-bin.tar.gz">tar.gz</a></td>
+<td><a href="[preferred]archiva/2.2.3/binaries/apache-archiva-2.2.3-bin.tar.gz">tar.gz</a></td>
                 
-<td><a class="externalLink" href="http://www.apache.org/dist/archiva/2.2.1/binaries/apache-archiva-2.2.1-bin.tar.gz.md5">md5</a></td>
+<td><a class="externalLink" href="http://www.apache.org/dist/archiva/2.2.3/binaries/apache-archiva-2.2.3-bin.tar.gz.md5">md5</a></td>
                 
-<td><a class="externalLink" href="http://www.apache.org/dyn/closer.cgi/archiva/2.2.1/binaries/apache-archiva-2.2.1-bin.tar.gz.asc">asc</a></td>
+<td><a class="externalLink" href="http://www.apache.org/dist/archiva/2.2.3/binaries/apache-archiva-2.2.3-bin.tar.gz.sha1">sha1</a></td>
+                
+<td><a class="externalLink" href="http://www.apache.org/dyn/closer.cgi/archiva/2.2.3/binaries/apache-archiva-2.2.3-bin.tar.gz.asc">asc</a></td>
               </tr>
               
 <tr class="a">
                 
 <td></td>
                 
-<td><a href="[preferred]archiva/2.2.1/binaries/apache-archiva-2.2.1-bin.zip">zip</a></td>
+<td><a href="[preferred]archiva/2.2.3/binaries/apache-archiva-2.2.3-bin.zip">zip</a></td>
                 
-<td><a class="externalLink" href="http://www.apache.org/dist/archiva/2.2.1/binaries/apache-archiva-2.2.1-bin.zip.md5">md5</a></td>
+<td><a class="externalLink" href="http://www.apache.org/dist/archiva/2.2.3/binaries/apache-archiva-2.2.3-bin.zip.md5">md5</a></td>
                 
-<td><a class="externalLink" href="http://www.apache.org/dist/archiva/2.2.1/binaries/apache-archiva-2.2.1-bin.zip.asc">asc</a></td>
+<td><a class="externalLink" href="http://www.apache.org/dist/archiva/2.2.3/binaries/apache-archiva-2.2.3-bin.zip.sha1">sha1</a></td>
+                
+<td><a class="externalLink" href="http://www.apache.org/dist/archiva/2.2.3/binaries/apache-archiva-2.2.3-bin.zip.asc">asc</a></td>
               </tr>
               
 <tr class="b">
                 
-<td>Archiva 2.2.1 WAR</td>
+<td>Archiva 2.2.3 WAR</td>
                 
-<td><a href="[preferred]archiva/2.2.1/binaries/apache-archiva-2.2.1.war">war</a></td>
+<td><a href="[preferred]archiva/2.2.3/binaries/apache-archiva-2.2.3.war">war</a></td>
                 
-<td><a class="externalLink" href="http://www.apache.org/dist/archiva/2.2.1/binaries/apache-archiva-2.2.1.war.md5">md5</a></td>
+<td><a class="externalLink" href="http://www.apache.org/dist/archiva/2.2.3/binaries/apache-archiva-2.2.3.war.md5">md5</a></td>
                 
-<td><a class="externalLink" href="http://www.apache.org/dist/archiva/2.2.1/binaries/apache-archiva-2.2.1.war.asc">asc</a></td>
+<td><a class="externalLink" href="http://www.apache.org/dist/archiva/2.2.3/binaries/apache-archiva-2.2.3.war.sha1">sha1</a></td>
+                
+<td><a class="externalLink" href="http://www.apache.org/dist/archiva/2.2.3/binaries/apache-archiva-2.2.3.war.asc">asc</a></td>
               </tr>
               
 <tr class="a">
                 
-<td>Archiva 2.2.1 Sources</td>
+<td>Archiva 2.2.3 Sources</td>
                 
-<td><a href="[preferred]archiva/2.2.1/src/apache-archiva-2.2.1-src.zip">source zip</a></td>
+<td><a href="[preferred]archiva/2.2.3/src/apache-archiva-2.2.3-src.zip">source zip</a></td>
                 
-<td><a class="externalLink" href="http://www.apache.org/dist/archiva/2.2.1/src/apache-archiva-2.2.1-src.zip.md5">md5</a></td>
+<td><a class="externalLink" href="http://www.apache.org/dist/archiva/2.2.3/src/apache-archiva-2.2.3-src.zip.md5">md5</a></td>
                 
-<td><a class="externalLink" href="http://www.apache.org/dist/archiva/2.2.1/src/apache-archiva-2.2.1-src.zip.asc">asc</a></td>
+<td><a class="externalLink" href="http://www.apache.org/dist/archiva/2.2.3/src/apache-archiva-2.2.3-src.zip.sha1">sha1</a></td>
+                
+<td><a class="externalLink" href="http://www.apache.org/dist/archiva/2.2.3/src/apache-archiva-2.2.3-src.zip.asc">asc</a></td>
               </tr>
             </tbody>
           </table>
diff --git a/errors/404.html b/errors/404.html
index daa7d09..93ffc03 100644
--- a/errors/404.html
+++ b/errors/404.html
@@ -7,7 +7,7 @@
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20170412" />
+    <meta name="Date-Revision-yyyymmdd" content="20170516" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Archiva &#x2013; Page Not found</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.4.min.css" />
@@ -62,9 +62,9 @@
                       <li class="dropdown-submenu">
                                       <a href="../"  title="Documentation">Documentation</a>
               <ul class="dropdown-menu">
-                                  <li>      <a href="../docs/2.2.1/"  title="Release 2.2.1">Release 2.2.1</a>
+                                  <li>      <a href="../docs/2.2.3/"  title="Release 2.2.3">Release 2.2.3</a>
 </li>
-                                  <li>      <a href="../docs/2.2.2-SNAPSHOT/"  title="Dev 2.2.2-SNAPSHOT">Dev 2.2.2-SNAPSHOT</a>
+                                  <li>      <a href="../docs/3.0.0-SNAPSHOT/"  title="Dev 3.0.0-SNAPSHOT">Dev 3.0.0-SNAPSHOT</a>
 </li>
                               </ul>
             </li>
@@ -201,7 +201,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 12 Apr 2017</li>
+                  <li id="publishDate" class="pull-right">Last Published: 16 May 2017</li>
             
                             </ul>
       </div>
diff --git a/get-involved.html b/get-involved.html
index 818866b..e946ba0 100644
--- a/get-involved.html
+++ b/get-involved.html
@@ -8,7 +8,7 @@
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="Date-Creation-yyyymmdd" content="20120119" />
-    <meta name="Date-Revision-yyyymmdd" content="20170412" />
+    <meta name="Date-Revision-yyyymmdd" content="20170516" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Archiva &#x2013; Archiva Community - Get Involved</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.4.min.css" />
@@ -63,9 +63,9 @@
                       <li class="dropdown-submenu">
                                       <a href=""  title="Documentation">Documentation</a>
               <ul class="dropdown-menu">
-                                  <li>      <a href="docs/2.2.1/"  title="Release 2.2.1">Release 2.2.1</a>
+                                  <li>      <a href="docs/2.2.3/"  title="Release 2.2.3">Release 2.2.3</a>
 </li>
-                                  <li>      <a href="docs/2.2.2-SNAPSHOT/"  title="Dev 2.2.2-SNAPSHOT">Dev 2.2.2-SNAPSHOT</a>
+                                  <li>      <a href="docs/3.0.0-SNAPSHOT/"  title="Dev 3.0.0-SNAPSHOT">Dev 3.0.0-SNAPSHOT</a>
 </li>
                               </ul>
             </li>
@@ -202,7 +202,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 12 Apr 2017</li>
+                  <li id="publishDate" class="pull-right">Last Published: 16 May 2017</li>
             
                             </ul>
       </div>
@@ -219,7 +219,7 @@
 <h3><a name="Getting_Help"></a>Getting Help</h3>
 <p>There are a number of ways to find help if you have an issue. </p>
 <ul>
-<li><b>Read the documentation</b><br />Read the <a class="externalLink" href="http://archiva.apache.org/docs/2.2.2-SNAPSHOT/userguide">user</a> and <a class="externalLink" href="http://archiva.apache.org/docs/2.2.2-SNAPSHOT/adminguide">administration</a> documentation. </li>
+<li><b>Read the documentation</b><br />Read the <a class="externalLink" href="http://archiva.apache.org/docs/3.0.0-SNAPSHOT/userguide">user</a> and <a class="externalLink" href="http://archiva.apache.org/docs/3.0.0-SNAPSHOT/adminguide">administration</a> documentation. </li>
 <li><b>Search the Wiki</b><br />Search the <a class="externalLink" href="http://cwiki.apache.org/confluence/display/ARCHIVA">Archiva Wiki</a>. Lots of useful information has been contributed by users here.</li>
 <li><b>Submit an issue</b><br />Search the <a href="./issue-tracking.html">Jira</a> issue tracking system. The problem you are experiencing may be a known issue and others may have suggested work-arounds. If the issue is new, you should consider submitting a report.</li>
 <li><b>Search the mailing lists</b><br />Search the mailing lists. Look <a href="./mail-lists.html">here</a> for a list of Archiva mailing lists. If you cannot find everything you need, ask a question on the appropriate list.</li></ul>
diff --git a/index.html b/index.html
index 4da4fe4..208d04c 100644
--- a/index.html
+++ b/index.html
@@ -8,7 +8,7 @@
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="Brett Porter" />
-    <meta name="Date-Revision-yyyymmdd" content="20170412" />
+    <meta name="Date-Revision-yyyymmdd" content="20170516" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Archiva &#x2013; The Build Artifact Repository Manager</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.4.min.css" />
@@ -63,9 +63,9 @@
                       <li class="dropdown-submenu">
                                       <a href=""  title="Documentation">Documentation</a>
               <ul class="dropdown-menu">
-                                  <li>      <a href="docs/2.2.1/"  title="Release 2.2.1">Release 2.2.1</a>
+                                  <li>      <a href="docs/2.2.3/"  title="Release 2.2.3">Release 2.2.3</a>
 </li>
-                                  <li>      <a href="docs/2.2.2-SNAPSHOT/"  title="Dev 2.2.2-SNAPSHOT">Dev 2.2.2-SNAPSHOT</a>
+                                  <li>      <a href="docs/3.0.0-SNAPSHOT/"  title="Dev 3.0.0-SNAPSHOT">Dev 3.0.0-SNAPSHOT</a>
 </li>
                               </ul>
             </li>
@@ -202,7 +202,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 12 Apr 2017</li>
+                  <li id="publishDate" class="pull-right">Last Published: 16 May 2017</li>
             
                             </ul>
       </div>
@@ -240,7 +240,7 @@
             
 <p><b>Our code source is now using git, so you can propose pull requests using <a class="externalLink" href="https://github.com/apache/archiva">github mirror</a></b></p>
             
-<p><b>30th May 2016 release of 2.2.1 See <a class="externalLink" href="http://archiva.apache.org/docs/2.2.1/tour/index.html">Quick Tour</a></b></p>
+<p><b>16th May 2017 release of 2.2.3 See <a class="externalLink" href="http://archiva.apache.org/docs/2.2.3/tour/index.html">Quick Tour</a></b></p>
           </div>
         </div>
       </div>
@@ -257,130 +257,130 @@
 <div class="carousel-inner">
             
 <div class="item active">
-              <img src="https://archiva.apache.org/docs/2.2.1/images/ldap-configuration.png" alt="" height="120px" />
+              <img src="https://archiva.apache.org/docs/2.2.3/images/ldap-configuration.png" alt="" height="120px" />
               
 <div class="carousel-caption">
                 
 <p>Dynamic LDAP Configuration.</p>
                 
-<p><a class="externalLink" href="https://archiva.apache.org/docs/2.2.1/adminguide/redback-runtime-configuration.html">View all.</a></p>
+<p><a class="externalLink" href="https://archiva.apache.org/docs/2.2.3/adminguide/redback-runtime-configuration.html">View all.</a></p>
               </div>
             </div>
             
 <div class="item">
-              <img src="https://archiva.apache.org/docs/2.2.1/images/ldap-group-roles-mapping.png" alt="" />
+              <img src="https://archiva.apache.org/docs/2.2.3/images/ldap-group-roles-mapping.png" alt="" />
               
 <div class="carousel-caption">
                 
 <p>Dynamic LDAP Group-Roles mapping Configuration.</p>
                 
-<p><a class="externalLink" href="https://archiva.apache.org/docs/2.2.1/adminguide/redback-runtime-configuration.html">View all.</a></p>
+<p><a class="externalLink" href="https://archiva.apache.org/docs/2.2.3/adminguide/redback-runtime-configuration.html">View all.</a></p>
               </div>
             </div>
             
 <div class="item">
-              <img src="https://archiva.apache.org/docs/2.2.1/images/tour/project-info.png" alt="" />
+              <img src="https://archiva.apache.org/docs/2.2.3/images/tour/project-info.png" alt="" />
               
 <div class="carousel-caption">
                 
 <p>Informative display for artifacts stored in the repository.</p>
                 
-<p><a class="externalLink" href="https://archiva.apache.org/docs/2.2.1/tour/index.html">View all.</a></p>
+<p><a class="externalLink" href="https://archiva.apache.org/docs/2.2.3/tour/index.html">View all.</a></p>
                 
-<p><a class="externalLink" href="https://archiva.apache.org/docs/2.2.1/index.html">View new documentation.</a></p>
+<p><a class="externalLink" href="https://archiva.apache.org/docs/2.2.3/index.html">View new documentation.</a></p>
               </div>
             </div>
             
 <div class="item">
-              <img src="https://archiva.apache.org/docs/2.2.1/images/tour/search-form.png" alt="" />
+              <img src="https://archiva.apache.org/docs/2.2.3/images/tour/search-form.png" alt="" />
               
 <div class="carousel-caption">
                 
 <p>User-friendly browsing interface, and powerful search functionalities.</p>
                 
-<p><a class="externalLink" href="https://archiva.apache.org/docs/2.2.1/tour/index.html">View all.</a></p>
+<p><a class="externalLink" href="https://archiva.apache.org/docs/2.2.3/tour/index.html">View all.</a></p>
                 
-<p><a class="externalLink" href="https://archiva.apache.org/docs/2.2.1/index.html">View new documentation.</a></p>
+<p><a class="externalLink" href="https://archiva.apache.org/docs/2.2.3/index.html">View new documentation.</a></p>
               </div>
             </div>
             
 <div class="item">
-              <img src="https://archiva.apache.org/docs/2.2.1/images/tour/search-results.png" alt="" />
+              <img src="https://archiva.apache.org/docs/2.2.3/images/tour/search-results.png" alt="" />
               
 <div class="carousel-caption">
                 
 <p>Filterable search results.</p>
                 
-<p><a class="externalLink" href="https://archiva.apache.org/docs/2.2.1/tour/index.html">View all.</a></p>
+<p><a class="externalLink" href="https://archiva.apache.org/docs/2.2.3/tour/index.html">View all.</a></p>
                 
-<p><a class="externalLink" href="https://archiva.apache.org/docs/2.2.1/index.html">View new documentation.</a></p>
+<p><a class="externalLink" href="https://archiva.apache.org/docs/2.2.3/index.html">View new documentation.</a></p>
               </div>
             </div>
             
 <div class="item">
-              <img src="https://archiva.apache.org/docs/2.2.1/images/tour/browse.png" alt="" />
+              <img src="https://archiva.apache.org/docs/2.2.3/images/tour/browse.png" alt="" />
               
 <div class="carousel-caption">
                 
 <p>Browse interface.</p>
                 
-<p><a class="externalLink" href="https://archiva.apache.org/docs/2.2.1/tour/index.html">View all.</a></p>
+<p><a class="externalLink" href="https://archiva.apache.org/docs/2.2.3/tour/index.html">View all.</a></p>
                 
-<p><a class="externalLink" href="https://archiva.apache.org/docs/2.2.1/index.html">View new documentation.</a></p>
+<p><a class="externalLink" href="https://archiva.apache.org/docs/2.2.3/index.html">View new documentation.</a></p>
               </div>
             </div>
 
 
             
 <div class="item">
-              <img src="https://archiva.apache.org/docs/2.2.1/images/tour/remote-proxy-cache.png" alt="" />
+              <img src="https://archiva.apache.org/docs/2.2.3/images/tour/remote-proxy-cache.png" alt="" />
               
 <div class="carousel-caption">
                 
 <p>Drag &amp; drop remote proxies ordering.</p>
                 
-<p><a class="externalLink" href="https://archiva.apache.org/docs/2.2.1/tour/index.html">View all.</a></p>
+<p><a class="externalLink" href="https://archiva.apache.org/docs/2.2.3/tour/index.html">View all.</a></p>
                 
-<p><a class="externalLink" href="https://archiva.apache.org/docs/2.2.1/index.html">View new documentation.</a></p>
+<p><a class="externalLink" href="https://archiva.apache.org/docs/2.2.3/index.html">View new documentation.</a></p>
               </div>
             </div>
             
 <div class="item">
-              <img src="https://archiva.apache.org/docs/2.2.1/images/tour/upload-files.png" alt="" />
+              <img src="https://archiva.apache.org/docs/2.2.3/images/tour/upload-files.png" alt="" />
               
 <div class="carousel-caption">
                 
 <p>Drag &amp; drop upload artifacts via UI.</p>
                 
-<p><a class="externalLink" href="https://archiva.apache.org/docs/2.2.1/tour/index.html">View all.</a></p>
+<p><a class="externalLink" href="https://archiva.apache.org/docs/2.2.3/tour/index.html">View all.</a></p>
                 
-<p><a class="externalLink" href="https://archiva.apache.org/docs/2.2.1/index.html">View new documentation.</a></p>
+<p><a class="externalLink" href="https://archiva.apache.org/docs/2.2.3/index.html">View new documentation.</a></p>
               </div>
             </div>
             
 <div class="item">
-              <img src="https://archiva.apache.org/docs/2.2.1/images/tour/graphical-admin.png" alt="" />
+              <img src="https://archiva.apache.org/docs/2.2.3/images/tour/graphical-admin.png" alt="" />
               
 <div class="carousel-caption">
                 
 <p>Comprehensive web-based administration interface.</p>
                 
-<p><a class="externalLink" href="https://archiva.apache.org/docs/2.2.1/tour/index.html">View all.</a></p>
+<p><a class="externalLink" href="https://archiva.apache.org/docs/2.2.3/tour/index.html">View all.</a></p>
                 
-<p><a class="externalLink" href="https://archiva.apache.org/docs/2.2.1/index.html">View new documentation.</a></p>
+<p><a class="externalLink" href="https://archiva.apache.org/docs/2.2.3/index.html">View new documentation.</a></p>
               </div>
             </div>
             
 <div class="item">
-              <img src="https://archiva.apache.org/docs/2.2.1/images/proxy-connectors-rules.png" alt="" />
+              <img src="https://archiva.apache.org/docs/2.2.3/images/proxy-connectors-rules.png" alt="" />
               
 <div class="carousel-caption">
                 
 <p>Bulk update of your black/while list when fetching remote repositories.</p>
                 
-<p><a class="externalLink" href="https://archiva.apache.org/docs/2.2.1/tour/index.html">View all.</a></p>
+<p><a class="externalLink" href="https://archiva.apache.org/docs/2.2.3/tour/index.html">View all.</a></p>
                 
-<p><a class="externalLink" href="https://archiva.apache.org/docs/2.2.1/index.html">View new documentation.</a></p>
+<p><a class="externalLink" href="https://archiva.apache.org/docs/2.2.3/index.html">View new documentation.</a></p>
               </div>
             </div>
 
@@ -425,7 +425,7 @@
 
           
 <p>
-            <a href="docs/2.2.1/tour/index.html">Take a look around</a>
+            <a href="docs/2.2.3/tour/index.html">Take a look around</a>
           </p>
           
 <p>
@@ -453,7 +453,7 @@
               <b>Latest stable release:</b>
             </span>
             <span class="button mainalign">
-              <a href="#a" class="btn btn-primary btn-medium" style="margin-bottom: 5px;" id="openDialogRelease">Get Archiva 2.2.1 <span style="font-size:smaller;color:#F89406">30th May 2016</span>
+              <a href="#a" class="btn btn-primary btn-medium" style="margin-bottom: 5px;" id="openDialogRelease">Get Archiva 2.2.3 <span style="font-size:smaller;color:#F89406">16th May 2017</span>
               </a>
             </span>
             <br />
@@ -473,15 +473,15 @@
 
           
 <p>
-            <a href="docs/2.2.1/index.html">Documentation</a>
+            <a href="docs/2.2.3/index.html">Documentation</a>
           </p>
           
 <p>
             <img src="images/collapsed.gif" width="7" height="7" alt="" />
-            Simple out of the box configuration and <a href="docs/2.2.1/quick-start.html">quick start guide</a>
+            Simple out of the box configuration and <a href="docs/2.2.3/quick-start.html">quick start guide</a>
             <br />
             <img src="images/collapsed.gif" width="7" height="7" alt="" />
-            Read the <a href="docs/2.2.1/userguide/index.html">users guide</a> and <a href="docs/2.2.1/adminguide/index.html">administration documentation</a>
+            Read the <a href="docs/2.2.3/userguide/index.html">users guide</a> and <a href="docs/2.2.3/adminguide/index.html">administration documentation</a>
             <br />
             <img src="images/collapsed.gif" width="7" height="7" alt="" />
             For security issues, read the <a href="security.html">security vulnerabilities document</a>
@@ -610,7 +610,7 @@
 <div class="modal-header">
           <button type="button" class="close" data-dismiss="modal" aria-hidden="true">[&#xd7;]</button>
           
-<h1>Archiva 2.2.1</h1>
+<h1>Archiva 2.2.3</h1>
         </div>
         
 <div class="modal-body">
@@ -634,24 +634,24 @@
             
 <tr class="b">
               
-<td>Archiva 2.2.1 Standalone</td>
+<td>Archiva 2.2.3 Standalone</td>
               
-<td><a href="[preferred]archiva/2.2.1/binaries/apache-archiva-2.2.1-bin.zip">zip</a></td>
+<td><a href="[preferred]archiva/2.2.3/binaries/apache-archiva-2.2.3-bin.zip">zip</a></td>
               
-<td><a class="externalLink" href="http://www.apache.org/dist/archiva/2.2.1/binaries/apache-archiva-2.2.1-bin.zip.md5">md5</a></td>
+<td><a class="externalLink" href="http://www.apache.org/dist/archiva/2.2.3/binaries/apache-archiva-2.2.3-bin.zip.md5">md5</a></td>
               
-<td><a class="externalLink" href="http://www.apache.org/dist/archiva/2.2.1/binaries/apache-archiva-2.2.1-bin.zip.asc">asc</a></td>
+<td><a class="externalLink" href="http://www.apache.org/dist/archiva/2.2.3/binaries/apache-archiva-2.2.3-bin.zip.asc">asc</a></td>
             </tr>
             
 <tr class="a">
               
-<td>Archiva 2.2.1 WAR</td>
+<td>Archiva 2.2.3 WAR</td>
               
-<td><a href="[preferred]archiva/2.2.1/binaries/apache-archiva-2.2.1.war">war</a></td>
+<td><a href="[preferred]archiva/2.2.3/binaries/apache-archiva-2.2.3.war">war</a></td>
               
-<td><a class="externalLink" href="http://www.apache.org/dist/archiva/2.2.1/binaries/apache-archiva-2.2.1.war.md5">md5</a></td>
+<td><a class="externalLink" href="http://www.apache.org/dist/archiva/2.2.3/binaries/apache-archiva-2.2.3.war.md5">md5</a></td>
               
-<td><a class="externalLink" href="http://www.apache.org/dist/archiva/2.2.1/binaries/apache-archiva-2.2.1.war.asc">asc</a></td>
+<td><a class="externalLink" href="http://www.apache.org/dist/archiva/2.2.3/binaries/apache-archiva-2.2.3.war.asc">asc</a></td>
             </tr>
           </table>
 
@@ -662,7 +662,7 @@
 <div class="row">
             
 <div class="pull-rigth">
-              <a href="docs/2.2.1/release-notes.html">Release Notes</a> | <a href="download.html">More downloads or change mirror.</a>
+              <a href="docs/2.2.3/release-notes.html">Release Notes</a> | <a href="download.html">More downloads or change mirror.</a>
             </div>
             <!-- add mirror change option -->
             <!-- div>
diff --git a/integration.html b/integration.html
index dfb4db3..38d4d46 100644
--- a/integration.html
+++ b/integration.html
@@ -7,7 +7,7 @@
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20170412" />
+    <meta name="Date-Revision-yyyymmdd" content="20170516" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Archiva &#x2013; Continuous Integration</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.4.min.css" />
@@ -62,9 +62,9 @@
                       <li class="dropdown-submenu">
                                       <a href=""  title="Documentation">Documentation</a>
               <ul class="dropdown-menu">
-                                  <li>      <a href="docs/2.2.1/"  title="Release 2.2.1">Release 2.2.1</a>
+                                  <li>      <a href="docs/2.2.3/"  title="Release 2.2.3">Release 2.2.3</a>
 </li>
-                                  <li>      <a href="docs/2.2.2-SNAPSHOT/"  title="Dev 2.2.2-SNAPSHOT">Dev 2.2.2-SNAPSHOT</a>
+                                  <li>      <a href="docs/3.0.0-SNAPSHOT/"  title="Dev 3.0.0-SNAPSHOT">Dev 3.0.0-SNAPSHOT</a>
 </li>
                               </ul>
             </li>
@@ -201,7 +201,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 12 Apr 2017</li>
+                  <li id="publishDate" class="pull-right">Last Published: 16 May 2017</li>
             
                             </ul>
       </div>
diff --git a/issue-tracking.html b/issue-tracking.html
index 46dddb8..1268e2c 100644
--- a/issue-tracking.html
+++ b/issue-tracking.html
@@ -7,7 +7,7 @@
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20170412" />
+    <meta name="Date-Revision-yyyymmdd" content="20170516" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Archiva &#x2013; Issue Tracking</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.4.min.css" />
@@ -62,9 +62,9 @@
                       <li class="dropdown-submenu">
                                       <a href=""  title="Documentation">Documentation</a>
               <ul class="dropdown-menu">
-                                  <li>      <a href="docs/2.2.1/"  title="Release 2.2.1">Release 2.2.1</a>
+                                  <li>      <a href="docs/2.2.3/"  title="Release 2.2.3">Release 2.2.3</a>
 </li>
-                                  <li>      <a href="docs/2.2.2-SNAPSHOT/"  title="Dev 2.2.2-SNAPSHOT">Dev 2.2.2-SNAPSHOT</a>
+                                  <li>      <a href="docs/3.0.0-SNAPSHOT/"  title="Dev 3.0.0-SNAPSHOT">Dev 3.0.0-SNAPSHOT</a>
 </li>
                               </ul>
             </li>
@@ -201,7 +201,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 12 Apr 2017</li>
+                  <li id="publishDate" class="pull-right">Last Published: 16 May 2017</li>
             
                             </ul>
       </div>
diff --git a/jsui/generics-js.html b/jsui/generics-js.html
index e44764a..87a89d2 100644
--- a/jsui/generics-js.html
+++ b/jsui/generics-js.html
@@ -8,7 +8,7 @@
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="Olivier Lamy" />
-    <meta name="Date-Revision-yyyymmdd" content="20170412" />
+    <meta name="Date-Revision-yyyymmdd" content="20170516" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Archiva &#x2013; Generics Javascript</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.4.min.css" />
@@ -63,9 +63,9 @@
                       <li class="dropdown-submenu">
                                       <a href="../"  title="Documentation">Documentation</a>
               <ul class="dropdown-menu">
-                                  <li>      <a href="../docs/2.2.1/"  title="Release 2.2.1">Release 2.2.1</a>
+                                  <li>      <a href="../docs/2.2.3/"  title="Release 2.2.3">Release 2.2.3</a>
 </li>
-                                  <li>      <a href="../docs/2.2.2-SNAPSHOT/"  title="Dev 2.2.2-SNAPSHOT">Dev 2.2.2-SNAPSHOT</a>
+                                  <li>      <a href="../docs/3.0.0-SNAPSHOT/"  title="Dev 3.0.0-SNAPSHOT">Dev 3.0.0-SNAPSHOT</a>
 </li>
                               </ul>
             </li>
@@ -202,7 +202,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 12 Apr 2017</li>
+                  <li id="publishDate" class="pull-right">Last Published: 16 May 2017</li>
             
                             </ul>
       </div>
diff --git a/jsui/i18n.html b/jsui/i18n.html
index 54b7181..efd8523 100644
--- a/jsui/i18n.html
+++ b/jsui/i18n.html
@@ -9,7 +9,7 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="Olivier Lamy" />
     <meta name="Date-Creation-yyyymmdd" content="20120119" />
-    <meta name="Date-Revision-yyyymmdd" content="20170412" />
+    <meta name="Date-Revision-yyyymmdd" content="20170516" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Archiva &#x2013; i18n</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.4.min.css" />
@@ -64,9 +64,9 @@
                       <li class="dropdown-submenu">
                                       <a href="../"  title="Documentation">Documentation</a>
               <ul class="dropdown-menu">
-                                  <li>      <a href="../docs/2.2.1/"  title="Release 2.2.1">Release 2.2.1</a>
+                                  <li>      <a href="../docs/2.2.3/"  title="Release 2.2.3">Release 2.2.3</a>
 </li>
-                                  <li>      <a href="../docs/2.2.2-SNAPSHOT/"  title="Dev 2.2.2-SNAPSHOT">Dev 2.2.2-SNAPSHOT</a>
+                                  <li>      <a href="../docs/3.0.0-SNAPSHOT/"  title="Dev 3.0.0-SNAPSHOT">Dev 3.0.0-SNAPSHOT</a>
 </li>
                               </ul>
             </li>
@@ -203,7 +203,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 12 Apr 2017</li>
+                  <li id="publishDate" class="pull-right">Last Published: 16 May 2017</li>
             
                             </ul>
       </div>
diff --git a/jsui/index.html b/jsui/index.html
index 0334cf5..76cc126 100644
--- a/jsui/index.html
+++ b/jsui/index.html
@@ -8,7 +8,7 @@
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="Olivier Lamy" />
-    <meta name="Date-Revision-yyyymmdd" content="20170412" />
+    <meta name="Date-Revision-yyyymmdd" content="20170516" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Archiva &#x2013; Archiva Javascript application General design</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.4.min.css" />
@@ -63,9 +63,9 @@
                       <li class="dropdown-submenu">
                                       <a href="../"  title="Documentation">Documentation</a>
               <ul class="dropdown-menu">
-                                  <li>      <a href="../docs/2.2.1/"  title="Release 2.2.1">Release 2.2.1</a>
+                                  <li>      <a href="../docs/2.2.3/"  title="Release 2.2.3">Release 2.2.3</a>
 </li>
-                                  <li>      <a href="../docs/2.2.2-SNAPSHOT/"  title="Dev 2.2.2-SNAPSHOT">Dev 2.2.2-SNAPSHOT</a>
+                                  <li>      <a href="../docs/3.0.0-SNAPSHOT/"  title="Dev 3.0.0-SNAPSHOT">Dev 3.0.0-SNAPSHOT</a>
 </li>
                               </ul>
             </li>
@@ -202,7 +202,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 12 Apr 2017</li>
+                  <li id="publishDate" class="pull-right">Last Published: 16 May 2017</li>
             
                             </ul>
       </div>
diff --git a/jsui/knockout-binding.html b/jsui/knockout-binding.html
index 3472a03..d78a3eb 100644
--- a/jsui/knockout-binding.html
+++ b/jsui/knockout-binding.html
@@ -9,7 +9,7 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="Olivier Lamy" />
     <meta name="Date-Creation-yyyymmdd" content="20120119" />
-    <meta name="Date-Revision-yyyymmdd" content="20170412" />
+    <meta name="Date-Revision-yyyymmdd" content="20170516" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Archiva &#x2013; Knockout binding</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.4.min.css" />
@@ -64,9 +64,9 @@
                       <li class="dropdown-submenu">
                                       <a href="../"  title="Documentation">Documentation</a>
               <ul class="dropdown-menu">
-                                  <li>      <a href="../docs/2.2.1/"  title="Release 2.2.1">Release 2.2.1</a>
+                                  <li>      <a href="../docs/2.2.3/"  title="Release 2.2.3">Release 2.2.3</a>
 </li>
-                                  <li>      <a href="../docs/2.2.2-SNAPSHOT/"  title="Dev 2.2.2-SNAPSHOT">Dev 2.2.2-SNAPSHOT</a>
+                                  <li>      <a href="../docs/3.0.0-SNAPSHOT/"  title="Dev 3.0.0-SNAPSHOT">Dev 3.0.0-SNAPSHOT</a>
 </li>
                               </ul>
             </li>
@@ -203,7 +203,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 12 Apr 2017</li>
+                  <li id="publishDate" class="pull-right">Last Published: 16 May 2017</li>
             
                             </ul>
       </div>
diff --git a/jsui/rest.html b/jsui/rest.html
index f2a8c22..d25e984 100644
--- a/jsui/rest.html
+++ b/jsui/rest.html
@@ -9,7 +9,7 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="Olivier Lamy" />
     <meta name="Date-Creation-yyyymmdd" content="20120119" />
-    <meta name="Date-Revision-yyyymmdd" content="20170412" />
+    <meta name="Date-Revision-yyyymmdd" content="20170516" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Archiva &#x2013; REST Services</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.4.min.css" />
@@ -64,9 +64,9 @@
                       <li class="dropdown-submenu">
                                       <a href="../"  title="Documentation">Documentation</a>
               <ul class="dropdown-menu">
-                                  <li>      <a href="../docs/2.2.1/"  title="Release 2.2.1">Release 2.2.1</a>
+                                  <li>      <a href="../docs/2.2.3/"  title="Release 2.2.3">Release 2.2.3</a>
 </li>
-                                  <li>      <a href="../docs/2.2.2-SNAPSHOT/"  title="Dev 2.2.2-SNAPSHOT">Dev 2.2.2-SNAPSHOT</a>
+                                  <li>      <a href="../docs/3.0.0-SNAPSHOT/"  title="Dev 3.0.0-SNAPSHOT">Dev 3.0.0-SNAPSHOT</a>
 </li>
                               </ul>
             </li>
@@ -203,7 +203,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 12 Apr 2017</li>
+                  <li id="publishDate" class="pull-right">Last Published: 16 May 2017</li>
             
                             </ul>
       </div>
diff --git a/jsui/template-loading.html b/jsui/template-loading.html
index 93b78db..bb59749 100644
--- a/jsui/template-loading.html
+++ b/jsui/template-loading.html
@@ -9,7 +9,7 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="Olivier Lamy" />
     <meta name="Date-Creation-yyyymmdd" content="20120914" />
-    <meta name="Date-Revision-yyyymmdd" content="20170412" />
+    <meta name="Date-Revision-yyyymmdd" content="20170516" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Archiva &#x2013; Javascript template loading</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.4.min.css" />
@@ -64,9 +64,9 @@
                       <li class="dropdown-submenu">
                                       <a href="../"  title="Documentation">Documentation</a>
               <ul class="dropdown-menu">
-                                  <li>      <a href="../docs/2.2.1/"  title="Release 2.2.1">Release 2.2.1</a>
+                                  <li>      <a href="../docs/2.2.3/"  title="Release 2.2.3">Release 2.2.3</a>
 </li>
-                                  <li>      <a href="../docs/2.2.2-SNAPSHOT/"  title="Dev 2.2.2-SNAPSHOT">Dev 2.2.2-SNAPSHOT</a>
+                                  <li>      <a href="../docs/3.0.0-SNAPSHOT/"  title="Dev 3.0.0-SNAPSHOT">Dev 3.0.0-SNAPSHOT</a>
 </li>
                               </ul>
             </li>
@@ -203,7 +203,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 12 Apr 2017</li>
+                  <li id="publishDate" class="pull-right">Last Published: 16 May 2017</li>
             
                             </ul>
       </div>
diff --git a/known-issues.html b/known-issues.html
index 1cde2bd..ff2d1c4 100644
--- a/known-issues.html
+++ b/known-issues.html
@@ -8,7 +8,7 @@
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="Date-Creation-yyyymmdd" content="20120119" />
-    <meta name="Date-Revision-yyyymmdd" content="20170412" />
+    <meta name="Date-Revision-yyyymmdd" content="20170516" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Archiva &#x2013; Known Issues and Errata</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.4.min.css" />
@@ -63,9 +63,9 @@
                       <li class="dropdown-submenu">
                                       <a href=""  title="Documentation">Documentation</a>
               <ul class="dropdown-menu">
-                                  <li>      <a href="docs/2.2.1/"  title="Release 2.2.1">Release 2.2.1</a>
+                                  <li>      <a href="docs/2.2.3/"  title="Release 2.2.3">Release 2.2.3</a>
 </li>
-                                  <li>      <a href="docs/2.2.2-SNAPSHOT/"  title="Dev 2.2.2-SNAPSHOT">Dev 2.2.2-SNAPSHOT</a>
+                                  <li>      <a href="docs/3.0.0-SNAPSHOT/"  title="Dev 3.0.0-SNAPSHOT">Dev 3.0.0-SNAPSHOT</a>
 </li>
                               </ul>
             </li>
@@ -202,7 +202,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 12 Apr 2017</li>
+                  <li id="publishDate" class="pull-right">Last Published: 16 May 2017</li>
             
                             </ul>
       </div>
diff --git a/license.html b/license.html
index 2b36fb0..fca1ef9 100644
--- a/license.html
+++ b/license.html
@@ -7,7 +7,7 @@
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20170412" />
+    <meta name="Date-Revision-yyyymmdd" content="20170516" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Archiva &#x2013; Project License</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.4.min.css" />
@@ -62,9 +62,9 @@
                       <li class="dropdown-submenu">
                                       <a href=""  title="Documentation">Documentation</a>
               <ul class="dropdown-menu">
-                                  <li>      <a href="docs/2.2.1/"  title="Release 2.2.1">Release 2.2.1</a>
+                                  <li>      <a href="docs/2.2.3/"  title="Release 2.2.3">Release 2.2.3</a>
 </li>
-                                  <li>      <a href="docs/2.2.2-SNAPSHOT/"  title="Dev 2.2.2-SNAPSHOT">Dev 2.2.2-SNAPSHOT</a>
+                                  <li>      <a href="docs/3.0.0-SNAPSHOT/"  title="Dev 3.0.0-SNAPSHOT">Dev 3.0.0-SNAPSHOT</a>
 </li>
                               </ul>
             </li>
@@ -201,7 +201,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 12 Apr 2017</li>
+                  <li id="publishDate" class="pull-right">Last Published: 16 May 2017</li>
             
                             </ul>
       </div>
diff --git a/mail-lists.html b/mail-lists.html
index 4b81a61..f646fda 100644
--- a/mail-lists.html
+++ b/mail-lists.html
@@ -7,7 +7,7 @@
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20170412" />
+    <meta name="Date-Revision-yyyymmdd" content="20170516" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Archiva &#x2013; Project Mailing Lists</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.4.min.css" />
@@ -62,9 +62,9 @@
                       <li class="dropdown-submenu">
                                       <a href=""  title="Documentation">Documentation</a>
               <ul class="dropdown-menu">
-                                  <li>      <a href="docs/2.2.1/"  title="Release 2.2.1">Release 2.2.1</a>
+                                  <li>      <a href="docs/2.2.3/"  title="Release 2.2.3">Release 2.2.3</a>
 </li>
-                                  <li>      <a href="docs/2.2.2-SNAPSHOT/"  title="Dev 2.2.2-SNAPSHOT">Dev 2.2.2-SNAPSHOT</a>
+                                  <li>      <a href="docs/3.0.0-SNAPSHOT/"  title="Dev 3.0.0-SNAPSHOT">Dev 3.0.0-SNAPSHOT</a>
 </li>
                               </ul>
             </li>
@@ -201,7 +201,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 12 Apr 2017</li>
+                  <li id="publishDate" class="pull-right">Last Published: 16 May 2017</li>
             
                             </ul>
       </div>
diff --git a/privacy-policy.html b/privacy-policy.html
index 074bd82..cd0146b 100644
--- a/privacy-policy.html
+++ b/privacy-policy.html
@@ -9,7 +9,7 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="Vincent Siveton" />
     <meta name="Date-Creation-yyyymmdd" content="20081203" />
-    <meta name="Date-Revision-yyyymmdd" content="20170412" />
+    <meta name="Date-Revision-yyyymmdd" content="20170516" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Archiva &#x2013; Privacy Policy</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.4.min.css" />
@@ -64,9 +64,9 @@
                       <li class="dropdown-submenu">
                                       <a href=""  title="Documentation">Documentation</a>
               <ul class="dropdown-menu">
-                                  <li>      <a href="docs/2.2.1/"  title="Release 2.2.1">Release 2.2.1</a>
+                                  <li>      <a href="docs/2.2.3/"  title="Release 2.2.3">Release 2.2.3</a>
 </li>
-                                  <li>      <a href="docs/2.2.2-SNAPSHOT/"  title="Dev 2.2.2-SNAPSHOT">Dev 2.2.2-SNAPSHOT</a>
+                                  <li>      <a href="docs/3.0.0-SNAPSHOT/"  title="Dev 3.0.0-SNAPSHOT">Dev 3.0.0-SNAPSHOT</a>
 </li>
                               </ul>
             </li>
@@ -203,7 +203,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 12 Apr 2017</li>
+                  <li id="publishDate" class="pull-right">Last Published: 16 May 2017</li>
             
                             </ul>
       </div>
diff --git a/project-info.html b/project-info.html
index 18df0e2..f2d46f7 100644
--- a/project-info.html
+++ b/project-info.html
@@ -7,7 +7,7 @@
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20170412" />
+    <meta name="Date-Revision-yyyymmdd" content="20170516" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Archiva &#x2013; Project Information</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.4.min.css" />
@@ -62,9 +62,9 @@
                       <li class="dropdown-submenu">
                                       <a href=""  title="Documentation">Documentation</a>
               <ul class="dropdown-menu">
-                                  <li>      <a href="docs/2.2.1/"  title="Release 2.2.1">Release 2.2.1</a>
+                                  <li>      <a href="docs/2.2.3/"  title="Release 2.2.3">Release 2.2.3</a>
 </li>
-                                  <li>      <a href="docs/2.2.2-SNAPSHOT/"  title="Dev 2.2.2-SNAPSHOT">Dev 2.2.2-SNAPSHOT</a>
+                                  <li>      <a href="docs/3.0.0-SNAPSHOT/"  title="Dev 3.0.0-SNAPSHOT">Dev 3.0.0-SNAPSHOT</a>
 </li>
                               </ul>
             </li>
@@ -201,7 +201,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 12 Apr 2017</li>
+                  <li id="publishDate" class="pull-right">Last Published: 16 May 2017</li>
             
                             </ul>
       </div>
diff --git a/security.html b/security.html
index ca262fd..5bf3f20 100644
--- a/security.html
+++ b/security.html
@@ -7,7 +7,7 @@
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20170412" />
+    <meta name="Date-Revision-yyyymmdd" content="20170516" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Archiva &#x2013; Security Vulnerabilities</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.4.min.css" />
@@ -62,9 +62,9 @@
                       <li class="dropdown-submenu">
                                       <a href=""  title="Documentation">Documentation</a>
               <ul class="dropdown-menu">
-                                  <li>      <a href="docs/2.2.1/"  title="Release 2.2.1">Release 2.2.1</a>
+                                  <li>      <a href="docs/2.2.3/"  title="Release 2.2.3">Release 2.2.3</a>
 </li>
-                                  <li>      <a href="docs/2.2.2-SNAPSHOT/"  title="Dev 2.2.2-SNAPSHOT">Dev 2.2.2-SNAPSHOT</a>
+                                  <li>      <a href="docs/3.0.0-SNAPSHOT/"  title="Dev 3.0.0-SNAPSHOT">Dev 3.0.0-SNAPSHOT</a>
 </li>
                               </ul>
             </li>
@@ -201,7 +201,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 12 Apr 2017</li>
+                  <li id="publishDate" class="pull-right">Last Published: 16 May 2017</li>
             
                             </ul>
       </div>
@@ -214,8 +214,27 @@
 <h2><a name="Security_Vulnerabilities"></a>Security Vulnerabilities</h2>
 <p>Please note that binary patches are not produced for individual vulnerabilities. To obtain the binary fix for a particular vulnerability you should upgrade to an Apache Archiva version where that vulnerability has been fixed.</p>
 <p>For more information about reporting vulnerabilities, see the <a class="externalLink" href="http://www.apache.org/security/"> Apache Security Team</a> page.</p>
+<p>This is a list of known issues</p>
+<ul>
+<li><a href="#CVE-2017-5657:_Apache_Archiva_CSRF_vulnerabilities_for_various_REST_endpoints">CVE-2017-5657: Apache Archiva CSRF vulnerabilities for various REST endpoints</a></li>
+<li><a href="#CVE-2013-2251:_Apache_Archiva_Remote_Command_Execution">CVE-2013-2251: Apache Archiva Remote Command Execution</a></li>
+<li><a href="#CVE-2013-2187:_Apache_Archiva_Cross-Site_Scripting_vulnerability">CVE-2013-2187: Apache Archiva Cross-Site Scripting vulnerability</a></li>
+<li><a href="#CVE-2010-1870:_Struts2_remote_commands_execution">CVE-2010-1870: Struts2 remote commands execution</a></li>
+<li><a href="#CVE-2011-1077:_Multiple_XSS_issues">CVE-2011-1077: Multiple XSS issues</a></li>
+<li><a href="#CVE-2011-1026:_Multiple_CSRF_issues">CVE-2011-1026: Multiple CSRF issues</a></li>
+<li><a href="#CVE-2011-0533:_Apache_Archiva_cross-site_scripting_vulnerability">CVE-2011-0533: Apache Archiva cross-site scripting vulnerability</a></li>
+<li><a href="#CVE-2010-3449:_Apache_Archiva_CSRF_Vulnerability">CVE-2010-3449: Apache Archiva CSRF Vulnerability</a></li></ul>
 <div class="section">
-<h3><a name="CVE-2013-2251:_Apache_Archiva_Remote_Command_Execution"></a>CVE-2013-2251: Apache Archiva Remote Command Execution</h3>
+<h3><a name="CVE-2017-5657:_Apache_Archiva_CSRF_vulnerabilities_for_various_REST_endpoints"></a><a name="CVE-2017-5657">CVE-2017-5657</a>: Apache Archiva CSRF vulnerabilities for various REST endpoints</h3>
+<p>Several REST service endpoints of Apache Archiva are not protected against CSRF attacks. A malicious site opened in the same browser as the archiva site, may send HTML response that performs arbitrary actions on archiva services, with the same rights as the active archiva session (e.g. adminstrator rights).</p>
+<p>Versions Affected:</p>
+<ul>
+<li>All versions before 2.2.3</li></ul>
+<p>Mitigation:</p>
+<ul>
+<li>Upgrade to <a href="./download.html"> Archiva 2.2.3 or higher</a>, where additional measures are taken to verify the origin of REST requests.</li></ul></div>
+<div class="section">
+<h3><a name="CVE-2013-2251:_Apache_Archiva_Remote_Command_Execution"></a><a name="CVE-2013-2251">CVE-2013-2251</a>: Apache Archiva Remote Command Execution</h3>
 <p>Apache Archiva is affected by a vulnerability in the version of the Struts library being used, which allows a malicious user to run code on the server remotely. More details about the vulnerability can be found at <a class="externalLink" href="http://struts.apache.org/release/2.3.x/docs/s2-016.html">http://struts.apache.org/release/2.3.x/docs/s2-016.html</a>.</p>
 <p>Versions Affected:</p>
 <ul>
@@ -225,7 +244,7 @@
 <p>All users are recommended to upgrade to <a href="./download.cgi"> Archiva 2.0.1 or Archiva 1.3.8</a>, which are not affected by this issue.</p>
 <p>Archiva 2.0.0 and later is not affected by this issue.</p></div>
 <div class="section">
-<h3><a name="CVE-2013-2187:_Apache_Archiva_Cross-Site_Scripting_vulnerability"></a>CVE-2013-2187: Apache Archiva Cross-Site Scripting vulnerability</h3>
+<h3><a name="CVE-2013-2187:_Apache_Archiva_Cross-Site_Scripting_vulnerability"></a><a name="CVE-2013-2187">CVE-2013-2187</a>: Apache Archiva Cross-Site Scripting vulnerability</h3>
 <p>A request that included a specially crafted request parameter could be used to inject arbitrary HTML or Javascript into the Archiva home page.</p>
 <p>Versions Affected:</p>
 <ul>
@@ -235,7 +254,7 @@
 <p>All users are recommended to upgrade to <a href="./download.cgi"> Archiva 2.0.1 or Archiva 1.3.8</a>, which are not affected by this issue.</p>
 <p>Archiva 2.0.0 and later is not affected by this issue.</p></div>
 <div class="section">
-<h3><a name="CVE-2010-1870:_Struts2_remote_commands_execution"></a>CVE-2010-1870: Struts2 remote commands execution</h3>
+<h3><a name="CVE-2010-1870:_Struts2_remote_commands_execution"></a><a name="CVE-2010-1870">CVE-2010-1870</a>: Struts2 remote commands execution</h3>
 <p>Apache Archiva is affected by a vulnerability in the version of the Struts library being used, which allows a malicious user to run code on the server remotely. More details about the vulnerability can be found at <a class="externalLink" href="http://struts.apache.org/2.2.1/docs/s2-005.html">http://struts.apache.org/2.2.1/docs/s2-005.html</a>.</p>
 <p>Versions Affected:</p>
 <ul>
@@ -245,28 +264,28 @@
 <p>All users are recommended to upgrade to <a href="./download.cgi"> Archiva 1.3.6</a>, which configures Struts in such a way that it is not affected by this issue.</p>
 <p>Archiva 1.4-M3 and later is not affected by this issue.</p></div>
 <div class="section">
-<h3><a name="CVE-2011-1077:_Multiple_XSS_issues"></a>CVE-2011-1077: Multiple XSS issues</h3>
+<h3><a name="CVE-2011-1077:_Multiple_XSS_issues"></a><a name="CVE-2011-1077">CVE-2011-1077</a>: Multiple XSS issues</h3>
 <p>Apache Archiva is vulnerable to multiple XSS issues, both stored (persistent) and reflected (non-persistent). Javascript which might contain malicious code can be appended in a request parameter or stored as a value in a submitted form, and get executed.</p>
 <p>Versions Affected:</p>
 <ul>
 <li>Archiva 1.3 to 1.3.4</li>
 <li>The unsupported versions Archiva 1.0 to 1.2.2 are also affected.</li></ul></div>
 <div class="section">
-<h3><a name="CVE-2011-1026:_Multiple_CSRF_issues"></a>CVE-2011-1026: Multiple CSRF issues</h3>
+<h3><a name="CVE-2011-1026:_Multiple_CSRF_issues"></a><a name="CVE-2011-1026">CVE-2011-1026</a>: Multiple CSRF issues</h3>
 <p>An attacker can build a simple html page containing a hidden Image tag (eg: <tt>&lt;img src=vulnurl width=0 height=0 /</tt>&gt;) and entice the administrator to access the page.</p>
 <p>Versions Affected:</p>
 <ul>
 <li>Archiva 1.3 to 1.3.4</li>
 <li>The unsupported versions Archiva 1.0 to 1.2.2 are also affected.</li></ul></div>
 <div class="section">
-<h3><a name="CVE-2011-0533:_Apache_Archiva_cross-site_scripting_vulnerability"></a>CVE-2011-0533: Apache Archiva cross-site scripting vulnerability</h3>
+<h3><a name="CVE-2011-0533:_Apache_Archiva_cross-site_scripting_vulnerability"></a><a name="CVE-2011-0533">CVE-2011-0533</a>: Apache Archiva cross-site scripting vulnerability</h3>
 <p>A request that included a specially crafted request parameter could be used to inject arbitrary HTML or Javascript into the Archiva user management page. This fix is available in version <a href="./download.html"> 1.3.4</a> of Apache Archiva. All users must upgrade to this version (or higher).</p>
 <p>Versions Affected:</p>
 <ul>
 <li>Archiva 1.3 to 1.3.3</li>
 <li>The unsupported versions Archiva 1.0 to 1.2.2 are also affected.</li></ul></div>
 <div class="section">
-<h3><a name="CVE-2010-3449:_Apache_Archiva_CSRF_Vulnerability"></a>CVE-2010-3449: Apache Archiva CSRF Vulnerability</h3>
+<h3><a name="CVE-2010-3449:_Apache_Archiva_CSRF_Vulnerability"></a><a name="CVE-2010-3449">CVE-2010-3449</a>: Apache Archiva CSRF Vulnerability</h3>
 <p>Apache Archiva doesn't check which form sends credentials. An attacker can create a specially crafted page and force archiva administrators to view it and change their credentials. To fix this, a referrer check was added to the security interceptor for all secured actions. A prompt for the administrator's password when changing a user account was also set in place. This fix is available in version <a href="./download.html"> 1.3.2</a> of Apache Archiva. All users must upgrade to this version (or higher).</p>
 <p>Versions Affected:</p>
 <ul>
diff --git a/source-repository.html b/source-repository.html
index 952b9e3..23a111d 100644
--- a/source-repository.html
+++ b/source-repository.html
@@ -7,7 +7,7 @@
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20170412" />
+    <meta name="Date-Revision-yyyymmdd" content="20170516" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Archiva &#x2013; Source Repository</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.4.min.css" />
@@ -62,9 +62,9 @@
                       <li class="dropdown-submenu">
                                       <a href=""  title="Documentation">Documentation</a>
               <ul class="dropdown-menu">
-                                  <li>      <a href="docs/2.2.1/"  title="Release 2.2.1">Release 2.2.1</a>
+                                  <li>      <a href="docs/2.2.3/"  title="Release 2.2.3">Release 2.2.3</a>
 </li>
-                                  <li>      <a href="docs/2.2.2-SNAPSHOT/"  title="Dev 2.2.2-SNAPSHOT">Dev 2.2.2-SNAPSHOT</a>
+                                  <li>      <a href="docs/3.0.0-SNAPSHOT/"  title="Dev 3.0.0-SNAPSHOT">Dev 3.0.0-SNAPSHOT</a>
 </li>
                               </ul>
             </li>
@@ -201,7 +201,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 12 Apr 2017</li>
+                  <li id="publishDate" class="pull-right">Last Published: 16 May 2017</li>
             
                             </ul>
       </div>
diff --git a/team-list.html b/team-list.html
index b5b4968..30f44ca 100644
--- a/team-list.html
+++ b/team-list.html
@@ -7,7 +7,7 @@
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20170412" />
+    <meta name="Date-Revision-yyyymmdd" content="20170516" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Archiva &#x2013; Project Team</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.4.min.css" />
@@ -62,9 +62,9 @@
                       <li class="dropdown-submenu">
                                       <a href=""  title="Documentation">Documentation</a>
               <ul class="dropdown-menu">
-                                  <li>      <a href="docs/2.2.1/"  title="Release 2.2.1">Release 2.2.1</a>
+                                  <li>      <a href="docs/2.2.3/"  title="Release 2.2.3">Release 2.2.3</a>
 </li>
-                                  <li>      <a href="docs/2.2.2-SNAPSHOT/"  title="Dev 2.2.2-SNAPSHOT">Dev 2.2.2-SNAPSHOT</a>
+                                  <li>      <a href="docs/3.0.0-SNAPSHOT/"  title="Dev 3.0.0-SNAPSHOT">Dev 3.0.0-SNAPSHOT</a>
 </li>
                               </ul>
             </li>
@@ -201,7 +201,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 12 Apr 2017</li>
+                  <li id="publishDate" class="pull-right">Last Published: 16 May 2017</li>
             
                             </ul>
       </div>
@@ -291,6 +291,14 @@
 <td>PMC Member</td>
 <td>Europe/Paris</td></tr>
 <tr class="b">
+<td><img src="http://www.gravatar.com/avatar/333ab2c837b3073314c221ae7dd9cc2d?d=mm&amp;s=60" alt="" /></td>
+<td><a name="martin_s"></a>martin_s</td>
+<td>Martin Stockhammer</td>
+<td><a class="externalLink" href="mailto:martin_s@apache.org">martin_s@apache.org</a></td>
+<td>-</td>
+<td>PMC Member</td>
+<td>+1</td></tr>
+<tr class="a">
 <td><img src="http://www.gravatar.com/avatar/c8686cad245196c9e392201ad7bb364f?d=mm&amp;s=60" alt="" /></td>
 <td><a name="dennisl"></a>dennisl</td>
 <td>Dennis Lundberg</td>
@@ -298,7 +306,7 @@
 <td>ASF</td>
 <td>Committer</td>
 <td>+1</td></tr>
-<tr class="a">
+<tr class="b">
 <td><img src="http://www.gravatar.com/avatar/76f1823568e5f31931bd32415a4cffa7?d=mm&amp;s=60" alt="" /></td>
 <td><a name="martinc"></a>martinc</td>
 <td>Martin Cooper</td>
@@ -306,14 +314,6 @@
 <td>ASF</td>
 <td>Committer</td>
 <td>-</td></tr>
-<tr class="b">
-<td><img src="http://www.gravatar.com/avatar/333ab2c837b3073314c221ae7dd9cc2d?d=mm&amp;s=60" alt="" /></td>
-<td><a name="martin_s"></a>martin_s</td>
-<td>Martin Stockhammer</td>
-<td><a class="externalLink" href="mailto:martin_s@apache.org">martin_s@apache.org</a></td>
-<td>-</td>
-<td>Committer</td>
-<td>+1</td></tr>
 <tr class="a">
 <td><img src="http://www.gravatar.com/avatar/07a0055c4259569aff19ee558ee3999d?d=mm&amp;s=60" alt="" /></td>
 <td><a name="mbaclay"></a>mbaclay</td>
diff --git a/versions.html b/versions.html
index d69e112..34ad43a 100644
--- a/versions.html
+++ b/versions.html
@@ -8,7 +8,7 @@
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="Brett Porter" />
-    <meta name="Date-Revision-yyyymmdd" content="20170412" />
+    <meta name="Date-Revision-yyyymmdd" content="20170516" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Archiva &#x2013; Documentation - All Versions</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.4.min.css" />
@@ -63,9 +63,9 @@
                       <li class="dropdown-submenu">
                                       <a href=""  title="Documentation">Documentation</a>
               <ul class="dropdown-menu">
-                                  <li>      <a href="docs/2.2.1/"  title="Release 2.2.1">Release 2.2.1</a>
+                                  <li>      <a href="docs/2.2.3/"  title="Release 2.2.3">Release 2.2.3</a>
 </li>
-                                  <li>      <a href="docs/2.2.2-SNAPSHOT/"  title="Dev 2.2.2-SNAPSHOT">Dev 2.2.2-SNAPSHOT</a>
+                                  <li>      <a href="docs/3.0.0-SNAPSHOT/"  title="Dev 3.0.0-SNAPSHOT">Dev 3.0.0-SNAPSHOT</a>
 </li>
                               </ul>
             </li>
@@ -202,7 +202,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 12 Apr 2017</li>
+                  <li id="publishDate" class="pull-right">Last Published: 16 May 2017</li>
             
                             </ul>
       </div>
@@ -214,24 +214,17 @@
             <!-- Licensed to the Apache Software Foundation (ASF) under one --><!-- or more contributor license agreements.  See the NOTICE file --><!-- distributed with this work for additional information --><!-- regarding copyright ownership.  The ASF licenses this file --><!-- to you under the Apache License, Version 2.0 (the --><!-- "License"); you may not use this file except in compliance --><!-- with the License.  You may obtain a copy of the License at --><!--  --><!-- http://www.apache.org/licenses/LICENSE-2.0 --><!--  --><!-- Unless required by applicable law or agreed to in writing, --><!-- software distributed under the License is distributed on an --><!-- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY --><!-- KIND, either express or implied.  See the License for the --><!-- specific language governing permissions and limitations --><!-- under the License. --><!-- NOTE: For help with the syntax of this file, see: --><!-- http://maven.apache.org/guides/mini/guide-apt-format.html --><div class="section">
 <h2><a name="Archiva_Documentation"></a>Archiva Documentation</h2>
 <div class="section">
-<h3><a name="Current_Release:_Archiva_2.2.1"></a>Current Release: Archiva 2.2.1</h3>
-<p>The current stable release of Archiva is <i>2.2.1</i>.</p>
+<h3><a name="Current_Release:_Archiva_2.2.3"></a>Current Release: Archiva 2.2.3</h3>
+<p>The current stable release of Archiva is <i>2.2.3</i>.</p>
 <ul>
-<li><a href="./docs/2.2.1/release-notes.html"> Release Notes</a></li>
-<li><a href="./docs/2.2.1/index.html"> Documentation</a></li>
-<li><a href="./ref/2.2.1/index.html"> Developer Reference</a></li></ul><!-- TODO: have more specific links than Documentation, and find a better link for developer reference --></div>
-<div class="section">
-<h3><a name="Version_1.X_ETA"></a>Version 1.X ETA</h3>
-<p>Please note some detail on 1.x versions:</p>
-<ul>
-<li>1.x contains additional, known, unpatched security vulnerabilities</li>
-<li>no further development is planned for 1.x</li>
-<li>security issues reported against 1.x will not be investigated</li>
-<li>security issues reported against 2.x will not be checked against 1.x to see if it is also affected (again because of a) and b))</li></ul></div>
+<li><a href="./docs/2.2.3/release-notes.html"> Release Notes</a></li>
+<li><a href="./docs/2.2.3/index.html"> Documentation</a></li>
+<li><a href="./ref/2.2.3/index.html"> Developer Reference</a></li></ul><!-- TODO: have more specific links than Documentation, and find a better link for developer reference --></div>
 <div class="section">
 <h3><a name="Unsupported_Releases"></a>Unsupported Releases</h3>
-<p><b> Previous versions have known security issues so it's recommended to upgrade to last 2.2.1 </b></p><!-- rough list of unsupported version because materials (RNotes,Docs,Refs are not yet available) -->
-<p>1.3.6,1.3.5,1.3.4,1.3.3,1.3.2,1.3.1,1.3,1.2.2,1.2.1,1.2,1.1.3,1.1.2,1.1.1,1.1,1.0.2,1.0.1,1.0</p></div></div>
+<ul>
+<li>All Versions 1.X are not supported anymore</li></ul>
+<p><b> Previous versions have known security issues so it's recommended to upgrade to last 2.2.3 </b></p></div></div>
                   </div>
           </div>