Author: olamy
Date: Fri May 31 05:35:28 2013
New Revision: 1488100

URL: http://svn.apache.org/r1488100
Log:
Apache Archiva Main site deployment

Modified:
    archiva/site-content/developers/building.html
    archiva/site-content/developers/how-we-do-things.html
    archiva/site-content/developers/publishing-site.html
    archiva/site-content/developers/releasing.html
    archiva/site-content/download.html
    archiva/site-content/errors/404.html
    archiva/site-content/get-involved.html
    archiva/site-content/index.html
    archiva/site-content/integration.html
    archiva/site-content/issue-tracking.html
    archiva/site-content/jsui/generics-js.html
    archiva/site-content/jsui/i18n.html
    archiva/site-content/jsui/index.html
    archiva/site-content/jsui/knockout-binding.html
    archiva/site-content/jsui/rest.html
    archiva/site-content/jsui/template-loading.html
    archiva/site-content/known-issues.html
    archiva/site-content/license.html
    archiva/site-content/mail-lists.html
    archiva/site-content/privacy-policy.html
    archiva/site-content/project-info.html
    archiva/site-content/security.html
    archiva/site-content/source-repository.html
    archiva/site-content/team-list.html
    archiva/site-content/versions.html

Modified: archiva/site-content/developers/building.html
URL: 
http://svn.apache.org/viewvc/archiva/site-content/developers/building.html?rev=1488100&r1=1488099&r2=1488100&view=diff
==============================================================================
--- archiva/site-content/developers/building.html (original)
+++ archiva/site-content/developers/building.html Fri May 31 05:35:28 2013
@@ -68,7 +68,7 @@
 </li>
                                   <li>      <a href="../docs/1.4-M4/"  
title="Preview 1.4-M4">Preview 1.4-M4</a>
 </li>
-                                  <li>      <a href="../docs/1.4-M4-SNAPSHOT/" 
 title="Dev 1.4-M4-SNAPSHOT">Dev 1.4-M4-SNAPSHOT</a>
+                                  <li>      <a href="../docs/1.4-M5-SNAPSHOT/" 
 title="Dev 1.4-M5-SNAPSHOT">Dev 1.4-M5-SNAPSHOT</a>
 </li>
                               </ul>
             </li>

Modified: archiva/site-content/developers/how-we-do-things.html
URL: 
http://svn.apache.org/viewvc/archiva/site-content/developers/how-we-do-things.html?rev=1488100&r1=1488099&r2=1488100&view=diff
==============================================================================
--- archiva/site-content/developers/how-we-do-things.html (original)
+++ archiva/site-content/developers/how-we-do-things.html Fri May 31 05:35:28 
2013
@@ -68,7 +68,7 @@
 </li>
                                   <li>      <a href="../docs/1.4-M4/"  
title="Preview 1.4-M4">Preview 1.4-M4</a>
 </li>
-                                  <li>      <a href="../docs/1.4-M4-SNAPSHOT/" 
 title="Dev 1.4-M4-SNAPSHOT">Dev 1.4-M4-SNAPSHOT</a>
+                                  <li>      <a href="../docs/1.4-M5-SNAPSHOT/" 
 title="Dev 1.4-M5-SNAPSHOT">Dev 1.4-M5-SNAPSHOT</a>
 </li>
                               </ul>
             </li>
@@ -214,7 +214,7 @@
                 
         <div id="bodyColumn" >
                                   
-            <!-- 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/mi
 ni/guide-apt-format.html --><div class="section"><h2>How We Do Things<a 
name="How_We_Do_Things"></a></h2><p>Below are the conventions we follow in 
Archiva.</p><div class="section"><h3>Continuous Integration<a 
name="Continuous_Integration"></a></h3><p>We use the Jenkins Apache instance 
for building Archiva (and redback dependencies) on scm changes.</p><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/archiva-all-maven-3.x-jdk-1.6/";>archiva-all-maven-3.x-jdk-1.6</a>:</p><ul><li><a
 class="externalLink" 
href="https://builds.apache.org/job/archiva-all-maven-3.x-jdk-1.6/lastSuccessfulBuild/artifact/archiva-modules/archiva-web/archiva-webapp/target/archiva-webapp-1.4-M4-SNAPSHOT.war";>war
 webapp js</a></li><li><a class="externalLink" 
href="https://builds.apache.org/job/archiva-
 
all-maven-3.x-jdk-1.6/lastSuccessfulBuild/artifact/archiva-jetty/target/apache-archiva-js-1.4-M4-SNAPSHOT-bin.zip">standalone
 with embeded jetty</a> (unzip then cd bin;./archiva start running on 
8080)</li></ul></div><div class="section"><h3>Code Style<a 
name="Code_Style"></a></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><ol style="list-style-type: decimal"><li>Use spaces, not 
tabs<ul><li>4 spaces for Java</li><li>2 spaces for XML</li></ul></li><li>120 
column wrap, not 80</li><li>Wrap on spaces, not on '.' in a method call<p>You 
can use the existing codestyle files:</p><ul><li><a 
href="./archiva-idea-codestyle.xml">idea</a></li><li><a 
href="./archiva-eclipse-codestyle.xml">eclipse</a></li></ul></li></ol></div><div
 class="section"><h3>Versioning<a name="Versioning"></a></h3><p>It has been 
established in the commu
 nity that the following style would be followed for the versioning of 
releases:</p><div><pre>Milestones -&gt; Final -&gt; Patch releases (e.g. 
1.1-M1, 1.1-M2, 1.1, 1.1.1, 1.1.2 )</pre></div><p>As much as possible, the team 
is aiming for frequent releases. If the roadmap for the current development 
version is big, milestone releases can be applied until the final release. But 
if the roadmap is composed of just a small number of issues, we could proceed 
immediately to preparing a release candidate and push it out as the final 
release once it passes the vote.</p></div><div class="section"><h3>References<a 
name="References"></a></h3><ul><li><a class="externalLink" 
href="http://old.nabble.com/Fwd%3A-What-do-we-need-to-establish--td17098487.html";>
 Mailing list discussion regarding conventions</a></li></ul></div></div>
+            <!-- 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/mi
 ni/guide-apt-format.html --><div class="section"><h2>How We Do Things<a 
name="How_We_Do_Things"></a></h2><p>Below are the conventions we follow in 
Archiva.</p><div class="section"><h3>Continuous Integration<a 
name="Continuous_Integration"></a></h3><p>We use the Jenkins Apache instance 
for building Archiva (and redback dependencies) on scm changes.</p><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/archiva-all-maven-3.x-jdk-1.6/";>archiva-all-maven-3.x-jdk-1.6</a>:</p><ul><li><a
 class="externalLink" 
href="https://builds.apache.org/job/archiva-all-maven-3.x-jdk-1.6/lastSuccessfulBuild/artifact/archiva-modules/archiva-web/archiva-webapp/target/archiva-webapp-1.4-M5-SNAPSHOT.war";>war
 webapp js</a></li><li><a class="externalLink" 
href="https://builds.apache.org/job/archiva-
 
all-maven-3.x-jdk-1.6/lastSuccessfulBuild/artifact/archiva-jetty/target/apache-archiva-js-1.4-M5-SNAPSHOT-bin.zip">standalone
 with embeded jetty</a> (unzip then cd bin;./archiva start running on 
8080)</li></ul></div><div class="section"><h3>Code Style<a 
name="Code_Style"></a></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><ol style="list-style-type: decimal"><li>Use spaces, not 
tabs<ul><li>4 spaces for Java</li><li>2 spaces for XML</li></ul></li><li>120 
column wrap, not 80</li><li>Wrap on spaces, not on '.' in a method call<p>You 
can use the existing codestyle files:</p><ul><li><a 
href="./archiva-idea-codestyle.xml">idea</a></li><li><a 
href="./archiva-eclipse-codestyle.xml">eclipse</a></li></ul></li></ol></div><div
 class="section"><h3>Versioning<a name="Versioning"></a></h3><p>It has been 
established in the commu
 nity that the following style would be followed for the versioning of 
releases:</p><div><pre>Milestones -&gt; Final -&gt; Patch releases (e.g. 
1.1-M1, 1.1-M2, 1.1, 1.1.1, 1.1.2 )</pre></div><p>As much as possible, the team 
is aiming for frequent releases. If the roadmap for the current development 
version is big, milestone releases can be applied until the final release. But 
if the roadmap is composed of just a small number of issues, we could proceed 
immediately to preparing a release candidate and push it out as the final 
release once it passes the vote.</p></div><div class="section"><h3>References<a 
name="References"></a></h3><ul><li><a class="externalLink" 
href="http://old.nabble.com/Fwd%3A-What-do-we-need-to-establish--td17098487.html";>
 Mailing list discussion regarding conventions</a></li></ul></div></div>
                   </div>
           </div>
 

Modified: archiva/site-content/developers/publishing-site.html
URL: 
http://svn.apache.org/viewvc/archiva/site-content/developers/publishing-site.html?rev=1488100&r1=1488099&r2=1488100&view=diff
==============================================================================
--- archiva/site-content/developers/publishing-site.html (original)
+++ archiva/site-content/developers/publishing-site.html Fri May 31 05:35:28 
2013
@@ -67,7 +67,7 @@
 </li>
                                   <li>      <a href="../docs/1.4-M4/"  
title="Preview 1.4-M4">Preview 1.4-M4</a>
 </li>
-                                  <li>      <a href="../docs/1.4-M4-SNAPSHOT/" 
 title="Dev 1.4-M4-SNAPSHOT">Dev 1.4-M4-SNAPSHOT</a>
+                                  <li>      <a href="../docs/1.4-M5-SNAPSHOT/" 
 title="Dev 1.4-M5-SNAPSHOT">Dev 1.4-M5-SNAPSHOT</a>
 </li>
                               </ul>
             </li>

Modified: archiva/site-content/developers/releasing.html
URL: 
http://svn.apache.org/viewvc/archiva/site-content/developers/releasing.html?rev=1488100&r1=1488099&r2=1488100&view=diff
==============================================================================
--- archiva/site-content/developers/releasing.html (original)
+++ archiva/site-content/developers/releasing.html Fri May 31 05:35:28 2013
@@ -68,7 +68,7 @@
 </li>
                                   <li>      <a href="../docs/1.4-M4/"  
title="Preview 1.4-M4">Preview 1.4-M4</a>
 </li>
-                                  <li>      <a href="../docs/1.4-M4-SNAPSHOT/" 
 title="Dev 1.4-M4-SNAPSHOT">Dev 1.4-M4-SNAPSHOT</a>
+                                  <li>      <a href="../docs/1.4-M5-SNAPSHOT/" 
 title="Dev 1.4-M5-SNAPSHOT">Dev 1.4-M5-SNAPSHOT</a>
 </li>
                               </ul>
             </li>

Modified: archiva/site-content/download.html
URL: 
http://svn.apache.org/viewvc/archiva/site-content/download.html?rev=1488100&r1=1488099&r2=1488100&view=diff
==============================================================================
--- archiva/site-content/download.html (original)
+++ archiva/site-content/download.html Fri May 31 05:35:28 2013
@@ -68,7 +68,7 @@
 </li>
                                   <li>      <a href="docs/1.4-M4/"  
title="Preview 1.4-M4">Preview 1.4-M4</a>
 </li>
-                                  <li>      <a href="docs/1.4-M4-SNAPSHOT/"  
title="Dev 1.4-M4-SNAPSHOT">Dev 1.4-M4-SNAPSHOT</a>
+                                  <li>      <a href="docs/1.4-M5-SNAPSHOT/"  
title="Dev 1.4-M5-SNAPSHOT">Dev 1.4-M5-SNAPSHOT</a>
 </li>
                               </ul>
             </li>

Modified: archiva/site-content/errors/404.html
URL: 
http://svn.apache.org/viewvc/archiva/site-content/errors/404.html?rev=1488100&r1=1488099&r2=1488100&view=diff
==============================================================================
--- archiva/site-content/errors/404.html (original)
+++ archiva/site-content/errors/404.html Fri May 31 05:35:28 2013
@@ -67,7 +67,7 @@
 </li>
                                   <li>      <a href="../docs/1.4-M4/"  
title="Preview 1.4-M4">Preview 1.4-M4</a>
 </li>
-                                  <li>      <a href="../docs/1.4-M4-SNAPSHOT/" 
 title="Dev 1.4-M4-SNAPSHOT">Dev 1.4-M4-SNAPSHOT</a>
+                                  <li>      <a href="../docs/1.4-M5-SNAPSHOT/" 
 title="Dev 1.4-M5-SNAPSHOT">Dev 1.4-M5-SNAPSHOT</a>
 </li>
                               </ul>
             </li>

Modified: archiva/site-content/get-involved.html
URL: 
http://svn.apache.org/viewvc/archiva/site-content/get-involved.html?rev=1488100&r1=1488099&r2=1488100&view=diff
==============================================================================
--- archiva/site-content/get-involved.html (original)
+++ archiva/site-content/get-involved.html Fri May 31 05:35:28 2013
@@ -68,7 +68,7 @@
 </li>
                                   <li>      <a href="docs/1.4-M4/"  
title="Preview 1.4-M4">Preview 1.4-M4</a>
 </li>
-                                  <li>      <a href="docs/1.4-M4-SNAPSHOT/"  
title="Dev 1.4-M4-SNAPSHOT">Dev 1.4-M4-SNAPSHOT</a>
+                                  <li>      <a href="docs/1.4-M5-SNAPSHOT/"  
title="Dev 1.4-M5-SNAPSHOT">Dev 1.4-M5-SNAPSHOT</a>
 </li>
                               </ul>
             </li>
@@ -214,7 +214,7 @@
                 
         <div id="bodyColumn" >
                                   
-            <!-- 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/mi
 ni/guide-apt-format.html --><div class="section"><h2>Getting Involved in the 
Archiva Project<a 
name="Getting_Involved_in_the_Archiva_Project"></a></h2><p>Archiva is an open 
source project and relies heavily on an active community. If you need help, you 
should look to the community. Equally, please look for ways that you may 
contribute back.</p><p>This page provides some pointers for receiving help and 
contributing to the Archiva community.</p><div class="section"><h3>Getting 
Help<a name="Getting_Help"></a></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/1.4-M4-SNAPSHOT/userguide";>user</a> and <a 
class="externalLink" 
href="http://archiva.apache.org/docs/1.4-M4-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><div class="section"><h4>More Information<a 
name="More_Information"></a></h4><p>If you are new to Archiva (or Maven), there 
are a number of helpful resources on the Maven website which provide 
step-by-step guides to getting help, useful information regarding etiquette, 
and lots of other resources.</p><p>Check out:</p><ul><li><a 
class="externalLink" href="http://maven.apache.org/community.html";
 >The Maven Community</a></li><li><a class="externalLink" 
 >href="http://maven.apache.org/users/getting-help.html";>Getting Help with 
 >Maven</a></li></ul></div></div><div class="section"><h3>How to Contribute<a 
 >name="How_to_Contribute"></a></h3><p>As with any open source project, there 
 >are several ways you can help:</p><ul><li><b>Join a mailing list</b><br 
 >/>Join a <a href="./mail-lists.html">mailing list</a> and answer other user's 
 >questions. You can also meet up with developers and users on 
 ><tt>#archiva</tt> on <tt>irc.codehaus.org</tt></li><li><b>Fix bugs</b><br 
 >/>Report bugs, feature requests and other issues in the <a 
 >href="./issue-tracking.html">Jira</a> issue tracking system. Also, read up on 
 ><a href="./developers/how-we-do-things.html">how we do things</a> in 
 >Archiva.</li><li><b>Build it</b><br />Check out the <a 
 >href="./source-repository.html">source code</a> and <a 
 >href="./developers/building.html">build Archiva</a> for yourself. Fix bugs 
 >and submit patches for reported
  issues (both those you find, or that others have filed).</li><li><b>Write 
documentation</b><br />Help with the documentation by pointing out areas that 
are lacking or unclear, and if you are so inclined, submitting patches to 
correct it. You can quickly contribute rough thoughts to the <a 
class="externalLink" href="http://cwiki.apache.org/confluence/display/ARCHIVA";> 
wiki</a>, or you can volunteer to help collate and organise information that is 
already there.</li></ul><p>Your participation in the community is much 
appreciated!</p><div class="section"><h4>More Information<a 
name="More_Information"></a></h4><p>If you are new to Archiva (or Maven), there 
are a number of helpful resources on the Maven website regarding contribution 
back to the community.</p><p>Check out:</p><ul><li><a class="externalLink" 
href="http://maven.apache.org/community.html";>The Maven Community</a> 
</li><li><a class="externalLink" 
href="http://maven.apache.org/guides/development/guide-helping.html";>Gu
 ide to helping with Maven</a></li></ul></div></div></div>
+            <!-- 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/mi
 ni/guide-apt-format.html --><div class="section"><h2>Getting Involved in the 
Archiva Project<a 
name="Getting_Involved_in_the_Archiva_Project"></a></h2><p>Archiva is an open 
source project and relies heavily on an active community. If you need help, you 
should look to the community. Equally, please look for ways that you may 
contribute back.</p><p>This page provides some pointers for receiving help and 
contributing to the Archiva community.</p><div class="section"><h3>Getting 
Help<a name="Getting_Help"></a></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/1.4-M5-SNAPSHOT/userguide";>user</a> and <a 
class="externalLink" 
href="http://archiva.apache.org/docs/1.4-M5-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><div class="section"><h4>More Information<a 
name="More_Information"></a></h4><p>If you are new to Archiva (or Maven), there 
are a number of helpful resources on the Maven website which provide 
step-by-step guides to getting help, useful information regarding etiquette, 
and lots of other resources.</p><p>Check out:</p><ul><li><a 
class="externalLink" href="http://maven.apache.org/community.html";
 >The Maven Community</a></li><li><a class="externalLink" 
 >href="http://maven.apache.org/users/getting-help.html";>Getting Help with 
 >Maven</a></li></ul></div></div><div class="section"><h3>How to Contribute<a 
 >name="How_to_Contribute"></a></h3><p>As with any open source project, there 
 >are several ways you can help:</p><ul><li><b>Join a mailing list</b><br 
 >/>Join a <a href="./mail-lists.html">mailing list</a> and answer other user's 
 >questions. You can also meet up with developers and users on 
 ><tt>#archiva</tt> on <tt>irc.codehaus.org</tt></li><li><b>Fix bugs</b><br 
 >/>Report bugs, feature requests and other issues in the <a 
 >href="./issue-tracking.html">Jira</a> issue tracking system. Also, read up on 
 ><a href="./developers/how-we-do-things.html">how we do things</a> in 
 >Archiva.</li><li><b>Build it</b><br />Check out the <a 
 >href="./source-repository.html">source code</a> and <a 
 >href="./developers/building.html">build Archiva</a> for yourself. Fix bugs 
 >and submit patches for reported
  issues (both those you find, or that others have filed).</li><li><b>Write 
documentation</b><br />Help with the documentation by pointing out areas that 
are lacking or unclear, and if you are so inclined, submitting patches to 
correct it. You can quickly contribute rough thoughts to the <a 
class="externalLink" href="http://cwiki.apache.org/confluence/display/ARCHIVA";> 
wiki</a>, or you can volunteer to help collate and organise information that is 
already there.</li></ul><p>Your participation in the community is much 
appreciated!</p><div class="section"><h4>More Information<a 
name="More_Information"></a></h4><p>If you are new to Archiva (or Maven), there 
are a number of helpful resources on the Maven website regarding contribution 
back to the community.</p><p>Check out:</p><ul><li><a class="externalLink" 
href="http://maven.apache.org/community.html";>The Maven Community</a> 
</li><li><a class="externalLink" 
href="http://maven.apache.org/guides/development/guide-helping.html";>Gu
 ide to helping with Maven</a></li></ul></div></div></div>
                   </div>
           </div>
 

Modified: archiva/site-content/index.html
URL: 
http://svn.apache.org/viewvc/archiva/site-content/index.html?rev=1488100&r1=1488099&r2=1488100&view=diff
==============================================================================
--- archiva/site-content/index.html (original)
+++ archiva/site-content/index.html Fri May 31 05:35:28 2013
@@ -69,7 +69,7 @@
 </li>
                                   <li>      <a href="docs/1.4-M4/"  
title="Preview 1.4-M4">Preview 1.4-M4</a>
 </li>
-                                  <li>      <a href="docs/1.4-M4-SNAPSHOT/"  
title="Dev 1.4-M4-SNAPSHOT">Dev 1.4-M4-SNAPSHOT</a>
+                                  <li>      <a href="docs/1.4-M5-SNAPSHOT/"  
title="Dev 1.4-M5-SNAPSHOT">Dev 1.4-M5-SNAPSHOT</a>
 </li>
                               </ul>
             </li>
@@ -261,69 +261,69 @@
               </div>
             </div>
             <div class="item">
-              <img 
src="http://archiva.apache.org/docs/1.4-M4-SNAPSHOT/images/tour/project-info.png";
 alt="" />
+              <img 
src="http://archiva.apache.org/docs/1.4-M5-SNAPSHOT/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="http://archiva.apache.org/docs/1.4-M4-SNAPSHOT/tour/index.html";>View 
all.</a></p>
-                <p><a class="externalLink" 
href="http://archiva.apache.org/docs/1.4-M4-SNAPSHOT/index.html";>View new 
documentation.</a></p>
+                <p><a class="externalLink" 
href="http://archiva.apache.org/docs/1.4-M5-SNAPSHOT/tour/index.html";>View 
all.</a></p>
+                <p><a class="externalLink" 
href="http://archiva.apache.org/docs/1.4-M5-SNAPSHOT/index.html";>View new 
documentation.</a></p>
               </div>
             </div>
             <div class="item">
-              <img 
src="http://archiva.apache.org/docs/1.4-M4-SNAPSHOT/images/tour/search-form.png";
 alt="" />
+              <img 
src="http://archiva.apache.org/docs/1.4-M5-SNAPSHOT/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="http://archiva.apache.org/docs/1.4-M4-SNAPSHOT/tour/index.html";>View 
all.</a></p>
-                <p><a class="externalLink" 
href="http://archiva.apache.org/docs/1.4-M4-SNAPSHOT/index.html";>View new 
documentation.</a></p>
+                <p><a class="externalLink" 
href="http://archiva.apache.org/docs/1.4-M5-SNAPSHOT/tour/index.html";>View 
all.</a></p>
+                <p><a class="externalLink" 
href="http://archiva.apache.org/docs/1.4-M5-SNAPSHOT/index.html";>View new 
documentation.</a></p>
               </div>
             </div>
             <div class="item">
-              <img 
src="http://archiva.apache.org/docs/1.4-M4-SNAPSHOT/images/tour/search-results.png";
 alt="" />
+              <img 
src="http://archiva.apache.org/docs/1.4-M5-SNAPSHOT/images/tour/search-results.png";
 alt="" />
               <div class="carousel-caption">
                 <p>Filterable search results.</p>
-                <p><a class="externalLink" 
href="http://archiva.apache.org/docs/1.4-M4-SNAPSHOT/tour/index.html";>View 
all.</a></p>
-                <p><a class="externalLink" 
href="http://archiva.apache.org/docs/1.4-M4-SNAPSHOT/index.html";>View new 
documentation.</a></p>
+                <p><a class="externalLink" 
href="http://archiva.apache.org/docs/1.4-M5-SNAPSHOT/tour/index.html";>View 
all.</a></p>
+                <p><a class="externalLink" 
href="http://archiva.apache.org/docs/1.4-M5-SNAPSHOT/index.html";>View new 
documentation.</a></p>
               </div>
             </div>
             <div class="item">
-              <img 
src="http://archiva.apache.org/docs/1.4-M4-SNAPSHOT/images/tour/browse.png"; 
alt="" />
+              <img 
src="http://archiva.apache.org/docs/1.4-M5-SNAPSHOT/images/tour/browse.png"; 
alt="" />
               <div class="carousel-caption">
                 <p>Browse interface.</p>
-                <p><a class="externalLink" 
href="http://archiva.apache.org/docs/1.4-M4-SNAPSHOT/tour/index.html";>View 
all.</a></p>
-                <p><a class="externalLink" 
href="http://archiva.apache.org/docs/1.4-M4-SNAPSHOT/index.html";>View new 
documentation.</a></p>
+                <p><a class="externalLink" 
href="http://archiva.apache.org/docs/1.4-M5-SNAPSHOT/tour/index.html";>View 
all.</a></p>
+                <p><a class="externalLink" 
href="http://archiva.apache.org/docs/1.4-M5-SNAPSHOT/index.html";>View new 
documentation.</a></p>
               </div>
             </div>
 
 
             <div class="item">
-              <img 
src="http://archiva.apache.org/docs/1.4-M4-SNAPSHOT/images/tour/remote-proxy-cache.png";
 alt="" />
+              <img 
src="http://archiva.apache.org/docs/1.4-M5-SNAPSHOT/images/tour/remote-proxy-cache.png";
 alt="" />
               <div class="carousel-caption">
                 <p>Drag &amp; drop remote proxies ordering.</p>
-                <p><a class="externalLink" 
href="http://archiva.apache.org/docs/1.4-M4-SNAPSHOT/tour/index.html";>View 
all.</a></p>
-                <p><a class="externalLink" 
href="http://archiva.apache.org/docs/1.4-M4-SNAPSHOT/index.html";>View new 
documentation.</a></p>
+                <p><a class="externalLink" 
href="http://archiva.apache.org/docs/1.4-M5-SNAPSHOT/tour/index.html";>View 
all.</a></p>
+                <p><a class="externalLink" 
href="http://archiva.apache.org/docs/1.4-M5-SNAPSHOT/index.html";>View new 
documentation.</a></p>
               </div>
             </div>
             <div class="item">
-              <img 
src="http://archiva.apache.org/docs/1.4-M4-SNAPSHOT/images/tour/upload-files.png";
 alt="" />
+              <img 
src="http://archiva.apache.org/docs/1.4-M5-SNAPSHOT/images/tour/upload-files.png";
 alt="" />
               <div class="carousel-caption">
                 <p>Drag &amp; drop upload artifacts via UI.</p>
-                <p><a class="externalLink" 
href="http://archiva.apache.org/docs/1.4-M4-SNAPSHOT/tour/index.html";>View 
all.</a></p>
-                <p><a class="externalLink" 
href="http://archiva.apache.org/docs/1.4-M4-SNAPSHOT/index.html";>View new 
documentation.</a></p>
+                <p><a class="externalLink" 
href="http://archiva.apache.org/docs/1.4-M5-SNAPSHOT/tour/index.html";>View 
all.</a></p>
+                <p><a class="externalLink" 
href="http://archiva.apache.org/docs/1.4-M5-SNAPSHOT/index.html";>View new 
documentation.</a></p>
               </div>
             </div>
             <div class="item">
-              <img 
src="http://archiva.apache.org/docs/1.4-M4-SNAPSHOT/images/tour/graphical-admin.png";
 alt="" />
+              <img 
src="http://archiva.apache.org/docs/1.4-M5-SNAPSHOT/images/tour/graphical-admin.png";
 alt="" />
               <div class="carousel-caption">
                 <p>Comprehensive web-based administration interface.</p>
-                <p><a class="externalLink" 
href="http://archiva.apache.org/docs/1.4-M4-SNAPSHOT/tour/index.html";>View 
all.</a></p>
-                <p><a class="externalLink" 
href="http://archiva.apache.org/docs/1.4-M4-SNAPSHOT/index.html";>View new 
documentation.</a></p>
+                <p><a class="externalLink" 
href="http://archiva.apache.org/docs/1.4-M5-SNAPSHOT/tour/index.html";>View 
all.</a></p>
+                <p><a class="externalLink" 
href="http://archiva.apache.org/docs/1.4-M5-SNAPSHOT/index.html";>View new 
documentation.</a></p>
               </div>
             </div>
             <div class="item">
-              <img 
src="http://archiva.apache.org/docs/1.4-M4-SNAPSHOT/images/proxy-connectors-rules.png";
 alt="" />
+              <img 
src="http://archiva.apache.org/docs/1.4-M5-SNAPSHOT/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="http://archiva.apache.org/docs/1.4-M4-SNAPSHOT/tour/index.html";>View 
all.</a></p>
-                <p><a class="externalLink" 
href="http://archiva.apache.org/docs/1.4-M4-SNAPSHOT/index.html";>View new 
documentation.</a></p>
+                <p><a class="externalLink" 
href="http://archiva.apache.org/docs/1.4-M5-SNAPSHOT/tour/index.html";>View 
all.</a></p>
+                <p><a class="externalLink" 
href="http://archiva.apache.org/docs/1.4-M5-SNAPSHOT/index.html";>View new 
documentation.</a></p>
               </div>
             </div>
 

Modified: archiva/site-content/integration.html
URL: 
http://svn.apache.org/viewvc/archiva/site-content/integration.html?rev=1488100&r1=1488099&r2=1488100&view=diff
==============================================================================
--- archiva/site-content/integration.html (original)
+++ archiva/site-content/integration.html Fri May 31 05:35:28 2013
@@ -67,7 +67,7 @@
 </li>
                                   <li>      <a href="docs/1.4-M4/"  
title="Preview 1.4-M4">Preview 1.4-M4</a>
 </li>
-                                  <li>      <a href="docs/1.4-M4-SNAPSHOT/"  
title="Dev 1.4-M4-SNAPSHOT">Dev 1.4-M4-SNAPSHOT</a>
+                                  <li>      <a href="docs/1.4-M5-SNAPSHOT/"  
title="Dev 1.4-M5-SNAPSHOT">Dev 1.4-M5-SNAPSHOT</a>
 </li>
                               </ul>
             </li>

Modified: archiva/site-content/issue-tracking.html
URL: 
http://svn.apache.org/viewvc/archiva/site-content/issue-tracking.html?rev=1488100&r1=1488099&r2=1488100&view=diff
==============================================================================
--- archiva/site-content/issue-tracking.html (original)
+++ archiva/site-content/issue-tracking.html Fri May 31 05:35:28 2013
@@ -67,7 +67,7 @@
 </li>
                                   <li>      <a href="docs/1.4-M4/"  
title="Preview 1.4-M4">Preview 1.4-M4</a>
 </li>
-                                  <li>      <a href="docs/1.4-M4-SNAPSHOT/"  
title="Dev 1.4-M4-SNAPSHOT">Dev 1.4-M4-SNAPSHOT</a>
+                                  <li>      <a href="docs/1.4-M5-SNAPSHOT/"  
title="Dev 1.4-M5-SNAPSHOT">Dev 1.4-M5-SNAPSHOT</a>
 </li>
                               </ul>
             </li>

Modified: archiva/site-content/jsui/generics-js.html
URL: 
http://svn.apache.org/viewvc/archiva/site-content/jsui/generics-js.html?rev=1488100&r1=1488099&r2=1488100&view=diff
==============================================================================
--- archiva/site-content/jsui/generics-js.html (original)
+++ archiva/site-content/jsui/generics-js.html Fri May 31 05:35:28 2013
@@ -69,7 +69,7 @@
 </li>
                                   <li>      <a href="../docs/1.4-M4/"  
title="Preview 1.4-M4">Preview 1.4-M4</a>
 </li>
-                                  <li>      <a href="../docs/1.4-M4-SNAPSHOT/" 
 title="Dev 1.4-M4-SNAPSHOT">Dev 1.4-M4-SNAPSHOT</a>
+                                  <li>      <a href="../docs/1.4-M5-SNAPSHOT/" 
 title="Dev 1.4-M5-SNAPSHOT">Dev 1.4-M5-SNAPSHOT</a>
 </li>
                               </ul>
             </li>

Modified: archiva/site-content/jsui/i18n.html
URL: 
http://svn.apache.org/viewvc/archiva/site-content/jsui/i18n.html?rev=1488100&r1=1488099&r2=1488100&view=diff
==============================================================================
--- archiva/site-content/jsui/i18n.html (original)
+++ archiva/site-content/jsui/i18n.html Fri May 31 05:35:28 2013
@@ -69,7 +69,7 @@
 </li>
                                   <li>      <a href="../docs/1.4-M4/"  
title="Preview 1.4-M4">Preview 1.4-M4</a>
 </li>
-                                  <li>      <a href="../docs/1.4-M4-SNAPSHOT/" 
 title="Dev 1.4-M4-SNAPSHOT">Dev 1.4-M4-SNAPSHOT</a>
+                                  <li>      <a href="../docs/1.4-M5-SNAPSHOT/" 
 title="Dev 1.4-M5-SNAPSHOT">Dev 1.4-M5-SNAPSHOT</a>
 </li>
                               </ul>
             </li>

Modified: archiva/site-content/jsui/index.html
URL: 
http://svn.apache.org/viewvc/archiva/site-content/jsui/index.html?rev=1488100&r1=1488099&r2=1488100&view=diff
==============================================================================
--- archiva/site-content/jsui/index.html (original)
+++ archiva/site-content/jsui/index.html Fri May 31 05:35:28 2013
@@ -69,7 +69,7 @@
 </li>
                                   <li>      <a href="../docs/1.4-M4/"  
title="Preview 1.4-M4">Preview 1.4-M4</a>
 </li>
-                                  <li>      <a href="../docs/1.4-M4-SNAPSHOT/" 
 title="Dev 1.4-M4-SNAPSHOT">Dev 1.4-M4-SNAPSHOT</a>
+                                  <li>      <a href="../docs/1.4-M5-SNAPSHOT/" 
 title="Dev 1.4-M5-SNAPSHOT">Dev 1.4-M5-SNAPSHOT</a>
 </li>
                               </ul>
             </li>

Modified: archiva/site-content/jsui/knockout-binding.html
URL: 
http://svn.apache.org/viewvc/archiva/site-content/jsui/knockout-binding.html?rev=1488100&r1=1488099&r2=1488100&view=diff
==============================================================================
--- archiva/site-content/jsui/knockout-binding.html (original)
+++ archiva/site-content/jsui/knockout-binding.html Fri May 31 05:35:28 2013
@@ -69,7 +69,7 @@
 </li>
                                   <li>      <a href="../docs/1.4-M4/"  
title="Preview 1.4-M4">Preview 1.4-M4</a>
 </li>
-                                  <li>      <a href="../docs/1.4-M4-SNAPSHOT/" 
 title="Dev 1.4-M4-SNAPSHOT">Dev 1.4-M4-SNAPSHOT</a>
+                                  <li>      <a href="../docs/1.4-M5-SNAPSHOT/" 
 title="Dev 1.4-M5-SNAPSHOT">Dev 1.4-M5-SNAPSHOT</a>
 </li>
                               </ul>
             </li>

Modified: archiva/site-content/jsui/rest.html
URL: 
http://svn.apache.org/viewvc/archiva/site-content/jsui/rest.html?rev=1488100&r1=1488099&r2=1488100&view=diff
==============================================================================
--- archiva/site-content/jsui/rest.html (original)
+++ archiva/site-content/jsui/rest.html Fri May 31 05:35:28 2013
@@ -69,7 +69,7 @@
 </li>
                                   <li>      <a href="../docs/1.4-M4/"  
title="Preview 1.4-M4">Preview 1.4-M4</a>
 </li>
-                                  <li>      <a href="../docs/1.4-M4-SNAPSHOT/" 
 title="Dev 1.4-M4-SNAPSHOT">Dev 1.4-M4-SNAPSHOT</a>
+                                  <li>      <a href="../docs/1.4-M5-SNAPSHOT/" 
 title="Dev 1.4-M5-SNAPSHOT">Dev 1.4-M5-SNAPSHOT</a>
 </li>
                               </ul>
             </li>

Modified: archiva/site-content/jsui/template-loading.html
URL: 
http://svn.apache.org/viewvc/archiva/site-content/jsui/template-loading.html?rev=1488100&r1=1488099&r2=1488100&view=diff
==============================================================================
--- archiva/site-content/jsui/template-loading.html (original)
+++ archiva/site-content/jsui/template-loading.html Fri May 31 05:35:28 2013
@@ -69,7 +69,7 @@
 </li>
                                   <li>      <a href="../docs/1.4-M4/"  
title="Preview 1.4-M4">Preview 1.4-M4</a>
 </li>
-                                  <li>      <a href="../docs/1.4-M4-SNAPSHOT/" 
 title="Dev 1.4-M4-SNAPSHOT">Dev 1.4-M4-SNAPSHOT</a>
+                                  <li>      <a href="../docs/1.4-M5-SNAPSHOT/" 
 title="Dev 1.4-M5-SNAPSHOT">Dev 1.4-M5-SNAPSHOT</a>
 </li>
                               </ul>
             </li>

Modified: archiva/site-content/known-issues.html
URL: 
http://svn.apache.org/viewvc/archiva/site-content/known-issues.html?rev=1488100&r1=1488099&r2=1488100&view=diff
==============================================================================
--- archiva/site-content/known-issues.html (original)
+++ archiva/site-content/known-issues.html Fri May 31 05:35:28 2013
@@ -68,7 +68,7 @@
 </li>
                                   <li>      <a href="docs/1.4-M4/"  
title="Preview 1.4-M4">Preview 1.4-M4</a>
 </li>
-                                  <li>      <a href="docs/1.4-M4-SNAPSHOT/"  
title="Dev 1.4-M4-SNAPSHOT">Dev 1.4-M4-SNAPSHOT</a>
+                                  <li>      <a href="docs/1.4-M5-SNAPSHOT/"  
title="Dev 1.4-M5-SNAPSHOT">Dev 1.4-M5-SNAPSHOT</a>
 </li>
                               </ul>
             </li>

Modified: archiva/site-content/license.html
URL: 
http://svn.apache.org/viewvc/archiva/site-content/license.html?rev=1488100&r1=1488099&r2=1488100&view=diff
==============================================================================
--- archiva/site-content/license.html (original)
+++ archiva/site-content/license.html Fri May 31 05:35:28 2013
@@ -67,7 +67,7 @@
 </li>
                                   <li>      <a href="docs/1.4-M4/"  
title="Preview 1.4-M4">Preview 1.4-M4</a>
 </li>
-                                  <li>      <a href="docs/1.4-M4-SNAPSHOT/"  
title="Dev 1.4-M4-SNAPSHOT">Dev 1.4-M4-SNAPSHOT</a>
+                                  <li>      <a href="docs/1.4-M5-SNAPSHOT/"  
title="Dev 1.4-M5-SNAPSHOT">Dev 1.4-M5-SNAPSHOT</a>
 </li>
                               </ul>
             </li>

Modified: archiva/site-content/mail-lists.html
URL: 
http://svn.apache.org/viewvc/archiva/site-content/mail-lists.html?rev=1488100&r1=1488099&r2=1488100&view=diff
==============================================================================
--- archiva/site-content/mail-lists.html (original)
+++ archiva/site-content/mail-lists.html Fri May 31 05:35:28 2013
@@ -67,7 +67,7 @@
 </li>
                                   <li>      <a href="docs/1.4-M4/"  
title="Preview 1.4-M4">Preview 1.4-M4</a>
 </li>
-                                  <li>      <a href="docs/1.4-M4-SNAPSHOT/"  
title="Dev 1.4-M4-SNAPSHOT">Dev 1.4-M4-SNAPSHOT</a>
+                                  <li>      <a href="docs/1.4-M5-SNAPSHOT/"  
title="Dev 1.4-M5-SNAPSHOT">Dev 1.4-M5-SNAPSHOT</a>
 </li>
                               </ul>
             </li>

Modified: archiva/site-content/privacy-policy.html
URL: 
http://svn.apache.org/viewvc/archiva/site-content/privacy-policy.html?rev=1488100&r1=1488099&r2=1488100&view=diff
==============================================================================
--- archiva/site-content/privacy-policy.html (original)
+++ archiva/site-content/privacy-policy.html Fri May 31 05:35:28 2013
@@ -69,7 +69,7 @@
 </li>
                                   <li>      <a href="docs/1.4-M4/"  
title="Preview 1.4-M4">Preview 1.4-M4</a>
 </li>
-                                  <li>      <a href="docs/1.4-M4-SNAPSHOT/"  
title="Dev 1.4-M4-SNAPSHOT">Dev 1.4-M4-SNAPSHOT</a>
+                                  <li>      <a href="docs/1.4-M5-SNAPSHOT/"  
title="Dev 1.4-M5-SNAPSHOT">Dev 1.4-M5-SNAPSHOT</a>
 </li>
                               </ul>
             </li>

Modified: archiva/site-content/project-info.html
URL: 
http://svn.apache.org/viewvc/archiva/site-content/project-info.html?rev=1488100&r1=1488099&r2=1488100&view=diff
==============================================================================
--- archiva/site-content/project-info.html (original)
+++ archiva/site-content/project-info.html Fri May 31 05:35:28 2013
@@ -67,7 +67,7 @@
 </li>
                                   <li>      <a href="docs/1.4-M4/"  
title="Preview 1.4-M4">Preview 1.4-M4</a>
 </li>
-                                  <li>      <a href="docs/1.4-M4-SNAPSHOT/"  
title="Dev 1.4-M4-SNAPSHOT">Dev 1.4-M4-SNAPSHOT</a>
+                                  <li>      <a href="docs/1.4-M5-SNAPSHOT/"  
title="Dev 1.4-M5-SNAPSHOT">Dev 1.4-M5-SNAPSHOT</a>
 </li>
                               </ul>
             </li>

Modified: archiva/site-content/security.html
URL: 
http://svn.apache.org/viewvc/archiva/site-content/security.html?rev=1488100&r1=1488099&r2=1488100&view=diff
==============================================================================
--- archiva/site-content/security.html (original)
+++ archiva/site-content/security.html Fri May 31 05:35:28 2013
@@ -67,7 +67,7 @@
 </li>
                                   <li>      <a href="docs/1.4-M4/"  
title="Preview 1.4-M4">Preview 1.4-M4</a>
 </li>
-                                  <li>      <a href="docs/1.4-M4-SNAPSHOT/"  
title="Dev 1.4-M4-SNAPSHOT">Dev 1.4-M4-SNAPSHOT</a>
+                                  <li>      <a href="docs/1.4-M5-SNAPSHOT/"  
title="Dev 1.4-M5-SNAPSHOT">Dev 1.4-M5-SNAPSHOT</a>
 </li>
                               </ul>
             </li>

Modified: archiva/site-content/source-repository.html
URL: 
http://svn.apache.org/viewvc/archiva/site-content/source-repository.html?rev=1488100&r1=1488099&r2=1488100&view=diff
==============================================================================
--- archiva/site-content/source-repository.html (original)
+++ archiva/site-content/source-repository.html Fri May 31 05:35:28 2013
@@ -67,7 +67,7 @@
 </li>
                                   <li>      <a href="docs/1.4-M4/"  
title="Preview 1.4-M4">Preview 1.4-M4</a>
 </li>
-                                  <li>      <a href="docs/1.4-M4-SNAPSHOT/"  
title="Dev 1.4-M4-SNAPSHOT">Dev 1.4-M4-SNAPSHOT</a>
+                                  <li>      <a href="docs/1.4-M5-SNAPSHOT/"  
title="Dev 1.4-M5-SNAPSHOT">Dev 1.4-M5-SNAPSHOT</a>
 </li>
                               </ul>
             </li>

Modified: archiva/site-content/team-list.html
URL: 
http://svn.apache.org/viewvc/archiva/site-content/team-list.html?rev=1488100&r1=1488099&r2=1488100&view=diff
==============================================================================
--- archiva/site-content/team-list.html (original)
+++ archiva/site-content/team-list.html Fri May 31 05:35:28 2013
@@ -67,7 +67,7 @@
 </li>
                                   <li>      <a href="docs/1.4-M4/"  
title="Preview 1.4-M4">Preview 1.4-M4</a>
 </li>
-                                  <li>      <a href="docs/1.4-M4-SNAPSHOT/"  
title="Dev 1.4-M4-SNAPSHOT">Dev 1.4-M4-SNAPSHOT</a>
+                                  <li>      <a href="docs/1.4-M5-SNAPSHOT/"  
title="Dev 1.4-M5-SNAPSHOT">Dev 1.4-M5-SNAPSHOT</a>
 </li>
                               </ul>
             </li>

Modified: archiva/site-content/versions.html
URL: 
http://svn.apache.org/viewvc/archiva/site-content/versions.html?rev=1488100&r1=1488099&r2=1488100&view=diff
==============================================================================
--- archiva/site-content/versions.html (original)
+++ archiva/site-content/versions.html Fri May 31 05:35:28 2013
@@ -68,7 +68,7 @@
 </li>
                                   <li>      <a href="docs/1.4-M4/"  
title="Preview 1.4-M4">Preview 1.4-M4</a>
 </li>
-                                  <li>      <a href="docs/1.4-M4-SNAPSHOT/"  
title="Dev 1.4-M4-SNAPSHOT">Dev 1.4-M4-SNAPSHOT</a>
+                                  <li>      <a href="docs/1.4-M5-SNAPSHOT/"  
title="Dev 1.4-M5-SNAPSHOT">Dev 1.4-M5-SNAPSHOT</a>
 </li>
                               </ul>
             </li>


Reply via email to