You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2012/05/08 13:39:33 UTC

svn commit: r816533 [5/8] - in /websites/production/maventest/content/plugins/maven-release-plugin-latest: ./ apidocs/ apidocs/org/apache/maven/plugins/release/ apidocs/org/apache/maven/plugins/release/class-use/ examples/ testapidocs/ testapidocs/org/...

Modified: websites/production/maventest/content/plugins/maven-release-plugin-latest/prepare-mojo.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-release-plugin-latest/prepare-mojo.html (original)
+++ websites/production/maventest/content/plugins/maven-release-plugin-latest/prepare-mojo.html Tue May  8 11:39:29 2012
@@ -76,8 +76,8 @@
             
   
     
-             Last Published: 2011-06-27
-               | Version: 2.2
+             Last Published: 2011-07-28
+               | Version: 2.2.1
             </div>
       <div class="clear">
         <hr/>
@@ -284,21 +284,20 @@
   
     <div class="section"><h2>release:prepare<a name="release:prepare"></a></h2>
       <p><b>Full name</b>:</p>
-      <p>org.apache.maven.plugins:maven-release-plugin:2.2:prepare</p>
+      <p>org.apache.maven.plugins:maven-release-plugin:2.2.1:prepare</p>
       <p><b>Description</b>:</p>
       <div>Prepare for a release in SCM. Steps through several phases to
 ensure the POM is ready to be released and then prepares SCM to
 eventually contain a tagged version of the release and a record in
 the local copy of the parameters used. This can be followed by a
-call to <tt>release:perform</tt>. For more info see <a class="externalLink" href="http://maven.apache.org/plugins/maven-release-plugin/examples/prepare-release.html">
-http://maven.apache.org/plugins/maven-release-plugin/examples/prepare-release.html</a>.</div>
+call to <tt>release:perform</tt>. For more info see <a class="externalLink" href="http://maven.apache.org/plugins/maven-release-plugin/examples/prepare-release.html">http://maven.apache.org/plugins/maven-release-plugin/examples/prepare-release.html</a>.</div>
       <p><b>Attributes</b>:</p>
       <ul>
-        <li>Requires a Maven 2.0 project to be executed.</li>
+        <li>Requires a Maven project to be executed.</li>
         <li>Executes as an aggregator plugin.</li>
       </ul>
       <div class="section"><h3>Optional Parameters<a name="Optional_Parameters"></a></h3>
-        <table class="bodyTable" border="0" align="left">
+        <table class="bodyTable" border="0">
           <tr class="a">
             <th>Name</th>
             <th>Type</th>
@@ -464,12 +463,10 @@ compatibility.<br /><b>Default value is<
             <td><tt>boolean</tt></td>
             <td><tt>2.0-beta-9</tt></td>
             <td>Currently only implemented with svn scm. 
-
 <ul>
 <li>Enables a workaround to prevent issue due to svn client &gt;
 1.5.0 (fixed in 1.6.5)
 (http://jira.codehaus.org/browse/SCM-406)</li>
-
 <li>You may not want to use this in conjunction with
 <tt>suppressCommitBeforeTag</tt>, such that no poms with
 released versions are committed to the working copy ever.</li>
@@ -526,14 +523,11 @@ Property interpolation is performed on t
 ensure that the interpolation occurs during release, you must use
 <tt>@{...}</tt> to reference the properties rather than
 <tt>${...}</tt>. The following properties are available: 
-
 <ul>
 <li><tt>groupId</tt> or <tt>project.groupId</tt> - The
 groupId of the root project.</li>
-
 <li><tt>artifactId</tt> or <tt>project.artifactId</tt> -
 The artifactId of the root project.</li>
-
 <li><tt>version</tt> or <tt>project.version</tt> - The
 release version of the root project.</li>
 </ul><br /><b>Default value is</b>: <tt>@{project.artifactId}-@{project.version}</tt>.</td>
@@ -758,12 +752,10 @@ compatibility.</div>
           <li><b>Expression</b>: <tt>${releaseVersion}</tt></li>
         </ul><hr /><p><b><a name="remoteTagging">remoteTagging</a>:</b></p>
         <div>Currently only implemented with svn scm. 
-
 <ul>
 <li>Enables a workaround to prevent issue due to svn client &gt;
 1.5.0 (fixed in 1.6.5)
 (http://jira.codehaus.org/browse/SCM-406)</li>
-
 <li>You may not want to use this in conjunction with
 <tt>suppressCommitBeforeTag</tt>, such that no poms with
 released versions are committed to the working copy ever.</li>
@@ -827,14 +819,11 @@ Property interpolation is performed on t
 ensure that the interpolation occurs during release, you must use
 <tt>@{...}</tt> to reference the properties rather than
 <tt>${...}</tt>. The following properties are available: 
-
 <ul>
 <li><tt>groupId</tt> or <tt>project.groupId</tt> - The
 groupId of the root project.</li>
-
 <li><tt>artifactId</tt> or <tt>project.artifactId</tt> -
 The artifactId of the root project.</li>
-
 <li><tt>version</tt> or <tt>project.version</tt> - The
 release version of the root project.</li>
 </ul></div>

Modified: websites/production/maventest/content/plugins/maven-release-plugin-latest/prepare-with-pom-mojo.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-release-plugin-latest/prepare-with-pom-mojo.html (original)
+++ websites/production/maventest/content/plugins/maven-release-plugin-latest/prepare-with-pom-mojo.html Tue May  8 11:39:29 2012
@@ -76,8 +76,8 @@
             
   
     
-             Last Published: 2011-06-27
-              &nbsp;| Version: 2.2
+             Last Published: 2011-07-28
+              &nbsp;| Version: 2.2.1
             </div>
       <div class="clear">
         <hr/>
@@ -284,19 +284,19 @@
   
     <div class="section"><h2>release:prepare-with-pom<a name="release:prepare-with-pom"></a></h2>
       <p><b>Full name</b>:</p>
-      <p>org.apache.maven.plugins:maven-release-plugin:2.2:prepare-with-pom</p>
+      <p>org.apache.maven.plugins:maven-release-plugin:2.2.1:prepare-with-pom</p>
       <p><b>Description</b>:</p>
       <div>Prepare for a release in SCM, fully resolving dependencies for the
 purpose of producing a &quot;release POM&quot;.</div>
       <p><b>Attributes</b>:</p>
       <ul>
-        <li>Requires a Maven 2.0 project to be executed.</li>
+        <li>Requires a Maven project to be executed.</li>
         <li>Executes as an aggregator plugin.</li>
         <li>Requires dependency resolution of artifacts in scope: <tt>test</tt>.</li>
         <li>Since version: <tt>2.0</tt>.</li>
       </ul>
       <div class="section"><h3>Optional Parameters<a name="Optional_Parameters"></a></h3>
-        <table class="bodyTable" border="0" align="left">
+        <table class="bodyTable" border="0">
           <tr class="a">
             <th>Name</th>
             <th>Type</th>
@@ -463,12 +463,10 @@ compatibility.<br /><b>Default value is<
             <td><tt>boolean</tt></td>
             <td><tt>2.0-beta-9</tt></td>
             <td>Currently only implemented with svn scm. 
-
 <ul>
 <li>Enables a workaround to prevent issue due to svn client &gt;
 1.5.0 (fixed in 1.6.5)
 (http://jira.codehaus.org/browse/SCM-406)</li>
-
 <li>You may not want to use this in conjunction with
 <tt>suppressCommitBeforeTag</tt>, such that no poms with
 released versions are committed to the working copy ever.</li>
@@ -525,14 +523,11 @@ Property interpolation is performed on t
 ensure that the interpolation occurs during release, you must use
 <tt>@{...}</tt> to reference the properties rather than
 <tt>${...}</tt>. The following properties are available: 
-
 <ul>
 <li><tt>groupId</tt> or <tt>project.groupId</tt> - The
 groupId of the root project.</li>
-
 <li><tt>artifactId</tt> or <tt>project.artifactId</tt> -
 The artifactId of the root project.</li>
-
 <li><tt>version</tt> or <tt>project.version</tt> - The
 release version of the root project.</li>
 </ul><br /><b>Default value is</b>: <tt>@{project.artifactId}-@{project.version}</tt>.</td>
@@ -764,12 +759,10 @@ compatibility.</div>
           <li><b>Expression</b>: <tt>${releaseVersion}</tt></li>
         </ul><hr /><p><b><a name="remoteTagging">remoteTagging</a>:</b></p>
         <div>Currently only implemented with svn scm. 
-
 <ul>
 <li>Enables a workaround to prevent issue due to svn client &gt;
 1.5.0 (fixed in 1.6.5)
 (http://jira.codehaus.org/browse/SCM-406)</li>
-
 <li>You may not want to use this in conjunction with
 <tt>suppressCommitBeforeTag</tt>, such that no poms with
 released versions are committed to the working copy ever.</li>
@@ -836,14 +829,11 @@ Property interpolation is performed on t
 ensure that the interpolation occurs during release, you must use
 <tt>@{...}</tt> to reference the properties rather than
 <tt>${...}</tt>. The following properties are available: 
-
 <ul>
 <li><tt>groupId</tt> or <tt>project.groupId</tt> - The
 groupId of the root project.</li>
-
 <li><tt>artifactId</tt> or <tt>project.artifactId</tt> -
 The artifactId of the root project.</li>
-
 <li><tt>version</tt> or <tt>project.version</tt> - The
 release version of the root project.</li>
 </ul></div>

Modified: websites/production/maventest/content/plugins/maven-release-plugin-latest/project-info.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-release-plugin-latest/project-info.html (original)
+++ websites/production/maventest/content/plugins/maven-release-plugin-latest/project-info.html Tue May  8 11:39:29 2012
@@ -75,8 +75,8 @@
             
   
     
-             Last Published: 2011-06-27
-              &nbsp;| Version: 2.2
+             Last Published: 2011-07-28
+              &nbsp;| Version: 2.2.1
             </div>
       <div class="clear">
         <hr/>

Modified: websites/production/maventest/content/plugins/maven-release-plugin-latest/project-reports.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-release-plugin-latest/project-reports.html (original)
+++ websites/production/maventest/content/plugins/maven-release-plugin-latest/project-reports.html Tue May  8 11:39:29 2012
@@ -75,8 +75,8 @@
             
   
     
-             Last Published: 2011-06-27
-              &nbsp;| Version: 2.2
+             Last Published: 2011-07-28
+              &nbsp;| Version: 2.2.1
             </div>
       <div class="clear">
         <hr/>

Modified: websites/production/maventest/content/plugins/maven-release-plugin-latest/project-summary.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-release-plugin-latest/project-summary.html (original)
+++ websites/production/maventest/content/plugins/maven-release-plugin-latest/project-summary.html Tue May  8 11:39:29 2012
@@ -75,8 +75,8 @@
             
   
     
-             Last Published: 2011-06-27
-              &nbsp;| Version: 2.2
+             Last Published: 2011-07-28
+              &nbsp;| Version: 2.2.1
             </div>
       <div class="clear">
         <hr/>
@@ -333,7 +333,7 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section"><h2>Project Summary<a name="Project_Summary"></a></h2><a name="Project_Summary"></a><div class="section"><h3>Project Information<a name="Project_Information"></a></h3><a name="Project_Information"></a><table border="0" class="bodyTable"><tr class="a"><th>Field</th><th>Value</th></tr><tr class="b"><td>Name</td><td>Maven Release Plugin</td></tr><tr class="a"><td>Description</td><td>This plugin is used to release a project with Maven, saving a lot of repetitive, manual work.</td></tr><tr class="b"><td>Homepage</td><td><a class="externalLink" href="http://maven.apache.org/plugins/maven-release-plugin/">http://maven.apache.org/plugins/maven-release-plugin/</a></td></tr></table></div><div class="section"><h3>Project Organization<a name="Project_Organization"></a></h3><a name="Project_Organization"></a><table border="0" class="bodyTable"><tr class="a"><th>Field</th><th>Value</th></tr><tr class="b"><td>Name</td><td>The Apache Software Foundation</td></tr
 ><tr class="a"><td>URL</td><td><a class="externalLink" href="http://www.apache.org/">http://www.apache.org/</a></td></tr></table></div><div class="section"><h3>Build Information<a name="Build_Information"></a></h3><a name="Build_Information"></a><table border="0" class="bodyTable"><tr class="a"><th>Field</th><th>Value</th></tr><tr class="b"><td>GroupId</td><td>org.apache.maven.plugins</td></tr><tr class="a"><td>ArtifactId</td><td>maven-release-plugin</td></tr><tr class="b"><td>Version</td><td>2.2</td></tr><tr class="a"><td>Type</td><td>maven-plugin</td></tr><tr class="b"><td>JDK Rev</td><td>1.5</td></tr></table></div></div>
+        <div class="section"><h2>Project Summary<a name="Project_Summary"></a></h2><a name="Project_Summary"></a><div class="section"><h3>Project Information<a name="Project_Information"></a></h3><a name="Project_Information"></a><table border="0" class="bodyTable"><tr class="a"><th>Field</th><th>Value</th></tr><tr class="b"><td>Name</td><td>Maven Release Plugin</td></tr><tr class="a"><td>Description</td><td>This plugin is used to release a project with Maven, saving a lot of repetitive, manual work.</td></tr><tr class="b"><td>Homepage</td><td><a class="externalLink" href="http://maven.apache.org/plugins/maven-release-plugin/">http://maven.apache.org/plugins/maven-release-plugin/</a></td></tr></table></div><div class="section"><h3>Project Organization<a name="Project_Organization"></a></h3><a name="Project_Organization"></a><table border="0" class="bodyTable"><tr class="a"><th>Field</th><th>Value</th></tr><tr class="b"><td>Name</td><td>The Apache Software Foundation</td></tr
 ><tr class="a"><td>URL</td><td><a class="externalLink" href="http://www.apache.org/">http://www.apache.org/</a></td></tr></table></div><div class="section"><h3>Build Information<a name="Build_Information"></a></h3><a name="Build_Information"></a><table border="0" class="bodyTable"><tr class="a"><th>Field</th><th>Value</th></tr><tr class="b"><td>GroupId</td><td>org.apache.maven.plugins</td></tr><tr class="a"><td>ArtifactId</td><td>maven-release-plugin</td></tr><tr class="b"><td>Version</td><td>2.2.1</td></tr><tr class="a"><td>Type</td><td>maven-plugin</td></tr><tr class="b"><td>JDK Rev</td><td>1.5</td></tr></table></div></div>
       </div>
     </div>
     <div class="clear">

Modified: websites/production/maventest/content/plugins/maven-release-plugin-latest/rollback-mojo.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-release-plugin-latest/rollback-mojo.html (original)
+++ websites/production/maventest/content/plugins/maven-release-plugin-latest/rollback-mojo.html Tue May  8 11:39:29 2012
@@ -76,8 +76,8 @@
             
   
     
-             Last Published: 2011-06-27
-              &nbsp;| Version: 2.2
+             Last Published: 2011-07-28
+              &nbsp;| Version: 2.2.1
             </div>
       <div class="clear">
         <hr/>
@@ -284,20 +284,19 @@
   
     <div class="section"><h2>release:rollback<a name="release:rollback"></a></h2>
       <p><b>Full name</b>:</p>
-      <p>org.apache.maven.plugins:maven-release-plugin:2.2:rollback</p>
+      <p>org.apache.maven.plugins:maven-release-plugin:2.2.1:rollback</p>
       <p><b>Description</b>:</p>
       <div>Rollback changes made by a previous release. This requires that the
 previous release descriptor <tt>release.properties</tt> is still
-available in the local working copy. For more info see <a class="externalLink" href="http://maven.apache.org/plugins/maven-release-plugin/examples/rollback-release.html">
-http://maven.apache.org/plugins/maven-release-plugin/examples/rollback-release.html</a>.</div>
+available in the local working copy. For more info see <a class="externalLink" href="http://maven.apache.org/plugins/maven-release-plugin/examples/rollback-release.html">http://maven.apache.org/plugins/maven-release-plugin/examples/rollback-release.html</a>.</div>
       <p><b>Attributes</b>:</p>
       <ul>
-        <li>Requires a Maven 2.0 project to be executed.</li>
+        <li>Requires a Maven project to be executed.</li>
         <li>Executes as an aggregator plugin.</li>
         <li>Since version: <tt>2.0-beta-5</tt>.</li>
       </ul>
       <div class="section"><h3>Optional Parameters<a name="Optional_Parameters"></a></h3>
-        <table class="bodyTable" border="0" align="left">
+        <table class="bodyTable" border="0">
           <tr class="a">
             <th>Name</th>
             <th>Type</th>
@@ -403,14 +402,11 @@ Property interpolation is performed on t
 ensure that the interpolation occurs during release, you must use
 <tt>@{...}</tt> to reference the properties rather than
 <tt>${...}</tt>. The following properties are available: 
-
 <ul>
 <li><tt>groupId</tt> or <tt>project.groupId</tt> - The
 groupId of the root project.</li>
-
 <li><tt>artifactId</tt> or <tt>project.artifactId</tt> -
 The artifactId of the root project.</li>
-
 <li><tt>version</tt> or <tt>project.version</tt> - The
 release version of the root project.</li>
 </ul><br /><b>Default value is</b>: <tt>@{project.artifactId}-@{project.version}</tt>.</td>
@@ -536,14 +532,11 @@ Property interpolation is performed on t
 ensure that the interpolation occurs during release, you must use
 <tt>@{...}</tt> to reference the properties rather than
 <tt>${...}</tt>. The following properties are available: 
-
 <ul>
 <li><tt>groupId</tt> or <tt>project.groupId</tt> - The
 groupId of the root project.</li>
-
 <li><tt>artifactId</tt> or <tt>project.artifactId</tt> -
 The artifactId of the root project.</li>
-
 <li><tt>version</tt> or <tt>project.version</tt> - The
 release version of the root project.</li>
 </ul></div>

Modified: websites/production/maventest/content/plugins/maven-release-plugin-latest/source-repository.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-release-plugin-latest/source-repository.html (original)
+++ websites/production/maventest/content/plugins/maven-release-plugin-latest/source-repository.html Tue May  8 11:39:29 2012
@@ -75,8 +75,8 @@
             
   
     
-             Last Published: 2011-06-27
-              &nbsp;| Version: 2.2
+             Last Published: 2011-07-28
+              &nbsp;| Version: 2.2.1
             </div>
       <div class="clear">
         <hr/>
@@ -333,7 +333,7 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section"><h2>Overview<a name="Overview"></a></h2><a name="Overview"></a><p>This project uses <a class="externalLink" href="http://subversion.apache.org/">Subversion</a> to manage its source code. Instructions on Subversion use can be found at <a class="externalLink" href="http://svnbook.red-bean.com/">http://svnbook.red-bean.com/</a>.</p></div><div class="section"><h2>Web Access<a name="Web_Access"></a></h2><a name="Web_Access"></a><p>The following is a link to the online source repository.</p><div class="source"><pre><a class="externalLink" href="http://svn.apache.org/viewvc/maven/release/tags/maven-release-2.2/maven-release-plugin">http://svn.apache.org/viewvc/maven/release/tags/maven-release-2.2/maven-release-plugin</a></pre></div></div><div class="section"><h2>Anonymous access<a name="Anonymous_access"></a></h2><a name="Anonymous_access"></a><p>The source can be checked out anonymously from SVN with this command:</p><div class="source"><pre>$ svn chec
 kout http://svn.apache.org/repos/asf/maven/release/tags/maven-release-2.2/maven-release-plugin maven-release-plugin</pre></div></div><div class="section"><h2>Developer access<a name="Developer_access"></a></h2><a name="Developer_access"></a><p>Everyone can access the Subversion repository via HTTP, but Committers must checkout the Subversion repository via HTTPS.</p><div class="source"><pre>$ svn checkout https://svn.apache.org/repos/asf/maven/release/tags/maven-release-2.2/maven-release-plugin maven-release-plugin</pre></div><p>To commit changes to the repository, execute the following command to commit your changes (svn will prompt you for your password)</p><div class="source"><pre>$ svn commit --username your-username -m &quot;A message&quot;</pre></div></div><div class="section"><h2>Access from behind a firewall<a name="Access_from_behind_a_firewall"></a></h2><a name="Access_from_behind_a_firewall"></a><p>For those users who are stuck behind a corporate firewall which is
  blocking HTTP access to the Subversion repository, you can try to access it via the developer connection:</p><div class="source"><pre>$ svn checkout https://svn.apache.org/repos/asf/maven/release/tags/maven-release-2.2/maven-release-plugin maven-release-plugin</pre></div></div><div class="section"><h2>Access through a proxy<a name="Access_through_a_proxy"></a></h2><a name="Access_through_a_proxy"></a><p>The Subversion client can go through a proxy, if you configure it to do so. First, edit your &quot;servers&quot; configuration file to indicate which proxy to use. The file's location depends on your operating system. On Linux or Unix it is located in the directory &quot;~/.subversion&quot;. On Windows it is in &quot;%APPDATA%\Subversion&quot;. (Try &quot;echo %APPDATA%&quot;, note this is a hidden directory.)</p><p>There are comments in the file explaining what to do. If you don't have that file, get the latest Subversion client and run any command; this will cause the conf
 iguration directory and template files to be created.</p><p>Example: Edit the 'servers' file and add something like:</p><div class="source"><pre>[global]
+        <div class="section"><h2>Overview<a name="Overview"></a></h2><a name="Overview"></a><p>This project uses <a class="externalLink" href="http://subversion.apache.org/">Subversion</a> to manage its source code. Instructions on Subversion use can be found at <a class="externalLink" href="http://svnbook.red-bean.com/">http://svnbook.red-bean.com/</a>.</p></div><div class="section"><h2>Web Access<a name="Web_Access"></a></h2><a name="Web_Access"></a><p>The following is a link to the online source repository.</p><div class="source"><pre><a class="externalLink" href="http://svn.apache.org/viewvc/maven/release/tags/maven-release-2.2.1/maven-release-plugin">http://svn.apache.org/viewvc/maven/release/tags/maven-release-2.2.1/maven-release-plugin</a></pre></div></div><div class="section"><h2>Anonymous access<a name="Anonymous_access"></a></h2><a name="Anonymous_access"></a><p>The source can be checked out anonymously from SVN with this command:</p><div class="source"><pre>$ svn 
 checkout http://svn.apache.org/repos/asf/maven/release/tags/maven-release-2.2.1/maven-release-plugin maven-release-plugin</pre></div></div><div class="section"><h2>Developer access<a name="Developer_access"></a></h2><a name="Developer_access"></a><p>Everyone can access the Subversion repository via HTTP, but Committers must checkout the Subversion repository via HTTPS.</p><div class="source"><pre>$ svn checkout https://svn.apache.org/repos/asf/maven/release/tags/maven-release-2.2.1/maven-release-plugin maven-release-plugin</pre></div><p>To commit changes to the repository, execute the following command to commit your changes (svn will prompt you for your password)</p><div class="source"><pre>$ svn commit --username your-username -m &quot;A message&quot;</pre></div></div><div class="section"><h2>Access from behind a firewall<a name="Access_from_behind_a_firewall"></a></h2><a name="Access_from_behind_a_firewall"></a><p>For those users who are stuck behind a corporate firewall 
 which is blocking HTTP access to the Subversion repository, you can try to access it via the developer connection:</p><div class="source"><pre>$ svn checkout https://svn.apache.org/repos/asf/maven/release/tags/maven-release-2.2.1/maven-release-plugin maven-release-plugin</pre></div></div><div class="section"><h2>Access through a proxy<a name="Access_through_a_proxy"></a></h2><a name="Access_through_a_proxy"></a><p>The Subversion client can go through a proxy, if you configure it to do so. First, edit your &quot;servers&quot; configuration file to indicate which proxy to use. The file's location depends on your operating system. On Linux or Unix it is located in the directory &quot;~/.subversion&quot;. On Windows it is in &quot;%APPDATA%\Subversion&quot;. (Try &quot;echo %APPDATA%&quot;, note this is a hidden directory.)</p><p>There are comments in the file explaining what to do. If you don't have that file, get the latest Subversion client and run any command; this will caus
 e the configuration directory and template files to be created.</p><p>Example: Edit the 'servers' file and add something like:</p><div class="source"><pre>[global]
 http-proxy-host = your.proxy.name
 http-proxy-port = 3128
 </pre></div></div>

Modified: websites/production/maventest/content/plugins/maven-release-plugin-latest/stage-mojo.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-release-plugin-latest/stage-mojo.html (original)
+++ websites/production/maventest/content/plugins/maven-release-plugin-latest/stage-mojo.html Tue May  8 11:39:29 2012
@@ -76,8 +76,8 @@
             
   
     
-             Last Published: 2011-06-27
-              &nbsp;| Version: 2.2
+             Last Published: 2011-07-28
+              &nbsp;| Version: 2.2.1
             </div>
       <div class="clear">
         <hr/>
@@ -284,7 +284,7 @@
   
     <div class="section"><h2>release:stage<a name="release:stage"></a></h2>
       <p><b>Full name</b>:</p>
-      <p>org.apache.maven.plugins:maven-release-plugin:2.2:stage</p>
+      <p>org.apache.maven.plugins:maven-release-plugin:2.2.1:stage</p>
       <p><b>Description</b>:</p>
       <div>Perform a release from SCM to a staging repository.</div>
       <p><b>Attributes</b>:</p>
@@ -293,7 +293,7 @@
         <li>Since version: <tt>2.0-beta-8</tt>.</li>
       </ul>
       <div class="section"><h3>Required Parameters<a name="Required_Parameters"></a></h3>
-        <table class="bodyTable" border="0" align="left">
+        <table class="bodyTable" border="0">
           <tr class="a">
             <th>Name</th>
             <th>Type</th>
@@ -315,7 +315,7 @@
         </table>
       </div>
       <div class="section"><h3>Optional Parameters<a name="Optional_Parameters"></a></h3>
-        <table class="bodyTable" border="0" align="left">
+        <table class="bodyTable" border="0">
           <tr class="a">
             <th>Name</th>
             <th>Type</th>
@@ -445,14 +445,11 @@ Property interpolation is performed on t
 ensure that the interpolation occurs during release, you must use
 <tt>@{...}</tt> to reference the properties rather than
 <tt>${...}</tt>. The following properties are available: 
-
 <ul>
 <li><tt>groupId</tt> or <tt>project.groupId</tt> - The
 groupId of the root project.</li>
-
 <li><tt>artifactId</tt> or <tt>project.artifactId</tt> -
 The artifactId of the root project.</li>
-
 <li><tt>version</tt> or <tt>project.version</tt> - The
 release version of the root project.</li>
 </ul><br /><b>Default value is</b>: <tt>@{project.artifactId}-@{project.version}</tt>.</td>
@@ -619,14 +616,11 @@ Property interpolation is performed on t
 ensure that the interpolation occurs during release, you must use
 <tt>@{...}</tt> to reference the properties rather than
 <tt>${...}</tt>. The following properties are available: 
-
 <ul>
 <li><tt>groupId</tt> or <tt>project.groupId</tt> - The
 groupId of the root project.</li>
-
 <li><tt>artifactId</tt> or <tt>project.artifactId</tt> -
 The artifactId of the root project.</li>
-
 <li><tt>version</tt> or <tt>project.version</tt> - The
 release version of the root project.</li>
 </ul></div>

Modified: websites/production/maventest/content/plugins/maven-release-plugin-latest/surefire-report.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-release-plugin-latest/surefire-report.html (original)
+++ websites/production/maventest/content/plugins/maven-release-plugin-latest/surefire-report.html Tue May  8 11:39:29 2012
@@ -75,8 +75,8 @@
             
   
     
-             Last Published: 2011-06-27
-              &nbsp;| Version: 2.2
+             Last Published: 2011-07-28
+              &nbsp;| Version: 2.2.1
             </div>
       <div class="clear">
         <hr/>
@@ -325,7 +325,7 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section"><h2>Surefire Report<a name="Surefire_Report"></a></h2></div><div class="section"><h2>Summary<a name="Summary"></a></h2><a name="Summary"></a><p>[<a href="#Summary">Summary</a>] [<a href="#Package_List">Package List</a>] [<a href="#Test_Cases">Test Cases</a>]</p><br /><table border="0" class="bodyTable"><tr class="a"><th>Tests</th><th>Errors </th><th>Failures</th><th>Skipped</th><th>Success Rate</th><th>Time</th></tr><tr class="b"><td>14</td><td>0</td><td>0</td><td>0</td><td>100%</td><td>1.526</td></tr></table><br /><p>Note: failures are anticipated and checked for with assertions while errors are unanticipated.</p><br /></div><div class="section"><h2>Package List<a name="Package_List"></a></h2><a name="Package_List"></a><p>[<a href="#Summary">Summary</a>] [<a href="#Package_List">Package List</a>] [<a href="#Test_Cases">Test Cases</a>]</p><br /><table border="0" class="bodyTable"><tr class="a"><th>Package</th><th>Tests</th><th>Errors </th><th>Fai
 lures</th><th>Skipped</th><th>Success Rate</th><th>Time</th></tr><tr class="b"><td><a href="#org.apache.maven.plugins.release">org.apache.maven.plugins.release</a></td><td>14</td><td>0</td><td>0</td><td>0</td><td>100%</td><td>1.526</td></tr></table><br /><p>Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.</p><div class="section"><h3>org.apache.maven.plugins.release<a name="org.apache.maven.plugins.release"></a></h3><a name="org.apache.maven.plugins.release"></a><table border="0" class="bodyTable"><tr class="a"><th></th><th>Class</th><th>Tests</th><th>Errors </th><th>Failures</th><th>Skipped</th><th>Success Rate</th><th>Time</th></tr><tr class="b"><td><a href="#org.apache.maven.plugins.releaseCleanReleaseMojoTest"><img src="images/icon_success_sml.gif" alt="" /></a></td><td><a href="#org.apache.maven.plugins.releaseCleanReleaseMojoTest">CleanReleaseMojoTest</a></td><td>1</td><td>0</td><td>0</td><td>0</td><td>100%</td><td>0
 .629</td></tr><tr class="a"><td><a href="#org.apache.maven.plugins.releasePerformReleaseMojoTest"><img src="images/icon_success_sml.gif" alt="" /></a></td><td><a href="#org.apache.maven.plugins.releasePerformReleaseMojoTest">PerformReleaseMojoTest</a></td><td>9</td><td>0</td><td>0</td><td>0</td><td>100%</td><td>0.63</td></tr><tr class="b"><td><a href="#org.apache.maven.plugins.releasePrepareReleaseMojoTest"><img src="images/icon_success_sml.gif" alt="" /></a></td><td><a href="#org.apache.maven.plugins.releasePrepareReleaseMojoTest">PrepareReleaseMojoTest</a></td><td>3</td><td>0</td><td>0</td><td>0</td><td>100%</td><td>0.199</td></tr><tr class="a"><td><a href="#org.apache.maven.plugins.releaseStageReleaseMojoTest"><img src="images/icon_success_sml.gif" alt="" /></a></td><td><a href="#org.apache.maven.plugins.releaseStageReleaseMojoTest">StageReleaseMojoTest</a></td><td>1</td><td>0</td><td>0</td><td>0</td><td>100%</td><td>0.068</td></tr></table></div><br /></div><div class="se
 ction"><h2>Test Cases<a name="Test_Cases"></a></h2><a name="Test_Cases"></a><p>[<a href="#Summary">Summary</a>] [<a href="#Package_List">Package List</a>] [<a href="#Test_Cases">Test Cases</a>]</p><div class="section"><h3>CleanReleaseMojoTest<a name="CleanReleaseMojoTest"></a></h3><a name="org.apache.maven.plugins.releaseCleanReleaseMojoTest"></a><table border="0" class="bodyTable"><tr class="b"><td><img src="images/icon_success_sml.gif" alt="" /></td><td>testClean</td><td>0.612</td></tr></table></div><div class="section"><h3>PerformReleaseMojoTest<a name="PerformReleaseMojoTest"></a></h3><a name="org.apache.maven.plugins.releasePerformReleaseMojoTest"></a><table border="0" class="bodyTable"><tr class="a"><td><img src="images/icon_success_sml.gif" alt="" /></td><td>testPerform</td><td>0.087</td></tr><tr class="b"><td><img src="images/icon_success_sml.gif" alt="" /></td><td>testPerformWithFlatStructure</td><td>0.08</td></tr><tr class="a"><td><img src="images/icon_success_sml.
 gif" alt="" /></td><td>testPerformWithoutSite</td><td>0.075</td></tr><tr class="b"><td><img src="images/icon_success_sml.gif" alt="" /></td><td>testPerformWithExecutionException</td><td>0.062</td></tr><tr class="a"><td><img src="images/icon_success_sml.gif" alt="" /></td><td>testPerformWithExecutionFailure</td><td>0.066</td></tr><tr class="b"><td><img src="images/icon_success_sml.gif" alt="" /></td><td>testPerformWithScm</td><td>0.062</td></tr><tr class="a"><td><img src="images/icon_success_sml.gif" alt="" /></td><td>testPerformWithProfiles</td><td>0.067</td></tr><tr class="b"><td><img src="images/icon_success_sml.gif" alt="" /></td><td>testPerformWithProfilesAndArguments</td><td>0.064</td></tr><tr class="a"><td><img src="images/icon_success_sml.gif" alt="" /></td><td>testPerformWithMultilineGoals</td><td>0.065</td></tr></table></div><div class="section"><h3>PrepareReleaseMojoTest<a name="PrepareReleaseMojoTest"></a></h3><a name="org.apache.maven.plugins.releasePrepareReleas
 eMojoTest"></a><table border="0" class="bodyTable"><tr class="b"><td><img src="images/icon_success_sml.gif" alt="" /></td><td>testPrepare</td><td>0.069</td></tr><tr class="a"><td><img src="images/icon_success_sml.gif" alt="" /></td><td>testPrepareWithExecutionException</td><td>0.063</td></tr><tr class="b"><td><img src="images/icon_success_sml.gif" alt="" /></td><td>testPrepareWithExecutionFailure</td><td>0.065</td></tr></table></div><div class="section"><h3>StageReleaseMojoTest<a name="StageReleaseMojoTest"></a></h3><a name="org.apache.maven.plugins.releaseStageReleaseMojoTest"></a><table border="0" class="bodyTable"><tr class="a"><td><img src="images/icon_success_sml.gif" alt="" /></td><td>testStage</td><td>0.066</td></tr></table></div><br /></div>
+        <div class="section"><h2>Surefire Report<a name="Surefire_Report"></a></h2></div><div class="section"><h2>Summary<a name="Summary"></a></h2><a name="Summary"></a><p>[<a href="#Summary">Summary</a>] [<a href="#Package_List">Package List</a>] [<a href="#Test_Cases">Test Cases</a>]</p><br /><table border="0" class="bodyTable"><tr class="a"><th>Tests</th><th>Errors </th><th>Failures</th><th>Skipped</th><th>Success Rate</th><th>Time</th></tr><tr class="b"><td>14</td><td>0</td><td>0</td><td>0</td><td>100%</td><td>1.526</td></tr></table><br /><p>Note: failures are anticipated and checked for with assertions while errors are unanticipated.</p><br /></div><div class="section"><h2>Package List<a name="Package_List"></a></h2><a name="Package_List"></a><p>[<a href="#Summary">Summary</a>] [<a href="#Package_List">Package List</a>] [<a href="#Test_Cases">Test Cases</a>]</p><br /><table border="0" class="bodyTable"><tr class="a"><th>Package</th><th>Tests</th><th>Errors </th><th>Fai
 lures</th><th>Skipped</th><th>Success Rate</th><th>Time</th></tr><tr class="b"><td><a href="#org.apache.maven.plugins.release">org.apache.maven.plugins.release</a></td><td>14</td><td>0</td><td>0</td><td>0</td><td>100%</td><td>1.526</td></tr></table><br /><p>Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.</p><div class="section"><h3>org.apache.maven.plugins.release<a name="org.apache.maven.plugins.release"></a></h3><a name="org.apache.maven.plugins.release"></a><table border="0" class="bodyTable"><tr class="a"><th></th><th>Class</th><th>Tests</th><th>Errors </th><th>Failures</th><th>Skipped</th><th>Success Rate</th><th>Time</th></tr><tr class="b"><td><a href="#org.apache.maven.plugins.releaseCleanReleaseMojoTest"><img src="images/icon_success_sml.gif" alt="" /></a></td><td><a href="#org.apache.maven.plugins.releaseCleanReleaseMojoTest">CleanReleaseMojoTest</a></td><td>1</td><td>0</td><td>0</td><td>0</td><td>100%</td><td>0
 .605</td></tr><tr class="a"><td><a href="#org.apache.maven.plugins.releasePerformReleaseMojoTest"><img src="images/icon_success_sml.gif" alt="" /></a></td><td><a href="#org.apache.maven.plugins.releasePerformReleaseMojoTest">PerformReleaseMojoTest</a></td><td>9</td><td>0</td><td>0</td><td>0</td><td>100%</td><td>0.65</td></tr><tr class="b"><td><a href="#org.apache.maven.plugins.releasePrepareReleaseMojoTest"><img src="images/icon_success_sml.gif" alt="" /></a></td><td><a href="#org.apache.maven.plugins.releasePrepareReleaseMojoTest">PrepareReleaseMojoTest</a></td><td>3</td><td>0</td><td>0</td><td>0</td><td>100%</td><td>0.204</td></tr><tr class="a"><td><a href="#org.apache.maven.plugins.releaseStageReleaseMojoTest"><img src="images/icon_success_sml.gif" alt="" /></a></td><td><a href="#org.apache.maven.plugins.releaseStageReleaseMojoTest">StageReleaseMojoTest</a></td><td>1</td><td>0</td><td>0</td><td>0</td><td>100%</td><td>0.067</td></tr></table></div><br /></div><div class="se
 ction"><h2>Test Cases<a name="Test_Cases"></a></h2><a name="Test_Cases"></a><p>[<a href="#Summary">Summary</a>] [<a href="#Package_List">Package List</a>] [<a href="#Test_Cases">Test Cases</a>]</p><div class="section"><h3>CleanReleaseMojoTest<a name="CleanReleaseMojoTest"></a></h3><a name="org.apache.maven.plugins.releaseCleanReleaseMojoTest"></a><table border="0" class="bodyTable"><tr class="b"><td><img src="images/icon_success_sml.gif" alt="" /></td><td>testClean</td><td>0.589</td></tr></table></div><div class="section"><h3>PerformReleaseMojoTest<a name="PerformReleaseMojoTest"></a></h3><a name="org.apache.maven.plugins.releasePerformReleaseMojoTest"></a><table border="0" class="bodyTable"><tr class="a"><td><img src="images/icon_success_sml.gif" alt="" /></td><td>testPerform</td><td>0.096</td></tr><tr class="b"><td><img src="images/icon_success_sml.gif" alt="" /></td><td>testPerformWithFlatStructure</td><td>0.081</td></tr><tr class="a"><td><img src="images/icon_success_sml
 .gif" alt="" /></td><td>testPerformWithoutSite</td><td>0.078</td></tr><tr class="b"><td><img src="images/icon_success_sml.gif" alt="" /></td><td>testPerformWithExecutionException</td><td>0.065</td></tr><tr class="a"><td><img src="images/icon_success_sml.gif" alt="" /></td><td>testPerformWithExecutionFailure</td><td>0.066</td></tr><tr class="b"><td><img src="images/icon_success_sml.gif" alt="" /></td><td>testPerformWithScm</td><td>0.063</td></tr><tr class="a"><td><img src="images/icon_success_sml.gif" alt="" /></td><td>testPerformWithProfiles</td><td>0.069</td></tr><tr class="b"><td><img src="images/icon_success_sml.gif" alt="" /></td><td>testPerformWithProfilesAndArguments</td><td>0.066</td></tr><tr class="a"><td><img src="images/icon_success_sml.gif" alt="" /></td><td>testPerformWithMultilineGoals</td><td>0.064</td></tr></table></div><div class="section"><h3>PrepareReleaseMojoTest<a name="PrepareReleaseMojoTest"></a></h3><a name="org.apache.maven.plugins.releasePrepareRelea
 seMojoTest"></a><table border="0" class="bodyTable"><tr class="b"><td><img src="images/icon_success_sml.gif" alt="" /></td><td>testPrepare</td><td>0.071</td></tr><tr class="a"><td><img src="images/icon_success_sml.gif" alt="" /></td><td>testPrepareWithExecutionException</td><td>0.067</td></tr><tr class="b"><td><img src="images/icon_success_sml.gif" alt="" /></td><td>testPrepareWithExecutionFailure</td><td>0.064</td></tr></table></div><div class="section"><h3>StageReleaseMojoTest<a name="StageReleaseMojoTest"></a></h3><a name="org.apache.maven.plugins.releaseStageReleaseMojoTest"></a><table border="0" class="bodyTable"><tr class="a"><td><img src="images/icon_success_sml.gif" alt="" /></td><td>testStage</td><td>0.067</td></tr></table></div><br /></div>
       </div>
     </div>
     <div class="clear">

Modified: websites/production/maventest/content/plugins/maven-release-plugin-latest/taglist.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-release-plugin-latest/taglist.html (original)
+++ websites/production/maventest/content/plugins/maven-release-plugin-latest/taglist.html Tue May  8 11:39:29 2012
@@ -75,8 +75,8 @@
             
   
     
-             Last Published: 2011-06-27
-              &nbsp;| Version: 2.2
+             Last Published: 2011-07-28
+              &nbsp;| Version: 2.2.1
             </div>
       <div class="clear">
         <hr/>

Modified: websites/production/maventest/content/plugins/maven-release-plugin-latest/team-list.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-release-plugin-latest/team-list.html (original)
+++ websites/production/maventest/content/plugins/maven-release-plugin-latest/team-list.html Tue May  8 11:39:29 2012
@@ -75,8 +75,8 @@
             
   
     
-             Last Published: 2011-06-27
-              &nbsp;| Version: 2.2
+             Last Published: 2011-07-28
+              &nbsp;| Version: 2.2.1
             </div>
       <div class="clear">
         <hr/>

Modified: websites/production/maventest/content/plugins/maven-release-plugin-latest/testapidocs/allclasses-frame.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-release-plugin-latest/testapidocs/allclasses-frame.html (original)
+++ websites/production/maventest/content/plugins/maven-release-plugin-latest/testapidocs/allclasses-frame.html Tue May  8 11:39:29 2012
@@ -2,13 +2,13 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_24) on Mon Jun 27 10:27:27 IST 2011 -->
+<!-- Generated by javadoc (build 1.6.0_26) on Thu Jul 28 15:48:42 IST 2011 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-All Classes (Maven Release Plugin 2.2 Test API)
+All Classes (Maven Release Plugin 2.2.1 Test API)
 </TITLE>
 
-<META NAME="date" CONTENT="2011-06-27">
+<META NAME="date" CONTENT="2011-07-28">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
 

Modified: websites/production/maventest/content/plugins/maven-release-plugin-latest/testapidocs/allclasses-noframe.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-release-plugin-latest/testapidocs/allclasses-noframe.html (original)
+++ websites/production/maventest/content/plugins/maven-release-plugin-latest/testapidocs/allclasses-noframe.html Tue May  8 11:39:29 2012
@@ -2,13 +2,13 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_24) on Mon Jun 27 10:27:27 IST 2011 -->
+<!-- Generated by javadoc (build 1.6.0_26) on Thu Jul 28 15:48:42 IST 2011 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-All Classes (Maven Release Plugin 2.2 Test API)
+All Classes (Maven Release Plugin 2.2.1 Test API)
 </TITLE>
 
-<META NAME="date" CONTENT="2011-06-27">
+<META NAME="date" CONTENT="2011-07-28">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
 

Modified: websites/production/maventest/content/plugins/maven-release-plugin-latest/testapidocs/constant-values.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-release-plugin-latest/testapidocs/constant-values.html (original)
+++ websites/production/maventest/content/plugins/maven-release-plugin-latest/testapidocs/constant-values.html Tue May  8 11:39:29 2012
@@ -2,13 +2,13 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_24) on Mon Jun 27 10:27:27 IST 2011 -->
+<!-- Generated by javadoc (build 1.6.0_26) on Thu Jul 28 15:48:42 IST 2011 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Constant Field Values (Maven Release Plugin 2.2 Test API)
+Constant Field Values (Maven Release Plugin 2.2.1 Test API)
 </TITLE>
 
-<META NAME="date" CONTENT="2011-06-27">
+<META NAME="date" CONTENT="2011-07-28">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
 
@@ -16,7 +16,7 @@ Constant Field Values (Maven Release Plu
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Constant Field Values (Maven Release Plugin 2.2 Test API)";
+        parent.document.title="Constant Field Values (Maven Release Plugin 2.2.1 Test API)";
     }
 }
 </SCRIPT>

Modified: websites/production/maventest/content/plugins/maven-release-plugin-latest/testapidocs/deprecated-list.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-release-plugin-latest/testapidocs/deprecated-list.html (original)
+++ websites/production/maventest/content/plugins/maven-release-plugin-latest/testapidocs/deprecated-list.html Tue May  8 11:39:29 2012
@@ -2,13 +2,13 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_24) on Mon Jun 27 10:27:27 IST 2011 -->
+<!-- Generated by javadoc (build 1.6.0_26) on Thu Jul 28 15:48:42 IST 2011 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Deprecated List (Maven Release Plugin 2.2 Test API)
+Deprecated List (Maven Release Plugin 2.2.1 Test API)
 </TITLE>
 
-<META NAME="date" CONTENT="2011-06-27">
+<META NAME="date" CONTENT="2011-07-28">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
 
@@ -16,7 +16,7 @@ Deprecated List (Maven Release Plugin 2.
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Deprecated List (Maven Release Plugin 2.2 Test API)";
+        parent.document.title="Deprecated List (Maven Release Plugin 2.2.1 Test API)";
     }
 }
 </SCRIPT>

Modified: websites/production/maventest/content/plugins/maven-release-plugin-latest/testapidocs/help-doc.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-release-plugin-latest/testapidocs/help-doc.html (original)
+++ websites/production/maventest/content/plugins/maven-release-plugin-latest/testapidocs/help-doc.html Tue May  8 11:39:29 2012
@@ -2,13 +2,13 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_24) on Mon Jun 27 10:27:27 IST 2011 -->
+<!-- Generated by javadoc (build 1.6.0_26) on Thu Jul 28 15:48:42 IST 2011 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-API Help (Maven Release Plugin 2.2 Test API)
+API Help (Maven Release Plugin 2.2.1 Test API)
 </TITLE>
 
-<META NAME="date" CONTENT="2011-06-27">
+<META NAME="date" CONTENT="2011-07-28">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
 
@@ -16,7 +16,7 @@ API Help (Maven Release Plugin 2.2 Test 
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="API Help (Maven Release Plugin 2.2 Test API)";
+        parent.document.title="API Help (Maven Release Plugin 2.2.1 Test API)";
     }
 }
 </SCRIPT>

Modified: websites/production/maventest/content/plugins/maven-release-plugin-latest/testapidocs/index-all.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-release-plugin-latest/testapidocs/index-all.html (original)
+++ websites/production/maventest/content/plugins/maven-release-plugin-latest/testapidocs/index-all.html Tue May  8 11:39:29 2012
@@ -2,13 +2,13 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_24) on Mon Jun 27 10:27:27 IST 2011 -->
+<!-- Generated by javadoc (build 1.6.0_26) on Thu Jul 28 15:48:42 IST 2011 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Index (Maven Release Plugin 2.2 Test API)
+Index (Maven Release Plugin 2.2.1 Test API)
 </TITLE>
 
-<META NAME="date" CONTENT="2011-06-27">
+<META NAME="date" CONTENT="2011-07-28">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="./stylesheet.css" TITLE="Style">
 
@@ -16,7 +16,7 @@ Index (Maven Release Plugin 2.2 Test API
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Index (Maven Release Plugin 2.2 Test API)";
+        parent.document.title="Index (Maven Release Plugin 2.2.1 Test API)";
     }
 }
 </SCRIPT>

Modified: websites/production/maventest/content/plugins/maven-release-plugin-latest/testapidocs/index.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-release-plugin-latest/testapidocs/index.html (original)
+++ websites/production/maventest/content/plugins/maven-release-plugin-latest/testapidocs/index.html Tue May  8 11:39:29 2012
@@ -2,10 +2,10 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc on Mon Jun 27 10:27:27 IST 2011-->
+<!-- Generated by javadoc on Thu Jul 28 15:48:42 IST 2011-->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Maven Release Plugin 2.2 Test API
+Maven Release Plugin 2.2.1 Test API
 </TITLE>
 <SCRIPT type="text/javascript">
     targetPage = "" + window.location.search;

Modified: websites/production/maventest/content/plugins/maven-release-plugin-latest/testapidocs/options
==============================================================================
--- websites/production/maventest/content/plugins/maven-release-plugin-latest/testapidocs/options (original)
+++ websites/production/maventest/content/plugins/maven-release-plugin-latest/testapidocs/options Tue May  8 11:39:29 2012
@@ -1,5 +1,5 @@
 -classpath
-'/Users/stephenc/apache/maven-release/target/checkout/maven-release-plugin/target/classes:/Users/stephenc/apache/maven-release/target/checkout/maven-release-plugin/target/test-classes:/Users/stephenc/.m2/repository/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar:/Users/stephenc/.m2/repository/jtidy/jtidy/4aug2000r7-dev/jtidy-4aug2000r7-dev.jar:/Users/stephenc/.m2/repository/org/apache/maven/scm/maven-scm-provider-git-commons/1.5/maven-scm-provider-git-commons-1.5.jar:/Users/stephenc/.m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.jar:/Users/stephenc/.m2/repository/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar:/Users/stephenc/.m2/repository/org/apache/maven/scm/maven-scm-api/1.5/maven-scm-api-1.5.jar:/Users/stephenc/.m2/repository/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar:/Users/stephenc/.m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.
 3/plexus-sec-dispatcher-1.3.jar:/Users/stephenc/.m2/repository/org/apache/maven/wagon/wagon-ssh-external/1.0-beta-2/wagon-ssh-external-1.0-beta-2.jar:/Users/stephenc/.m2/repository/commons-httpclient/commons-httpclient/2.0.2/commons-httpclient-2.0.2.jar:/Users/stephenc/.m2/repository/junit/junit/3.8.1/junit-3.8.1.jar:/Users/stephenc/.m2/repository/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar:/Users/stephenc/.m2/repository/org/apache/maven/wagon/wagon-provider-api/1.0-beta-2/wagon-provider-api-1.0-beta-2.jar:/Users/stephenc/.m2/repository/org/apache/maven/release/maven-release-manager/2.2/maven-release-manager-2.2.jar:/Users/stephenc/.m2/repository/classworlds/classworlds/1.1/classworlds-1.1.jar:/Users/stephenc/.m2/repository/commons-logging/commons-logging/1.0/commons-logging-1.0.jar:/Users/stephenc/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.jar:/Users/stephenc/.m2/repository/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-10/d
 oxia-sink-api-1.0-alpha-10.jar:/Users/stephenc/.m2/repository/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar:/Users/stephenc/.m2/repository/org/apache/maven/scm/maven-scm-provider-tfs/1.5/maven-scm-provider-tfs-1.5.jar:/Users/stephenc/.m2/repository/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar:/Users/stephenc/.m2/repository/ch/ethz/ganymed/ganymed-ssh2/build210/ganymed-ssh2-build210.jar:/Users/stephenc/.m2/repository/org/apache/maven/scm/maven-scm-provider-synergy/1.5/maven-scm-provider-synergy-1.5.jar:/Users/stephenc/.m2/repository/org/apache/maven/wagon/wagon-http-shared/1.0-beta-2/wagon-http-shared-1.0-beta-2.jar:/Users/stephenc/.m2/repository/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar:/Users/stephenc/.m2/repository/org/apache/maven/scm/maven-scm-provider-gitexe/1.5/maven-scm-provider-gitexe-1.5.jar:/Users/stephenc/.m2/repository/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar:/Users/st
 ephenc/.m2/repository/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.5/maven-scm-provider-cvs-commons-1.5.jar:/Users/stephenc/.m2/repository/org/apache/maven/scm/maven-scm-provider-cvsexe/1.5/maven-scm-provider-cvsexe-1.5.jar:/Users/stephenc/.m2/repository/org/apache/maven/wagon/wagon-ssh/1.0-beta-2/wagon-ssh-1.0-beta-2.jar:/Users/stephenc/.m2/repository/org/apache/maven/scm/maven-scm-provider-hg/1.5/maven-scm-provider-hg-1.5.jar:/Users/stephenc/.m2/repository/jdom/jdom/1.0/jdom-1.0.jar:/Users/stephenc/.m2/repository/de/zeigermann/xml/xml-im-exporter/1.1/xml-im-exporter-1.1.jar:/Users/stephenc/.m2/repository/com/jcraft/jsch/0.1.27/jsch-0.1.27.jar:/Users/stephenc/.m2/repository/slide/slide-webdavlib/2.1/slide-webdavlib-2.1.jar:/Users/stephenc/.m2/repository/org/netbeans/lib/cvsclient/20060125/cvsclient-20060125.jar:/Users/stephenc/.m2/repository/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar:/Users/stephenc/.m2/repository/commons-lang/commons-lang/2.4/commons-l
 ang-2.4.jar:/Users/stephenc/.m2/repository/jmock/jmock/1.0.1/jmock-1.0.1.jar:/Users/stephenc/.m2/repository/org/apache/maven/wagon/wagon-ssh-common/1.0-beta-2/wagon-ssh-common-1.0-beta-2.jar:/Users/stephenc/.m2/repository/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.jar:/Users/stephenc/.m2/repository/org/apache/maven/shared/maven-plugin-testing-harness/1.1/maven-plugin-testing-harness-1.1.jar:/Users/stephenc/.m2/repository/org/apache/maven/shared/maven-invoker/2.0.9/maven-invoker-2.0.9.jar:/Users/stephenc/.m2/repository/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar:/Users/stephenc/.m2/repository/jaxen/jaxen/1.1-beta-8/jaxen-1.1-beta-8.jar:/Users/stephenc/.m2/repository/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar:/Users/stephenc/.m2/repository/org/apache/maven/scm/maven-scm-manager-plexus/1.5/maven-scm-manager-plexus-1.5.jar:/Users/stephenc/.m2/repository/org/apache/maven/maven-monitor/2.0.9/ma
 ven-monitor-2.0.9.jar:/Users/stephenc/.m2/repository/org/apache/maven/scm/maven-scm-provider-accurev/1.5/maven-scm-provider-accurev-1.5.jar:/Users/stephenc/.m2/repository/org/apache/maven/scm/maven-scm-provider-svn-commons/1.5/maven-scm-provider-svn-commons-1.5.jar:/Users/stephenc/.m2/repository/org/apache/maven/scm/maven-scm-provider-svnexe/1.5/maven-scm-provider-svnexe-1.5.jar:/Users/stephenc/.m2/repository/org/apache/maven/scm/maven-scm-provider-clearcase/1.5/maven-scm-provider-clearcase-1.5.jar:/Users/stephenc/.m2/repository/commons-cli/commons-cli/1.0/commons-cli-1.0.jar:/Users/stephenc/.m2/repository/org/apache/maven/wagon/wagon-http-lightweight/1.0-beta-2/wagon-http-lightweight-1.0-beta-2.jar:/Users/stephenc/.m2/repository/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar:/Users/stephenc/.m2/repository/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar:/Users/stephenc/.m2/repository/org/sonatype/plexus/plexus-ciph
 er/1.4/plexus-cipher-1.4.jar:/Users/stephenc/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar:/Users/stephenc/.m2/repository/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.jar:/Users/stephenc/.m2/repository/org/apache/maven/wagon/wagon-file/1.0-beta-2/wagon-file-1.0-beta-2.jar:/Users/stephenc/.m2/repository/org/apache/maven/scm/maven-scm-provider-bazaar/1.5/maven-scm-provider-bazaar-1.5.jar:/Users/stephenc/.m2/repository/org/codehaus/plexus/plexus-archiver/1.0-alpha-7/plexus-archiver-1.0-alpha-7.jar:/Users/stephenc/.m2/repository/org/apache/maven/scm/maven-scm-provider-cvsjava/1.5/maven-scm-provider-cvsjava-1.5.jar:/Users/stephenc/.m2/repository/regexp/regexp/1.3/regexp-1.3.jar:/Users/stephenc/.m2/repository/org/apache/maven/scm/maven-scm-provider-starteam/1.5/maven-scm-provider-starteam-1.5.jar:/Users/stephenc/.m2/repository/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-paramet
 er-documenter-2.0.9.jar:/Users/stephenc/.m2/repository/org/jdom/jdom/1.1/jdom-1.1.jar:/Users/stephenc/.m2/repository/org/apache/maven/wagon/wagon-webdav/1.0-beta-2/wagon-webdav-1.0-beta-2.jar:/Users/stephenc/.m2/repository/org/apache/maven/scm/maven-scm-provider-perforce/1.5/maven-scm-provider-perforce-1.5.jar:/Users/stephenc/.m2/repository/org/apache/maven/scm/maven-scm-provider-vss/1.5/maven-scm-provider-vss-1.5.jar'
+'/Users/stephenc/apache/maven-release/target/checkout/maven-release-plugin/target/classes:/Users/stephenc/apache/maven-release/target/checkout/maven-release-plugin/target/test-classes:/Users/stephenc/.m2/repository/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar:/Users/stephenc/.m2/repository/jtidy/jtidy/4aug2000r7-dev/jtidy-4aug2000r7-dev.jar:/Users/stephenc/.m2/repository/org/apache/maven/scm/maven-scm-provider-git-commons/1.5/maven-scm-provider-git-commons-1.5.jar:/Users/stephenc/.m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.jar:/Users/stephenc/.m2/repository/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar:/Users/stephenc/.m2/repository/org/apache/maven/scm/maven-scm-api/1.5/maven-scm-api-1.5.jar:/Users/stephenc/.m2/repository/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar:/Users/stephenc/.m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.
 3/plexus-sec-dispatcher-1.3.jar:/Users/stephenc/.m2/repository/org/apache/maven/wagon/wagon-ssh-external/1.0-beta-2/wagon-ssh-external-1.0-beta-2.jar:/Users/stephenc/.m2/repository/commons-httpclient/commons-httpclient/2.0.2/commons-httpclient-2.0.2.jar:/Users/stephenc/.m2/repository/junit/junit/3.8.1/junit-3.8.1.jar:/Users/stephenc/.m2/repository/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar:/Users/stephenc/.m2/repository/org/apache/maven/wagon/wagon-provider-api/1.0-beta-2/wagon-provider-api-1.0-beta-2.jar:/Users/stephenc/.m2/repository/org/apache/maven/release/maven-release-manager/2.2.1/maven-release-manager-2.2.1.jar:/Users/stephenc/.m2/repository/classworlds/classworlds/1.1/classworlds-1.1.jar:/Users/stephenc/.m2/repository/commons-logging/commons-logging/1.0/commons-logging-1.0.jar:/Users/stephenc/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.jar:/Users/stephenc/.m2/repository/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-
 10/doxia-sink-api-1.0-alpha-10.jar:/Users/stephenc/.m2/repository/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar:/Users/stephenc/.m2/repository/org/apache/maven/scm/maven-scm-provider-tfs/1.5/maven-scm-provider-tfs-1.5.jar:/Users/stephenc/.m2/repository/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar:/Users/stephenc/.m2/repository/ch/ethz/ganymed/ganymed-ssh2/build210/ganymed-ssh2-build210.jar:/Users/stephenc/.m2/repository/org/apache/maven/scm/maven-scm-provider-synergy/1.5/maven-scm-provider-synergy-1.5.jar:/Users/stephenc/.m2/repository/org/apache/maven/wagon/wagon-http-shared/1.0-beta-2/wagon-http-shared-1.0-beta-2.jar:/Users/stephenc/.m2/repository/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar:/Users/stephenc/.m2/repository/org/apache/maven/scm/maven-scm-provider-gitexe/1.5/maven-scm-provider-gitexe-1.5.jar:/Users/stephenc/.m2/repository/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar:/User
 s/stephenc/.m2/repository/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.5/maven-scm-provider-cvs-commons-1.5.jar:/Users/stephenc/.m2/repository/org/apache/maven/scm/maven-scm-provider-cvsexe/1.5/maven-scm-provider-cvsexe-1.5.jar:/Users/stephenc/.m2/repository/org/apache/maven/wagon/wagon-ssh/1.0-beta-2/wagon-ssh-1.0-beta-2.jar:/Users/stephenc/.m2/repository/org/apache/maven/scm/maven-scm-provider-hg/1.5/maven-scm-provider-hg-1.5.jar:/Users/stephenc/.m2/repository/jdom/jdom/1.0/jdom-1.0.jar:/Users/stephenc/.m2/repository/de/zeigermann/xml/xml-im-exporter/1.1/xml-im-exporter-1.1.jar:/Users/stephenc/.m2/repository/com/jcraft/jsch/0.1.27/jsch-0.1.27.jar:/Users/stephenc/.m2/repository/slide/slide-webdavlib/2.1/slide-webdavlib-2.1.jar:/Users/stephenc/.m2/repository/org/netbeans/lib/cvsclient/20060125/cvsclient-20060125.jar:/Users/stephenc/.m2/repository/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar:/Users/stephenc/.m2/repository/commons-lang/commons-lang/2.4/commo
 ns-lang-2.4.jar:/Users/stephenc/.m2/repository/jmock/jmock/1.0.1/jmock-1.0.1.jar:/Users/stephenc/.m2/repository/org/apache/maven/wagon/wagon-ssh-common/1.0-beta-2/wagon-ssh-common-1.0-beta-2.jar:/Users/stephenc/.m2/repository/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.jar:/Users/stephenc/.m2/repository/org/apache/maven/shared/maven-plugin-testing-harness/1.1/maven-plugin-testing-harness-1.1.jar:/Users/stephenc/.m2/repository/org/apache/maven/shared/maven-invoker/2.0.9/maven-invoker-2.0.9.jar:/Users/stephenc/.m2/repository/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar:/Users/stephenc/.m2/repository/jaxen/jaxen/1.1-beta-8/jaxen-1.1-beta-8.jar:/Users/stephenc/.m2/repository/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar:/Users/stephenc/.m2/repository/org/apache/maven/scm/maven-scm-manager-plexus/1.5/maven-scm-manager-plexus-1.5.jar:/Users/stephenc/.m2/repository/org/apache/maven/maven-monitor/2.0.
 9/maven-monitor-2.0.9.jar:/Users/stephenc/.m2/repository/org/apache/maven/scm/maven-scm-provider-accurev/1.5/maven-scm-provider-accurev-1.5.jar:/Users/stephenc/.m2/repository/org/apache/maven/scm/maven-scm-provider-svn-commons/1.5/maven-scm-provider-svn-commons-1.5.jar:/Users/stephenc/.m2/repository/org/apache/maven/scm/maven-scm-provider-svnexe/1.5/maven-scm-provider-svnexe-1.5.jar:/Users/stephenc/.m2/repository/org/apache/maven/scm/maven-scm-provider-clearcase/1.5/maven-scm-provider-clearcase-1.5.jar:/Users/stephenc/.m2/repository/commons-cli/commons-cli/1.0/commons-cli-1.0.jar:/Users/stephenc/.m2/repository/org/apache/maven/wagon/wagon-http-lightweight/1.0-beta-2/wagon-http-lightweight-1.0-beta-2.jar:/Users/stephenc/.m2/repository/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar:/Users/stephenc/.m2/repository/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar:/Users/stephenc/.m2/repository/org/sonatype/plexus/plexus-
 cipher/1.4/plexus-cipher-1.4.jar:/Users/stephenc/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar:/Users/stephenc/.m2/repository/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.jar:/Users/stephenc/.m2/repository/org/apache/maven/wagon/wagon-file/1.0-beta-2/wagon-file-1.0-beta-2.jar:/Users/stephenc/.m2/repository/org/apache/maven/scm/maven-scm-provider-bazaar/1.5/maven-scm-provider-bazaar-1.5.jar:/Users/stephenc/.m2/repository/org/codehaus/plexus/plexus-archiver/1.0-alpha-7/plexus-archiver-1.0-alpha-7.jar:/Users/stephenc/.m2/repository/org/apache/maven/scm/maven-scm-provider-cvsjava/1.5/maven-scm-provider-cvsjava-1.5.jar:/Users/stephenc/.m2/repository/regexp/regexp/1.3/regexp-1.3.jar:/Users/stephenc/.m2/repository/org/apache/maven/scm/maven-scm-provider-starteam/1.5/maven-scm-provider-starteam-1.5.jar:/Users/stephenc/.m2/repository/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-par
 ameter-documenter-2.0.9.jar:/Users/stephenc/.m2/repository/org/jdom/jdom/1.1/jdom-1.1.jar:/Users/stephenc/.m2/repository/org/apache/maven/wagon/wagon-webdav/1.0-beta-2/wagon-webdav-1.0-beta-2.jar:/Users/stephenc/.m2/repository/org/apache/maven/scm/maven-scm-provider-perforce/1.5/maven-scm-provider-perforce-1.5.jar:/Users/stephenc/.m2/repository/org/apache/maven/scm/maven-scm-provider-vss/1.5/maven-scm-provider-vss-1.5.jar'
 -encoding
 'UTF-8'
 -protected
@@ -15,7 +15,7 @@
 -docencoding
 'UTF-8'
 -doctitle
-'Maven Release Plugin 2.2 Test API'
+'Maven Release Plugin 2.2.1 Test API'
 -link
 'http://commons.apache.org/collections/apidocs-COLLECTIONS_3_0'
 -link
@@ -43,12 +43,16 @@
 -link
 'http://plexus.codehaus.org/plexus-containers/plexus-container-default/apidocs'
 -link
-'../apidocs'
+'http://maven.apache.org/maven-plugin-api/apidocs'
 -link
 'http://maven.apache.org/maven-release/maven-release-manager/apidocs'
 -link
 'http://maven.apache.org/maven-model/apidocs'
 -link
+'http://maven.apache.org/maven-core/apidocs'
+-link
+'http://maven.apache.org/maven-project/apidocs'
+-link
 'http://maven.apache.org/maven-settings/apidocs'
 -link
 'http://maven.apache.org/scm/maven-scm-api/apidocs'
@@ -63,4 +67,4 @@
 -use
 -version
 -windowtitle
-'Maven Release Plugin 2.2 Test API'
\ No newline at end of file
+'Maven Release Plugin 2.2.1 Test API'
\ No newline at end of file

Modified: websites/production/maventest/content/plugins/maven-release-plugin-latest/testapidocs/org/apache/maven/plugins/release/CleanReleaseMojoTest.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-release-plugin-latest/testapidocs/org/apache/maven/plugins/release/CleanReleaseMojoTest.html (original)
+++ websites/production/maventest/content/plugins/maven-release-plugin-latest/testapidocs/org/apache/maven/plugins/release/CleanReleaseMojoTest.html Tue May  8 11:39:29 2012
@@ -2,13 +2,13 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_24) on Mon Jun 27 10:27:27 IST 2011 -->
+<!-- Generated by javadoc (build 1.6.0_26) on Thu Jul 28 15:48:42 IST 2011 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-CleanReleaseMojoTest (Maven Release Plugin 2.2 Test API)
+CleanReleaseMojoTest (Maven Release Plugin 2.2.1 Test API)
 </TITLE>
 
-<META NAME="date" CONTENT="2011-06-27">
+<META NAME="date" CONTENT="2011-07-28">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 
@@ -16,7 +16,7 @@ CleanReleaseMojoTest (Maven Release Plug
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="CleanReleaseMojoTest (Maven Release Plugin 2.2 Test API)";
+        parent.document.title="CleanReleaseMojoTest (Maven Release Plugin 2.2.1 Test API)";
     }
 }
 </SCRIPT>
@@ -130,7 +130,7 @@ Test release:clean.
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>protected &nbsp;<A HREF="../../../../../../apidocs/org/apache/maven/plugins/release/CleanReleaseMojo.html?is-external=true" title="class or interface in org.apache.maven.plugins.release">CleanReleaseMojo</A></CODE></FONT></TD>
+<CODE>protected &nbsp;<A HREF="http://maven.apache.org/maven-core/apidocs/org/apache/maven/plugins.release.CleanReleaseMojo.html?is-external=true" title="class or interface in org.apache.maven">org.apache.maven.plugins.release.CleanReleaseMojo</A></CODE></FONT></TD>
 <TD><CODE><B><A HREF="../../../../../org/apache/maven/plugins/release/CleanReleaseMojoTest.html#mojo">mojo</A></B></CODE>
 
 <BR>
@@ -249,7 +249,7 @@ Test release:clean.
 <A NAME="mojo"><!-- --></A><H3>
 mojo</H3>
 <PRE>
-protected <A HREF="../../../../../../apidocs/org/apache/maven/plugins/release/CleanReleaseMojo.html?is-external=true" title="class or interface in org.apache.maven.plugins.release">CleanReleaseMojo</A> <B>mojo</B></PRE>
+protected <A HREF="http://maven.apache.org/maven-core/apidocs/org/apache/maven/plugins.release.CleanReleaseMojo.html?is-external=true" title="class or interface in org.apache.maven">org.apache.maven.plugins.release.CleanReleaseMojo</A> <B>mojo</B></PRE>
 <DL>
 <DL>
 </DL>
@@ -303,14 +303,14 @@ protected void <B>setUp</B>()
 testClean</H3>
 <PRE>
 public void <B>testClean</B>()
-               throws org.apache.maven.plugin.MojoFailureException,
-                      org.apache.maven.plugin.MojoExecutionException</PRE>
+               throws <A HREF="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/MojoFailureException.html?is-external=true" title="class or interface in org.apache.maven.plugin">MojoFailureException</A>,
+                      <A HREF="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/MojoExecutionException.html?is-external=true" title="class or interface in org.apache.maven.plugin">MojoExecutionException</A></PRE>
 <DL>
 <DD><DL>
 
 <DT><B>Throws:</B>
-<DD><CODE>org.apache.maven.plugin.MojoFailureException</CODE>
-<DD><CODE>org.apache.maven.plugin.MojoExecutionException</CODE></DL>
+<DD><CODE><A HREF="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/MojoFailureException.html?is-external=true" title="class or interface in org.apache.maven.plugin">MojoFailureException</A></CODE>
+<DD><CODE><A HREF="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/MojoExecutionException.html?is-external=true" title="class or interface in org.apache.maven.plugin">MojoExecutionException</A></CODE></DL>
 </DD>
 </DL>
 <!-- ========= END OF CLASS DATA ========= -->

Modified: websites/production/maventest/content/plugins/maven-release-plugin-latest/testapidocs/org/apache/maven/plugins/release/PerformReleaseMojoTest.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-release-plugin-latest/testapidocs/org/apache/maven/plugins/release/PerformReleaseMojoTest.html (original)
+++ websites/production/maventest/content/plugins/maven-release-plugin-latest/testapidocs/org/apache/maven/plugins/release/PerformReleaseMojoTest.html Tue May  8 11:39:29 2012
@@ -2,13 +2,13 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_24) on Mon Jun 27 10:27:27 IST 2011 -->
+<!-- Generated by javadoc (build 1.6.0_26) on Thu Jul 28 15:48:42 IST 2011 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-PerformReleaseMojoTest (Maven Release Plugin 2.2 Test API)
+PerformReleaseMojoTest (Maven Release Plugin 2.2.1 Test API)
 </TITLE>
 
-<META NAME="date" CONTENT="2011-06-27">
+<META NAME="date" CONTENT="2011-07-28">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 
@@ -16,7 +16,7 @@ PerformReleaseMojoTest (Maven Release Pl
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="PerformReleaseMojoTest (Maven Release Plugin 2.2 Test API)";
+        parent.document.title="PerformReleaseMojoTest (Maven Release Plugin 2.2.1 Test API)";
     }
 }
 </SCRIPT>

Modified: websites/production/maventest/content/plugins/maven-release-plugin-latest/testapidocs/org/apache/maven/plugins/release/PrepareReleaseMojoTest.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-release-plugin-latest/testapidocs/org/apache/maven/plugins/release/PrepareReleaseMojoTest.html (original)
+++ websites/production/maventest/content/plugins/maven-release-plugin-latest/testapidocs/org/apache/maven/plugins/release/PrepareReleaseMojoTest.html Tue May  8 11:39:29 2012
@@ -2,13 +2,13 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_24) on Mon Jun 27 10:27:27 IST 2011 -->
+<!-- Generated by javadoc (build 1.6.0_26) on Thu Jul 28 15:48:42 IST 2011 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-PrepareReleaseMojoTest (Maven Release Plugin 2.2 Test API)
+PrepareReleaseMojoTest (Maven Release Plugin 2.2.1 Test API)
 </TITLE>
 
-<META NAME="date" CONTENT="2011-06-27">
+<META NAME="date" CONTENT="2011-07-28">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 
@@ -16,7 +16,7 @@ PrepareReleaseMojoTest (Maven Release Pl
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="PrepareReleaseMojoTest (Maven Release Plugin 2.2 Test API)";
+        parent.document.title="PrepareReleaseMojoTest (Maven Release Plugin 2.2.1 Test API)";
     }
 }
 </SCRIPT>

Modified: websites/production/maventest/content/plugins/maven-release-plugin-latest/testapidocs/org/apache/maven/plugins/release/StageReleaseMojoTest.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-release-plugin-latest/testapidocs/org/apache/maven/plugins/release/StageReleaseMojoTest.html (original)
+++ websites/production/maventest/content/plugins/maven-release-plugin-latest/testapidocs/org/apache/maven/plugins/release/StageReleaseMojoTest.html Tue May  8 11:39:29 2012
@@ -2,13 +2,13 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_24) on Mon Jun 27 10:27:27 IST 2011 -->
+<!-- Generated by javadoc (build 1.6.0_26) on Thu Jul 28 15:48:42 IST 2011 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-StageReleaseMojoTest (Maven Release Plugin 2.2 Test API)
+StageReleaseMojoTest (Maven Release Plugin 2.2.1 Test API)
 </TITLE>
 
-<META NAME="date" CONTENT="2011-06-27">
+<META NAME="date" CONTENT="2011-07-28">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 
@@ -16,7 +16,7 @@ StageReleaseMojoTest (Maven Release Plug
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="StageReleaseMojoTest (Maven Release Plugin 2.2 Test API)";
+        parent.document.title="StageReleaseMojoTest (Maven Release Plugin 2.2.1 Test API)";
     }
 }
 </SCRIPT>

Modified: websites/production/maventest/content/plugins/maven-release-plugin-latest/testapidocs/org/apache/maven/plugins/release/class-use/CleanReleaseMojoTest.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-release-plugin-latest/testapidocs/org/apache/maven/plugins/release/class-use/CleanReleaseMojoTest.html (original)
+++ websites/production/maventest/content/plugins/maven-release-plugin-latest/testapidocs/org/apache/maven/plugins/release/class-use/CleanReleaseMojoTest.html Tue May  8 11:39:29 2012
@@ -2,13 +2,13 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_24) on Mon Jun 27 10:27:27 IST 2011 -->
+<!-- Generated by javadoc (build 1.6.0_26) on Thu Jul 28 15:48:42 IST 2011 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Class org.apache.maven.plugins.release.CleanReleaseMojoTest (Maven Release Plugin 2.2 Test API)
+Uses of Class org.apache.maven.plugins.release.CleanReleaseMojoTest (Maven Release Plugin 2.2.1 Test API)
 </TITLE>
 
-<META NAME="date" CONTENT="2011-06-27">
+<META NAME="date" CONTENT="2011-07-28">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
 
@@ -16,7 +16,7 @@ Uses of Class org.apache.maven.plugins.r
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.maven.plugins.release.CleanReleaseMojoTest (Maven Release Plugin 2.2 Test API)";
+        parent.document.title="Uses of Class org.apache.maven.plugins.release.CleanReleaseMojoTest (Maven Release Plugin 2.2.1 Test API)";
     }
 }
 </SCRIPT>

Modified: websites/production/maventest/content/plugins/maven-release-plugin-latest/testapidocs/org/apache/maven/plugins/release/class-use/PerformReleaseMojoTest.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-release-plugin-latest/testapidocs/org/apache/maven/plugins/release/class-use/PerformReleaseMojoTest.html (original)
+++ websites/production/maventest/content/plugins/maven-release-plugin-latest/testapidocs/org/apache/maven/plugins/release/class-use/PerformReleaseMojoTest.html Tue May  8 11:39:29 2012
@@ -2,13 +2,13 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_24) on Mon Jun 27 10:27:27 IST 2011 -->
+<!-- Generated by javadoc (build 1.6.0_26) on Thu Jul 28 15:48:42 IST 2011 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Class org.apache.maven.plugins.release.PerformReleaseMojoTest (Maven Release Plugin 2.2 Test API)
+Uses of Class org.apache.maven.plugins.release.PerformReleaseMojoTest (Maven Release Plugin 2.2.1 Test API)
 </TITLE>
 
-<META NAME="date" CONTENT="2011-06-27">
+<META NAME="date" CONTENT="2011-07-28">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
 
@@ -16,7 +16,7 @@ Uses of Class org.apache.maven.plugins.r
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.maven.plugins.release.PerformReleaseMojoTest (Maven Release Plugin 2.2 Test API)";
+        parent.document.title="Uses of Class org.apache.maven.plugins.release.PerformReleaseMojoTest (Maven Release Plugin 2.2.1 Test API)";
     }
 }
 </SCRIPT>

Modified: websites/production/maventest/content/plugins/maven-release-plugin-latest/testapidocs/org/apache/maven/plugins/release/class-use/PrepareReleaseMojoTest.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-release-plugin-latest/testapidocs/org/apache/maven/plugins/release/class-use/PrepareReleaseMojoTest.html (original)
+++ websites/production/maventest/content/plugins/maven-release-plugin-latest/testapidocs/org/apache/maven/plugins/release/class-use/PrepareReleaseMojoTest.html Tue May  8 11:39:29 2012
@@ -2,13 +2,13 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_24) on Mon Jun 27 10:27:27 IST 2011 -->
+<!-- Generated by javadoc (build 1.6.0_26) on Thu Jul 28 15:48:42 IST 2011 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Class org.apache.maven.plugins.release.PrepareReleaseMojoTest (Maven Release Plugin 2.2 Test API)
+Uses of Class org.apache.maven.plugins.release.PrepareReleaseMojoTest (Maven Release Plugin 2.2.1 Test API)
 </TITLE>
 
-<META NAME="date" CONTENT="2011-06-27">
+<META NAME="date" CONTENT="2011-07-28">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
 
@@ -16,7 +16,7 @@ Uses of Class org.apache.maven.plugins.r
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.maven.plugins.release.PrepareReleaseMojoTest (Maven Release Plugin 2.2 Test API)";
+        parent.document.title="Uses of Class org.apache.maven.plugins.release.PrepareReleaseMojoTest (Maven Release Plugin 2.2.1 Test API)";
     }
 }
 </SCRIPT>

Modified: websites/production/maventest/content/plugins/maven-release-plugin-latest/testapidocs/org/apache/maven/plugins/release/class-use/StageReleaseMojoTest.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-release-plugin-latest/testapidocs/org/apache/maven/plugins/release/class-use/StageReleaseMojoTest.html (original)
+++ websites/production/maventest/content/plugins/maven-release-plugin-latest/testapidocs/org/apache/maven/plugins/release/class-use/StageReleaseMojoTest.html Tue May  8 11:39:29 2012
@@ -2,13 +2,13 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_24) on Mon Jun 27 10:27:27 IST 2011 -->
+<!-- Generated by javadoc (build 1.6.0_26) on Thu Jul 28 15:48:42 IST 2011 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Class org.apache.maven.plugins.release.StageReleaseMojoTest (Maven Release Plugin 2.2 Test API)
+Uses of Class org.apache.maven.plugins.release.StageReleaseMojoTest (Maven Release Plugin 2.2.1 Test API)
 </TITLE>
 
-<META NAME="date" CONTENT="2011-06-27">
+<META NAME="date" CONTENT="2011-07-28">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
 
@@ -16,7 +16,7 @@ Uses of Class org.apache.maven.plugins.r
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.maven.plugins.release.StageReleaseMojoTest (Maven Release Plugin 2.2 Test API)";
+        parent.document.title="Uses of Class org.apache.maven.plugins.release.StageReleaseMojoTest (Maven Release Plugin 2.2.1 Test API)";
     }
 }
 </SCRIPT>

Modified: websites/production/maventest/content/plugins/maven-release-plugin-latest/testapidocs/org/apache/maven/plugins/release/package-frame.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-release-plugin-latest/testapidocs/org/apache/maven/plugins/release/package-frame.html (original)
+++ websites/production/maventest/content/plugins/maven-release-plugin-latest/testapidocs/org/apache/maven/plugins/release/package-frame.html Tue May  8 11:39:29 2012
@@ -2,13 +2,13 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_24) on Mon Jun 27 10:27:27 IST 2011 -->
+<!-- Generated by javadoc (build 1.6.0_26) on Thu Jul 28 15:48:42 IST 2011 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-org.apache.maven.plugins.release (Maven Release Plugin 2.2 Test API)
+org.apache.maven.plugins.release (Maven Release Plugin 2.2.1 Test API)
 </TITLE>
 
-<META NAME="date" CONTENT="2011-06-27">
+<META NAME="date" CONTENT="2011-07-28">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 

Modified: websites/production/maventest/content/plugins/maven-release-plugin-latest/testapidocs/org/apache/maven/plugins/release/package-summary.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-release-plugin-latest/testapidocs/org/apache/maven/plugins/release/package-summary.html (original)
+++ websites/production/maventest/content/plugins/maven-release-plugin-latest/testapidocs/org/apache/maven/plugins/release/package-summary.html Tue May  8 11:39:29 2012
@@ -2,13 +2,13 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_24) on Mon Jun 27 10:27:27 IST 2011 -->
+<!-- Generated by javadoc (build 1.6.0_26) on Thu Jul 28 15:48:42 IST 2011 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-org.apache.maven.plugins.release (Maven Release Plugin 2.2 Test API)
+org.apache.maven.plugins.release (Maven Release Plugin 2.2.1 Test API)
 </TITLE>
 
-<META NAME="date" CONTENT="2011-06-27">
+<META NAME="date" CONTENT="2011-07-28">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 
@@ -16,7 +16,7 @@ org.apache.maven.plugins.release (Maven 
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="org.apache.maven.plugins.release (Maven Release Plugin 2.2 Test API)";
+        parent.document.title="org.apache.maven.plugins.release (Maven Release Plugin 2.2.1 Test API)";
     }
 }
 </SCRIPT>

Modified: websites/production/maventest/content/plugins/maven-release-plugin-latest/testapidocs/org/apache/maven/plugins/release/package-tree.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-release-plugin-latest/testapidocs/org/apache/maven/plugins/release/package-tree.html (original)
+++ websites/production/maventest/content/plugins/maven-release-plugin-latest/testapidocs/org/apache/maven/plugins/release/package-tree.html Tue May  8 11:39:29 2012
@@ -2,13 +2,13 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_24) on Mon Jun 27 10:27:27 IST 2011 -->
+<!-- Generated by javadoc (build 1.6.0_26) on Thu Jul 28 15:48:42 IST 2011 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-org.apache.maven.plugins.release Class Hierarchy (Maven Release Plugin 2.2 Test API)
+org.apache.maven.plugins.release Class Hierarchy (Maven Release Plugin 2.2.1 Test API)
 </TITLE>
 
-<META NAME="date" CONTENT="2011-06-27">
+<META NAME="date" CONTENT="2011-07-28">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 
@@ -16,7 +16,7 @@ org.apache.maven.plugins.release Class H
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="org.apache.maven.plugins.release Class Hierarchy (Maven Release Plugin 2.2 Test API)";
+        parent.document.title="org.apache.maven.plugins.release Class Hierarchy (Maven Release Plugin 2.2.1 Test API)";
     }
 }
 </SCRIPT>

Modified: websites/production/maventest/content/plugins/maven-release-plugin-latest/testapidocs/org/apache/maven/plugins/release/package-use.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-release-plugin-latest/testapidocs/org/apache/maven/plugins/release/package-use.html (original)
+++ websites/production/maventest/content/plugins/maven-release-plugin-latest/testapidocs/org/apache/maven/plugins/release/package-use.html Tue May  8 11:39:29 2012
@@ -2,13 +2,13 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_24) on Mon Jun 27 10:27:27 IST 2011 -->
+<!-- Generated by javadoc (build 1.6.0_26) on Thu Jul 28 15:48:42 IST 2011 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Package org.apache.maven.plugins.release (Maven Release Plugin 2.2 Test API)
+Uses of Package org.apache.maven.plugins.release (Maven Release Plugin 2.2.1 Test API)
 </TITLE>
 
-<META NAME="date" CONTENT="2011-06-27">
+<META NAME="date" CONTENT="2011-07-28">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 
@@ -16,7 +16,7 @@ Uses of Package org.apache.maven.plugins
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Package org.apache.maven.plugins.release (Maven Release Plugin 2.2 Test API)";
+        parent.document.title="Uses of Package org.apache.maven.plugins.release (Maven Release Plugin 2.2.1 Test API)";
     }
 }
 </SCRIPT>