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 14:43:15 UTC

svn commit: r816595 [16/20] - in /websites/production/maventest/content/plugins/maven-changes-plugin-latest: ./ apidocs/ apidocs/org/apache/maven/plugin/announcement/ apidocs/org/apache/maven/plugin/announcement/class-use/ apidocs/org/apache/maven/plug...

Modified: websites/production/maventest/content/plugins/maven-changes-plugin-latest/examples/alternate-changes-xml-location.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-changes-plugin-latest/examples/alternate-changes-xml-location.html (original)
+++ websites/production/maventest/content/plugins/maven-changes-plugin-latest/examples/alternate-changes-xml-location.html Tue May  8 12:43:00 2012
@@ -73,8 +73,8 @@
             
   
     
-             Last Published: 2009-11-20
-               | Version: 2.2
+             Last Published: 2009-12-03
+               | Version: 2.3
             </div>
       <div class="clear">
         <hr/>
@@ -304,7 +304,7 @@
       &lt;plugin&gt;
         &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
         &lt;artifactId&gt;maven-changes-plugin&lt;/artifactId&gt;
-        &lt;version&gt;2.2&lt;/version&gt;
+        &lt;version&gt;2.3&lt;/version&gt;
         &lt;configuration&gt;
           &lt;xmlPath&gt;${basedir}/src/site/changes.xml&lt;/xmlPath&gt;
         &lt;/configuration&gt;

Modified: websites/production/maventest/content/plugins/maven-changes-plugin-latest/examples/changes-file-validation.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-changes-plugin-latest/examples/changes-file-validation.html (original)
+++ websites/production/maventest/content/plugins/maven-changes-plugin-latest/examples/changes-file-validation.html Tue May  8 12:43:00 2012
@@ -73,8 +73,8 @@
             
   
     
-             Last Published: 2009-11-20
-              &nbsp;| Version: 2.2
+             Last Published: 2009-12-03
+              &nbsp;| Version: 2.3
             </div>
       <div class="clear">
         <hr/>

Modified: websites/production/maventest/content/plugins/maven-changes-plugin-latest/examples/configuring-trac-report.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-changes-plugin-latest/examples/configuring-trac-report.html (original)
+++ websites/production/maventest/content/plugins/maven-changes-plugin-latest/examples/configuring-trac-report.html Tue May  8 12:43:00 2012
@@ -73,8 +73,8 @@
             
   
     
-             Last Published: 2009-11-20
-              &nbsp;| Version: 2.2
+             Last Published: 2009-12-03
+              &nbsp;| Version: 2.3
             </div>
       <div class="clear">
         <hr/>
@@ -312,7 +312,7 @@
   &lt;plugin&gt;
     &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
     &lt;artifactId&gt;maven-changes-plugin&lt;/artifactId&gt;
-    &lt;version&gt;2.2&lt;/version&gt;
+    &lt;version&gt;2.3&lt;/version&gt;
     &lt;configuration&gt;
       &lt;query&gt;status=accepted&amp;amp;status=assigned&amp;amp;status=new&amp;amp;status=reopened&amp;amp;order=priority&amp;amp;component=${project.artifactId}&lt;/query&gt;
     &lt;/configuration&gt;
@@ -330,7 +330,7 @@
       &lt;plugin&gt;
         &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
         &lt;artifactId&gt;maven-changes-plugin&lt;/artifactId&gt;
-        &lt;version&gt;2.2&lt;/version&gt;
+        &lt;version&gt;2.3&lt;/version&gt;
         &lt;configuration&gt;
           &lt;tracUser&gt;my username&lt;/tracUser&gt;
           &lt;tracPassword&gt;my password&lt;/tracPassword&gt;
@@ -355,7 +355,7 @@
       &lt;plugin&gt;
         &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
         &lt;artifactId&gt;maven-changes-plugin&lt;/artifactId&gt;
-        &lt;version&gt;2.2&lt;/version&gt;
+        &lt;version&gt;2.3&lt;/version&gt;
         &lt;configuration&gt;
           ...
           &lt;outputEncoding&gt;Windows-31J&lt;/outputEncoding&gt;

Modified: websites/production/maventest/content/plugins/maven-changes-plugin-latest/examples/customizing-jira-report.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-changes-plugin-latest/examples/customizing-jira-report.html (original)
+++ websites/production/maventest/content/plugins/maven-changes-plugin-latest/examples/customizing-jira-report.html Tue May  8 12:43:00 2012
@@ -73,8 +73,8 @@
             
   
     
-             Last Published: 2009-11-20
-              &nbsp;| Version: 2.2
+             Last Published: 2009-12-03
+              &nbsp;| Version: 2.3
             </div>
       <div class="clear">
         <hr/>
@@ -307,7 +307,7 @@
       &lt;plugin&gt;
         &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
         &lt;artifactId&gt;maven-changes-plugin&lt;/artifactId&gt;
-        &lt;version&gt;2.2&lt;/version&gt;
+        &lt;version&gt;2.3&lt;/version&gt;
         &lt;configuration&gt;
           &lt;fixVersionIds&gt;13722,12515&lt;/fixVersionIds&gt;
         &lt;/configuration&gt;
@@ -331,7 +331,7 @@
       &lt;plugin&gt;
         &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
         &lt;artifactId&gt;maven-changes-plugin&lt;/artifactId&gt;
-        &lt;version&gt;2.2&lt;/version&gt;
+        &lt;version&gt;2.3&lt;/version&gt;
         &lt;configuration&gt;
           &lt;onlyCurrentVersion&gt;true&lt;/onlyCurrentVersion&gt;
         &lt;/configuration&gt;
@@ -355,7 +355,7 @@
       &lt;plugin&gt;
         &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
         &lt;artifactId&gt;maven-changes-plugin&lt;/artifactId&gt;
-        &lt;version&gt;2.2&lt;/version&gt;
+        &lt;version&gt;2.3&lt;/version&gt;
         &lt;configuration&gt;
           &lt;columnNames&gt;Type,Key,Summary,Assignee,Status,Resolution,Fix Version&lt;/columnNames&gt;
           &lt;sortColumnNames&gt;Type,Key DESC&lt;/sortColumnNames&gt;
@@ -380,7 +380,7 @@
       &lt;plugin&gt;
         &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
         &lt;artifactId&gt;maven-changes-plugin&lt;/artifactId&gt;
-        &lt;version&gt;2.2&lt;/version&gt;
+        &lt;version&gt;2.3&lt;/version&gt;
         &lt;configuration&gt;
           &lt;resolutionIds&gt;Closed&lt;/resolutionIds&gt;
           &lt;statusIds&gt;Resolved, Closed&lt;/statusIds&gt;
@@ -406,7 +406,7 @@
       &lt;plugin&gt;
         &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
         &lt;artifactId&gt;maven-changes-plugin&lt;/artifactId&gt;
-        &lt;version&gt;2.2&lt;/version&gt;
+        &lt;version&gt;2.3&lt;/version&gt;
         &lt;configuration&gt;
           &lt;filter&gt;resolution=1&amp;amp;sorter/field=issuetype&amp;amp;sorter/order=ASC&lt;/filter&gt;
         &lt;/configuration&gt;

Modified: websites/production/maventest/content/plugins/maven-changes-plugin-latest/examples/smtp-authentication.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-changes-plugin-latest/examples/smtp-authentication.html (original)
+++ websites/production/maventest/content/plugins/maven-changes-plugin-latest/examples/smtp-authentication.html Tue May  8 12:43:00 2012
@@ -73,8 +73,8 @@
             
   
     
-             Last Published: 2009-11-20
-              &nbsp;| Version: 2.2
+             Last Published: 2009-12-03
+              &nbsp;| Version: 2.3
             </div>
       <div class="clear">
         <hr/>
@@ -302,7 +302,7 @@
       &lt;plugin&gt;
         &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
         &lt;artifactId&gt;maven-changes-plugin&lt;/artifactId&gt;
-        &lt;version&gt;2.2&lt;/version&gt;
+        &lt;version&gt;2.3&lt;/version&gt;
         &lt;configuration&gt;
           &lt;smtpHost&gt;mail.yourhost.com&lt;/smtpHost&gt;
           &lt;smtpPort implementation=&quot;java.lang.Integer&quot;&gt;25&lt;/smtpPort&gt;

Modified: websites/production/maventest/content/plugins/maven-changes-plugin-latest/examples/specifying-mail-sender.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-changes-plugin-latest/examples/specifying-mail-sender.html (original)
+++ websites/production/maventest/content/plugins/maven-changes-plugin-latest/examples/specifying-mail-sender.html Tue May  8 12:43:00 2012
@@ -73,8 +73,8 @@
             
   
     
-             Last Published: 2009-11-20
-              &nbsp;| Version: 2.2
+             Last Published: 2009-12-03
+              &nbsp;| Version: 2.3
             </div>
       <div class="clear">
         <hr/>
@@ -313,7 +313,7 @@
       &lt;plugin&gt;
         &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
         &lt;artifactId&gt;maven-changes-plugin&lt;/artifactId&gt;
-        &lt;version&gt;2.2&lt;/version&gt;
+        &lt;version&gt;2.3&lt;/version&gt;
         &lt;configuration&gt;
           &lt;fromDeveloperId&gt;jsmith&lt;/fromDeveloperId&gt;
         &lt;/configuration&gt;
@@ -339,7 +339,7 @@
       &lt;plugin&gt;
         &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
         &lt;artifactId&gt;maven-changes-plugin&lt;/artifactId&gt;
-        &lt;version&gt;2.2&lt;/version&gt;
+        &lt;version&gt;2.3&lt;/version&gt;
         &lt;configuration&gt;
           &lt;mailSender&gt;
             &lt;name&gt;Release Notification&lt;/name&gt;

Modified: websites/production/maventest/content/plugins/maven-changes-plugin-latest/examples/using-a-custom-announcement-template.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-changes-plugin-latest/examples/using-a-custom-announcement-template.html (original)
+++ websites/production/maventest/content/plugins/maven-changes-plugin-latest/examples/using-a-custom-announcement-template.html Tue May  8 12:43:00 2012
@@ -73,8 +73,8 @@
             
   
     
-             Last Published: 2009-11-20
-              &nbsp;| Version: 2.2
+             Last Published: 2009-12-03
+              &nbsp;| Version: 2.3
             </div>
       <div class="clear">
         <hr/>
@@ -305,7 +305,7 @@
       &lt;plugin&gt;
         &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
         &lt;artifactId&gt;maven-changes-plugin&lt;/artifactId&gt;
-        &lt;version&gt;2.2&lt;/version&gt;
+        &lt;version&gt;2.3&lt;/version&gt;
         &lt;configuration&gt;
           &lt;template&gt;my-announcement.vm&lt;/template&gt;
           &lt;templateDirectory&gt;our-announcements&lt;/templateDirectory&gt;

Modified: websites/production/maventest/content/plugins/maven-changes-plugin-latest/faq.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-changes-plugin-latest/faq.html (original)
+++ websites/production/maventest/content/plugins/maven-changes-plugin-latest/faq.html Tue May  8 12:43:00 2012
@@ -72,8 +72,8 @@
             
   
     
-             Last Published: 2009-11-20
-              &nbsp;| Version: 2.2
+             Last Published: 2009-12-03
+              &nbsp;| Version: 2.3
             </div>
       <div class="clear">
         <hr/>

Modified: websites/production/maventest/content/plugins/maven-changes-plugin-latest/help-mojo.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-changes-plugin-latest/help-mojo.html (original)
+++ websites/production/maventest/content/plugins/maven-changes-plugin-latest/help-mojo.html Tue May  8 12:43:00 2012
@@ -72,8 +72,8 @@
             
   
     
-             Last Published: 2009-11-20
-              &nbsp;| Version: 2.2
+             Last Published: 2009-12-03
+              &nbsp;| Version: 2.3
             </div>
       <div class="clear">
         <hr/>
@@ -294,7 +294,7 @@
       <div id="contentBox">
         <div class="section"><h2><a name="changes:help"></a>changes:help</h2>
 <p><strong>Full name</strong>:</p>
-<p>org.apache.maven.plugins:maven-changes-plugin:2.2:help</p>
+<p>org.apache.maven.plugins:maven-changes-plugin:2.3:help</p>
 <p><strong>Description</strong>:</p>
 <div>Display help information on maven-changes-plugin.<br />
 

Modified: websites/production/maventest/content/plugins/maven-changes-plugin-latest/index.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-changes-plugin-latest/index.html (original)
+++ websites/production/maventest/content/plugins/maven-changes-plugin-latest/index.html Tue May  8 12:43:00 2012
@@ -73,8 +73,8 @@
             
   
     
-             Last Published: 2009-11-20
-              &nbsp;| Version: 2.2
+             Last Published: 2009-12-03
+              &nbsp;| Version: 2.3
             </div>
       <div class="clear">
         <hr/>

Modified: websites/production/maventest/content/plugins/maven-changes-plugin-latest/integration.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-changes-plugin-latest/integration.html (original)
+++ websites/production/maventest/content/plugins/maven-changes-plugin-latest/integration.html Tue May  8 12:43:00 2012
@@ -72,8 +72,8 @@
             
   
     
-             Last Published: 2009-11-20
-              &nbsp;| Version: 2.2
+             Last Published: 2009-12-03
+              &nbsp;| Version: 2.3
             </div>
       <div class="clear">
         <hr/>

Modified: websites/production/maventest/content/plugins/maven-changes-plugin-latest/issue-tracking.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-changes-plugin-latest/issue-tracking.html (original)
+++ websites/production/maventest/content/plugins/maven-changes-plugin-latest/issue-tracking.html Tue May  8 12:43:00 2012
@@ -72,8 +72,8 @@
             
   
     
-             Last Published: 2009-11-20
-              &nbsp;| Version: 2.2
+             Last Published: 2009-12-03
+              &nbsp;| Version: 2.3
             </div>
       <div class="clear">
         <hr/>

Modified: websites/production/maventest/content/plugins/maven-changes-plugin-latest/jira-report-mojo.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-changes-plugin-latest/jira-report-mojo.html (original)
+++ websites/production/maventest/content/plugins/maven-changes-plugin-latest/jira-report-mojo.html Tue May  8 12:43:00 2012
@@ -72,8 +72,8 @@
             
   
     
-             Last Published: 2009-11-20
-              &nbsp;| Version: 2.2
+             Last Published: 2009-12-03
+              &nbsp;| Version: 2.3
             </div>
       <div class="clear">
         <hr/>
@@ -295,7 +295,7 @@
         <div class="section"><h2><a name="changes:jira-report"></a>changes:jira-report</h2>
 <p><strong>Note</strong>:This goal should be used as a Maven report.</p>
 <p><strong>Full name</strong>:</p>
-<p>org.apache.maven.plugins:maven-changes-plugin:2.2:jira-report</p>
+<p>org.apache.maven.plugins:maven-changes-plugin:2.3:jira-report</p>
 <p><strong>Description</strong>:</p>
 <div>Goal which downloads issues from the Issue Tracking System and
 generates a report.</div><p><strong>Attributes</strong>:</p>

Modified: websites/production/maventest/content/plugins/maven-changes-plugin-latest/jira-report.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-changes-plugin-latest/jira-report.html (original)
+++ websites/production/maventest/content/plugins/maven-changes-plugin-latest/jira-report.html Tue May  8 12:43:00 2012
@@ -72,8 +72,8 @@
             
   
     
-             Last Published: 2009-11-20
-              &nbsp;| Version: 2.2
+             Last Published: 2009-12-03
+              &nbsp;| Version: 2.3
             </div>
       <div class="clear">
         <hr/>
@@ -360,148 +360,60 @@
 <th>Fix Version</th>
 </tr>
 <tr class="b"><td>Bug</td>
-<td><a href="http://jira.codehaus.org/browse/MCHANGES-116" class="externalLink">MCHANGES-116</a></td>
-<td>FileNotFoundException and NullPointerException if src/changes/changes.xml is missing</td>
-<td>Olivier Lamy</td>
-<td>Closed</td>
-<td>Fixed</td>
-<td>2.2</td>
-</tr>
-<tr class="a"><td>Bug</td>
-<td><a href="http://jira.codehaus.org/browse/MCHANGES-143" class="externalLink">MCHANGES-143</a></td>
-<td>Specifying sender email address using fromDeveloperId is no longer working.</td>
-<td>Olivier Lamy</td>
-<td>Closed</td>
-<td>Fixed</td>
-<td>2.2</td>
-</tr>
-<tr class="b"><td>Bug</td>
-<td><a href="http://jira.codehaus.org/browse/MCHANGES-147" class="externalLink">MCHANGES-147</a></td>
-<td>MavenProject object not initialize due to mispelling into the declaration</td>
-<td>Benjamin Bentmann</td>
-<td>Closed</td>
-<td>Fixed</td>
-<td>2.2</td>
-</tr>
-<tr class="a"><td>Bug</td>
-<td><a href="http://jira.codehaus.org/browse/MCHANGES-156" class="externalLink">MCHANGES-156</a></td>
-<td>An empty table is shown for a &lt;release&gt; which doesn't have any &lt;action&gt; in it</td>
+<td><a href="http://jira.codehaus.org/browse/MCHANGES-135" class="externalLink">MCHANGES-135</a></td>
+<td>JIRA links on changes report are broken</td>
 <td>Dennis Lundberg</td>
 <td>Closed</td>
 <td>Fixed</td>
-<td>2.2</td>
-</tr>
-<tr class="b"><td>Task</td>
-<td><a href="http://jira.codehaus.org/browse/MCHANGES-157" class="externalLink">MCHANGES-157</a></td>
-<td>Update to Doxia 1.0</td>
-<td>Dennis Lundberg</td>
-<td>Closed</td>
-<td>Fixed</td>
-<td>2.2</td>
-</tr>
-<tr class="a"><td>Task</td>
-<td><a href="http://jira.codehaus.org/browse/MCHANGES-158" class="externalLink">MCHANGES-158</a></td>
-<td>Document how to use the XML schema for changes.xml</td>
-<td>Olivier Lamy</td>
-<td>Closed</td>
-<td>Fixed</td>
-<td>2.2</td>
-</tr>
-<tr class="b"><td>New Feature</td>
-<td><a href="http://jira.codehaus.org/browse/MCHANGES-161" class="externalLink">MCHANGES-161</a></td>
-<td>Add limited properties interpolation</td>
-<td>Olivier Lamy</td>
-<td>Closed</td>
-<td>Fixed</td>
-<td>2.2</td>
+<td>2.3</td>
 </tr>
 <tr class="a"><td>Bug</td>
-<td><a href="http://jira.codehaus.org/browse/MCHANGES-166" class="externalLink">MCHANGES-166</a></td>
-<td>Problem with issueLinkTemplatePerSystem</td>
-<td>Olivier Lamy</td>
-<td>Closed</td>
-<td>Fixed</td>
-<td>2.2</td>
-</tr>
-<tr class="b"><td>Task</td>
-<td><a href="http://jira.codehaus.org/browse/MCHANGES-170" class="externalLink">MCHANGES-170</a></td>
-<td>Review the Doxia Sink calls</td>
-<td>Vincent Siveton</td>
-<td>Closed</td>
-<td>Fixed</td>
-<td>2.2</td>
-</tr>
-<tr class="a"><td>Task</td>
-<td><a href="http://jira.codehaus.org/browse/MCHANGES-171" class="externalLink">MCHANGES-171</a></td>
-<td>Fix Modello build warning</td>
+<td><a href="http://jira.codehaus.org/browse/MCHANGES-138" class="externalLink">MCHANGES-138</a></td>
+<td>Exception thrown when issueManagement section of pom is missing</td>
 <td>Dennis Lundberg</td>
 <td>Closed</td>
 <td>Fixed</td>
-<td>2.2</td>
+<td>2.3</td>
 </tr>
-<tr class="b"><td>Improvement</td>
-<td><a href="http://jira.codehaus.org/browse/MCHANGES-177" class="externalLink">MCHANGES-177</a></td>
-<td>Allow specification of report columns in Trac report</td>
-<td>Dennis Lundberg</td>
-<td>Closed</td>
-<td>Fixed</td>
-<td>2.2</td>
-</tr>
-<tr class="a"><td>Improvement</td>
-<td><a href="http://jira.codehaus.org/browse/MCHANGES-178" class="externalLink">MCHANGES-178</a></td>
-<td>Make the url parameter non-required</td>
+<tr class="b"><td>New Feature</td>
+<td><a href="http://jira.codehaus.org/browse/MCHANGES-145" class="externalLink">MCHANGES-145</a></td>
+<td>Make it possible to run the announcement goals only once for a multi-module project</td>
 <td>Dennis Lundberg</td>
 <td>Closed</td>
 <td>Fixed</td>
-<td>2.2</td>
+<td>2.3</td>
 </tr>
-<tr class="b"><td>Improvement</td>
-<td><a href="http://jira.codehaus.org/browse/MCHANGES-179" class="externalLink">MCHANGES-179</a></td>
-<td>Improve the announcement template reference documentation</td>
+<tr class="a"><td>Bug</td>
+<td><a href="http://jira.codehaus.org/browse/MCHANGES-151" class="externalLink">MCHANGES-151</a></td>
+<td>A patch about the date parsing and html encoding for maven-changes-plugin-trac</td>
 <td>Dennis Lundberg</td>
 <td>Closed</td>
 <td>Fixed</td>
-<td>2.2</td>
+<td>2.3</td>
 </tr>
-<tr class="a"><td>Task</td>
-<td><a href="http://jira.codehaus.org/browse/MCHANGES-180" class="externalLink">MCHANGES-180</a></td>
-<td>Update to Maven Reporting Impl 2.0.4.3</td>
+<tr class="b"><td>Bug</td>
+<td><a href="http://jira.codehaus.org/browse/MCHANGES-186" class="externalLink">MCHANGES-186</a></td>
+<td>Issue links for JIRA are broken when using the %URL% token</td>
 <td>Dennis Lundberg</td>
 <td>Closed</td>
 <td>Fixed</td>
-<td>2.2</td>
+<td>2.3</td>
 </tr>
-<tr class="b"><td>Improvement</td>
-<td><a href="http://jira.codehaus.org/browse/MCHANGES-181" class="externalLink">MCHANGES-181</a></td>
-<td>Add Swedish translation</td>
+<tr class="a"><td>Bug</td>
+<td><a href="http://jira.codehaus.org/browse/MCHANGES-187" class="externalLink">MCHANGES-187</a></td>
+<td>If jiraMerge=true then releases that are only in JIRA will not be included in the announcement</td>
 <td>Dennis Lundberg</td>
 <td>Closed</td>
 <td>Fixed</td>
-<td>2.2</td>
-</tr>
-<tr class="a"><td>Improvement</td>
-<td><a href="http://jira.codehaus.org/browse/MCHANGES-183" class="externalLink">MCHANGES-183</a></td>
-<td>Add French translations</td>
-<td>Olivier Lamy</td>
-<td>Closed</td>
-<td>Fixed</td>
-<td>2.2</td>
+<td>2.3</td>
 </tr>
-<tr class="b"><td>Improvement</td>
-<td><a href="http://jira.codehaus.org/browse/MCHANGES-184" class="externalLink">MCHANGES-184</a></td>
-<td>Add German translation for the Trac report</td>
-<td>Benjamin Bentmann</td>
-<td>Closed</td>
-<td>Fixed</td>
-<td>2.2</td>
-</tr>
-<tr class="a"><td>Bug</td>
-<td><a href="http://jira.codehaus.org/browse/MCHANGES-185" class="externalLink">MCHANGES-185</a></td>
-<td>Output special characters like &lt; and &gt; in the JIRA report</td>
+<tr class="b"><td>Bug</td>
+<td><a href="http://jira.codehaus.org/browse/MCHANGES-189" class="externalLink">MCHANGES-189</a></td>
+<td>There are presentation problems in the changes-report if an issue in changes.xml contains characters like &lt; and &gt;</td>
 <td>Dennis Lundberg</td>
 <td>Closed</td>
 <td>Fixed</td>
-<td>2.2</td>
+<td>2.3</td>
 </tr>
 </table>
 </div>

Modified: websites/production/maventest/content/plugins/maven-changes-plugin-latest/l10n-status.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-changes-plugin-latest/l10n-status.html (original)
+++ websites/production/maventest/content/plugins/maven-changes-plugin-latest/l10n-status.html Tue May  8 12:43:00 2012
@@ -72,8 +72,8 @@
             
   
     
-             Last Published: 2009-11-20
-              &nbsp;| Version: 2.2
+             Last Published: 2009-12-03
+              &nbsp;| Version: 2.3
             </div>
       <div class="clear">
         <hr/>

Modified: websites/production/maventest/content/plugins/maven-changes-plugin-latest/license.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-changes-plugin-latest/license.html (original)
+++ websites/production/maventest/content/plugins/maven-changes-plugin-latest/license.html Tue May  8 12:43:00 2012
@@ -72,8 +72,8 @@
             
   
     
-             Last Published: 2009-11-20
-              &nbsp;| Version: 2.2
+             Last Published: 2009-12-03
+              &nbsp;| Version: 2.3
             </div>
       <div class="clear">
         <hr/>

Modified: websites/production/maventest/content/plugins/maven-changes-plugin-latest/mail-lists.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-changes-plugin-latest/mail-lists.html (original)
+++ websites/production/maventest/content/plugins/maven-changes-plugin-latest/mail-lists.html Tue May  8 12:43:00 2012
@@ -72,8 +72,8 @@
             
   
     
-             Last Published: 2009-11-20
-              &nbsp;| Version: 2.2
+             Last Published: 2009-12-03
+              &nbsp;| Version: 2.3
             </div>
       <div class="clear">
         <hr/>

Modified: websites/production/maventest/content/plugins/maven-changes-plugin-latest/plugin-info.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-changes-plugin-latest/plugin-info.html (original)
+++ websites/production/maventest/content/plugins/maven-changes-plugin-latest/plugin-info.html Tue May  8 12:43:00 2012
@@ -72,8 +72,8 @@
             
   
     
-             Last Published: 2009-11-20
-              &nbsp;| Version: 2.2
+             Last Published: 2009-12-03
+              &nbsp;| Version: 2.3
             </div>
       <div class="clear">
         <hr/>
@@ -422,7 +422,7 @@ generates a report.</td>
         &lt;plugin&gt;
           &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
           &lt;artifactId&gt;maven-changes-plugin&lt;/artifactId&gt;
-          &lt;version&gt;2.2&lt;/version&gt;
+          &lt;version&gt;2.3&lt;/version&gt;
         &lt;/plugin&gt;
         ...
       &lt;/plugins&gt;
@@ -432,7 +432,7 @@ generates a report.</td>
       &lt;plugin&gt;
         &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
         &lt;artifactId&gt;maven-changes-plugin&lt;/artifactId&gt;
-        &lt;version&gt;2.2&lt;/version&gt;
+        &lt;version&gt;2.3&lt;/version&gt;
       &lt;/plugin&gt;
       ...
     &lt;/plugins&gt;
@@ -444,7 +444,7 @@ generates a report.</td>
       &lt;plugin&gt;
         &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
         &lt;artifactId&gt;maven-changes-plugin&lt;/artifactId&gt;
-        &lt;version&gt;2.2&lt;/version&gt;
+        &lt;version&gt;2.3&lt;/version&gt;
       &lt;/plugin&gt;
       ...
     &lt;/plugins&gt;

Modified: websites/production/maventest/content/plugins/maven-changes-plugin-latest/plugin-management.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-changes-plugin-latest/plugin-management.html (original)
+++ websites/production/maventest/content/plugins/maven-changes-plugin-latest/plugin-management.html Tue May  8 12:43:00 2012
@@ -72,8 +72,8 @@
             
   
     
-             Last Published: 2009-11-20
-              &nbsp;| Version: 2.2
+             Last Published: 2009-12-03
+              &nbsp;| Version: 2.3
             </div>
       <div class="clear">
         <hr/>

Modified: websites/production/maventest/content/plugins/maven-changes-plugin-latest/plugins.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-changes-plugin-latest/plugins.html (original)
+++ websites/production/maventest/content/plugins/maven-changes-plugin-latest/plugins.html Tue May  8 12:43:00 2012
@@ -72,8 +72,8 @@
             
   
     
-             Last Published: 2009-11-20
-              &nbsp;| Version: 2.2
+             Last Published: 2009-12-03
+              &nbsp;| Version: 2.3
             </div>
       <div class="clear">
         <hr/>
@@ -376,7 +376,7 @@
 </tr>
 <tr class="a"><td>org.apache.maven.plugins</td>
 <td>../../../../../people.apache.org/www/maven.apache.org/plugins/maven-changes-plugin</td>
-<td>2.2</td>
+<td>2.3</td>
 </tr>
 <tr class="b"><td>org.apache.maven.plugins</td>
 <td><a href="http://maven.apache.org/plugins/maven-checkstyle-plugin" class="externalLink">maven-checkstyle-plugin</a></td>

Modified: websites/production/maventest/content/plugins/maven-changes-plugin-latest/pmd.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-changes-plugin-latest/pmd.html (original)
+++ websites/production/maventest/content/plugins/maven-changes-plugin-latest/pmd.html Tue May  8 12:43:00 2012
@@ -72,8 +72,8 @@
             
   
     
-             Last Published: 2009-11-20
-              &nbsp;| Version: 2.2
+             Last Published: 2009-12-03
+              &nbsp;| Version: 2.3
             </div>
       <div class="clear">
         <hr/>
@@ -359,10 +359,10 @@
 <th>Line</th>
 </tr>
 <tr class="b"><td>Avoid empty if statements</td>
-<td><a href="./xref/org/apache/maven/plugin/announcement/AnnouncementMojo.html#472">472</a> - <a href="./xref/org/apache/maven/plugin/announcement/AnnouncementMojo.html#474">474</a></td>
+<td><a href="./xref/org/apache/maven/plugin/announcement/AnnouncementMojo.html#478">478</a> - <a href="./xref/org/apache/maven/plugin/announcement/AnnouncementMojo.html#480">480</a></td>
 </tr>
 <tr class="a"><td>These nested if statements could be combined</td>
-<td><a href="./xref/org/apache/maven/plugin/announcement/AnnouncementMojo.html#663">663</a> - <a href="./xref/org/apache/maven/plugin/announcement/AnnouncementMojo.html#666">666</a></td>
+<td><a href="./xref/org/apache/maven/plugin/announcement/AnnouncementMojo.html#696">696</a> - <a href="./xref/org/apache/maven/plugin/announcement/AnnouncementMojo.html#699">699</a></td>
 </tr>
 </table>
 </div>

Modified: websites/production/maventest/content/plugins/maven-changes-plugin-latest/project-info.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-changes-plugin-latest/project-info.html (original)
+++ websites/production/maventest/content/plugins/maven-changes-plugin-latest/project-info.html Tue May  8 12:43:00 2012
@@ -72,8 +72,8 @@
             
   
     
-             Last Published: 2009-11-20
-              &nbsp;| Version: 2.2
+             Last Published: 2009-12-03
+              &nbsp;| Version: 2.3
             </div>
       <div class="clear">
         <hr/>

Modified: websites/production/maventest/content/plugins/maven-changes-plugin-latest/project-reports.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-changes-plugin-latest/project-reports.html (original)
+++ websites/production/maventest/content/plugins/maven-changes-plugin-latest/project-reports.html Tue May  8 12:43:00 2012
@@ -72,8 +72,8 @@
             
   
     
-             Last Published: 2009-11-20
-              &nbsp;| Version: 2.2
+             Last Published: 2009-12-03
+              &nbsp;| Version: 2.3
             </div>
       <div class="clear">
         <hr/>

Modified: websites/production/maventest/content/plugins/maven-changes-plugin-latest/project-summary.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-changes-plugin-latest/project-summary.html (original)
+++ websites/production/maventest/content/plugins/maven-changes-plugin-latest/project-summary.html Tue May  8 12:43:00 2012
@@ -72,8 +72,8 @@
             
   
     
-             Last Published: 2009-11-20
-              &nbsp;| Version: 2.2
+             Last Published: 2009-12-03
+              &nbsp;| Version: 2.3
             </div>
       <div class="clear">
         <hr/>
@@ -377,7 +377,7 @@
 <td>maven-changes-plugin</td>
 </tr>
 <tr class="a"><td>Version</td>
-<td>2.2</td>
+<td>2.3</td>
 </tr>
 <tr class="b"><td>Type</td>
 <td>maven-plugin</td>

Modified: websites/production/maventest/content/plugins/maven-changes-plugin-latest/source-repository.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-changes-plugin-latest/source-repository.html (original)
+++ websites/production/maventest/content/plugins/maven-changes-plugin-latest/source-repository.html Tue May  8 12:43:00 2012
@@ -72,8 +72,8 @@
             
   
     
-             Last Published: 2009-11-20
-              &nbsp;| Version: 2.2
+             Last Published: 2009-12-03
+              &nbsp;| Version: 2.3
             </div>
       <div class="clear">
         <hr/>
@@ -342,17 +342,17 @@
 This project uses <a href="http://subversion.tigris.org/" class="externalLink">Subversion</a> to manage its source code. Instructions on Subversion use can be found at <a href="http://svnbook.red-bean.com/" class="externalLink">http://svnbook.red-bean.com/</a>.</div>
 <a name="Web_Access"></a><div class="section"><h2>Web Access</h2>
 <p>The following is a link to the online source repository.</p>
-<div class="source"><pre><a href="http://svn.apache.org/viewvc/maven/plugins/tags/maven-changes-plugin-2.2" class="externalLink">http://svn.apache.org/viewvc/maven/plugins/tags/maven-changes-plugin-2.2</a></pre>
+<div class="source"><pre><a href="http://svn.apache.org/viewvc/maven/plugins/tags/maven-changes-plugin-2.3" class="externalLink">http://svn.apache.org/viewvc/maven/plugins/tags/maven-changes-plugin-2.3</a></pre>
 </div>
 </div>
 <a name="Anonymous_access"></a><div class="section"><h2>Anonymous access</h2>
 <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/plugins/tags/maven-changes-plugin-2.2 maven-changes-plugin</pre>
+<div class="source"><pre>$ svn checkout http://svn.apache.org/repos/asf/maven/plugins/tags/maven-changes-plugin-2.3 maven-changes-plugin</pre>
 </div>
 </div>
 <a name="Developer_access"></a><div class="section"><h2>Developer access</h2>
 <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/plugins/tags/maven-changes-plugin-2.2 maven-changes-plugin</pre>
+<div class="source"><pre>$ svn checkout https://svn.apache.org/repos/asf/maven/plugins/tags/maven-changes-plugin-2.3 maven-changes-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>
@@ -360,7 +360,7 @@ This project uses <a href="http://subver
 </div>
 <a name="Access_from_behind_a_firewall"></a><div class="section"><h2>Access from behind a firewall</h2>
 <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/plugins/tags/maven-changes-plugin-2.2 maven-changes-plugin</pre>
+<div class="source"><pre>$ svn checkout https://svn.apache.org/repos/asf/maven/plugins/tags/maven-changes-plugin-2.3 maven-changes-plugin</pre>
 </div>
 </div>
 <a name="Access_through_a_proxy"></a><div class="section"><h2>Access through a proxy</h2>

Modified: websites/production/maventest/content/plugins/maven-changes-plugin-latest/surefire-report.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-changes-plugin-latest/surefire-report.html (original)
+++ websites/production/maventest/content/plugins/maven-changes-plugin-latest/surefire-report.html Tue May  8 12:43:00 2012
@@ -72,8 +72,8 @@
             
   
     
-             Last Published: 2009-11-20
-              &nbsp;| Version: 2.2
+             Last Published: 2009-12-03
+              &nbsp;| Version: 2.3
             </div>
       <div class="clear">
         <hr/>
@@ -376,12 +376,12 @@ function toggleDisplay(elementId) {
 <th>Success Rate</th>
 <th>Time</th>
 </tr>
-<tr class="b"><td>19</td>
+<tr class="b"><td>20</td>
 <td>0</td>
 <td>0</td>
 <td>0</td>
 <td>100%</td>
-<td>1.547</td>
+<td>1.75</td>
 </tr>
 </table>
 <br />
@@ -404,7 +404,7 @@ Note: failures are anticipated and check
 <td>0</td>
 <td>0</td>
 <td>100%</td>
-<td>0.782</td>
+<td>0.828</td>
 </tr>
 <tr class="a"><td><a href="#org.apache.maven.plugin.jira">org.apache.maven.plugin.jira</a></td>
 <td>5</td>
@@ -412,15 +412,15 @@ Note: failures are anticipated and check
 <td>0</td>
 <td>0</td>
 <td>100%</td>
-<td>0.015</td>
+<td>0</td>
 </tr>
 <tr class="b"><td><a href="#org.apache.maven.plugin.announcement">org.apache.maven.plugin.announcement</a></td>
-<td>1</td>
+<td>2</td>
 <td>0</td>
 <td>0</td>
 <td>0</td>
 <td>100%</td>
-<td>0.75</td>
+<td>0.922</td>
 </tr>
 </table>
 <br />
@@ -441,7 +441,7 @@ Note: package statistics are not compute
 <td>0</td>
 <td>0</td>
 <td>100%</td>
-<td>0</td>
+<td>0.015</td>
 </tr>
 <tr class="a"><td><a href="#org.apache.maven.plugin.changesChangesValidatorMojoTest"><img src="images/icon_success_sml.gif" /></a></td>
 <td><a href="#org.apache.maven.plugin.changesChangesValidatorMojoTest">ChangesValidatorMojoTest</a></td>
@@ -450,7 +450,7 @@ Note: package statistics are not compute
 <td>0</td>
 <td>0</td>
 <td>100%</td>
-<td>0.672</td>
+<td>0.719</td>
 </tr>
 <tr class="b"><td><a href="#org.apache.maven.plugin.changesChangesXMLTest"><img src="images/icon_success_sml.gif" /></a></td>
 <td><a href="#org.apache.maven.plugin.changesChangesXMLTest">ChangesXMLTest</a></td>
@@ -468,7 +468,7 @@ Note: package statistics are not compute
 <td>0</td>
 <td>0</td>
 <td>100%</td>
-<td>0.016</td>
+<td>0</td>
 </tr>
 </table>
 </div>
@@ -489,7 +489,7 @@ Note: package statistics are not compute
 <td>0</td>
 <td>0</td>
 <td>100%</td>
-<td>0.015</td>
+<td>0</td>
 </tr>
 </table>
 </div>
@@ -505,12 +505,12 @@ Note: package statistics are not compute
 </tr>
 <tr class="a"><td><a href="#org.apache.maven.plugin.announcementAnnouncementMojoTest"><img src="images/icon_success_sml.gif" /></a></td>
 <td><a href="#org.apache.maven.plugin.announcementAnnouncementMojoTest">AnnouncementMojoTest</a></td>
-<td>1</td>
+<td>2</td>
 <td>0</td>
 <td>0</td>
 <td>0</td>
 <td>100%</td>
-<td>0.75</td>
+<td>0.922</td>
 </tr>
 </table>
 </div>
@@ -521,92 +521,96 @@ Note: package statistics are not compute
 <div class="section"><h3><a name="org.apache.maven.plugin.announcementAnnouncementMojoTest"></a>AnnouncementMojoTest</h3>
 <table class="bodyTable"><tr class="b"><td><img src="images/icon_success_sml.gif" /></td>
 <td>testAnnounceGeneration</td>
-<td>0.719</td>
+<td>0.766</td>
+</tr>
+<tr class="a"><td><img src="images/icon_success_sml.gif" /></td>
+<td>testmergeReleases</td>
+<td>0.11</td>
 </tr>
 </table>
 </div>
 <div class="section"><h3><a name="org.apache.maven.plugin.changesActionTest"></a>ActionTest</h3>
-<table class="bodyTable"><tr class="a"><td><img src="images/icon_success_sml.gif" /></td>
+<table class="bodyTable"><tr class="b"><td><img src="images/icon_success_sml.gif" /></td>
 <td>testGetSetAction</td>
 <td>0</td>
 </tr>
-<tr class="b"><td><img src="images/icon_success_sml.gif" /></td>
+<tr class="a"><td><img src="images/icon_success_sml.gif" /></td>
 <td>testGetSetDev</td>
 <td>0</td>
 </tr>
-<tr class="a"><td><img src="images/icon_success_sml.gif" /></td>
+<tr class="b"><td><img src="images/icon_success_sml.gif" /></td>
 <td>testGetSetType</td>
 <td>0</td>
 </tr>
-<tr class="b"><td><img src="images/icon_success_sml.gif" /></td>
+<tr class="a"><td><img src="images/icon_success_sml.gif" /></td>
 <td>testGetSetIssue</td>
 <td>0</td>
 </tr>
-<tr class="a"><td><img src="images/icon_success_sml.gif" /></td>
+<tr class="b"><td><img src="images/icon_success_sml.gif" /></td>
 <td>testGetSetDueTo</td>
 <td>0</td>
 </tr>
-<tr class="b"><td><img src="images/icon_success_sml.gif" /></td>
+<tr class="a"><td><img src="images/icon_success_sml.gif" /></td>
 <td>testGetSetDueToEmail</td>
 <td>0</td>
 </tr>
 </table>
 </div>
 <div class="section"><h3><a name="org.apache.maven.plugin.changesChangesValidatorMojoTest"></a>ChangesValidatorMojoTest</h3>
-<table class="bodyTable"><tr class="a"><td><img src="images/icon_success_sml.gif" /></td>
+<table class="bodyTable"><tr class="b"><td><img src="images/icon_success_sml.gif" /></td>
 <td>testValidationSuccess</td>
-<td>0.391</td>
+<td>0.406</td>
 </tr>
-<tr class="b"><td><img src="images/icon_success_sml.gif" /></td>
+<tr class="a"><td><img src="images/icon_success_sml.gif" /></td>
 <td>testValidationFailedWithMojoFailure</td>
 <td>0.125</td>
 </tr>
-<tr class="a"><td><img src="images/icon_success_sml.gif" /></td>
+<tr class="b"><td><img src="images/icon_success_sml.gif" /></td>
 <td>testValidationFailedWithNoMojoFailure</td>
-<td>0.156</td>
+<td>0.188</td>
 </tr>
 </table>
 </div>
 <div class="section"><h3><a name="org.apache.maven.plugin.changesChangesXMLTest"></a>ChangesXMLTest</h3>
-<table class="bodyTable"><tr class="b"><td><img src="images/icon_success_sml.gif" /></td>
+<table class="bodyTable"><tr class="a"><td><img src="images/icon_success_sml.gif" /></td>
 <td>testParseChangesFile</td>
-<td>0.078</td>
+<td>0.094</td>
 </tr>
 </table>
 </div>
 <div class="section"><h3><a name="org.apache.maven.plugin.changesReleaseTest"></a>ReleaseTest</h3>
-<table class="bodyTable"><tr class="a"><td><img src="images/icon_success_sml.gif" /></td>
+<table class="bodyTable"><tr class="b"><td><img src="images/icon_success_sml.gif" /></td>
 <td>testGetSetAction</td>
 <td>0</td>
 </tr>
-<tr class="b"><td><img src="images/icon_success_sml.gif" /></td>
+<tr class="a"><td><img src="images/icon_success_sml.gif" /></td>
 <td>testGetSetVersion</td>
 <td>0</td>
 </tr>
-<tr class="a"><td><img src="images/icon_success_sml.gif" /></td>
+<tr class="b"><td><img src="images/icon_success_sml.gif" /></td>
 <td>testGetSetDateRelease</td>
 <td>0</td>
 </tr>
 </table>
 </div>
 <div class="section"><h3><a name="org.apache.maven.plugin.jiraJiraIssueTest"></a>JiraIssueTest</h3>
-<table class="bodyTable"><tr class="b"><td><img src="images/icon_success_sml.gif" /></td>
+<table class="bodyTable"><tr class="a"><td><img src="images/icon_success_sml.gif" /></td>
 <td>testGetSetKey</td>
 <td>0</td>
 </tr>
-<tr class="a"><td><img src="images/icon_success_sml.gif" /></td>
+<tr class="b"><td><img src="images/icon_success_sml.gif" /></td>
 <td>testGetSetSummary</td>
 <td>0</td>
 </tr>
-<tr class="b"><td><img src="images/icon_success_sml.gif" /></td>
+<tr class="a"><td><img src="images/icon_success_sml.gif" /></td>
 <td>testGetSetStatus</td>
 <td>0</td>
 </tr>
-<tr class="a"><td><img src="images/icon_success_sml.gif" /></td>
+<tr class="b"><td><img src="images/icon_success_sml.gif" /></td>
 <td>testGetSetResolution</td>
 <td>0</td>
 </tr>
-<tr class="b"><td><img src="images/icon_success_sml.gif" /></td>
+<tr class="a"><td><img src="images/icon_success_sml.gif" /></td>
 <td>testGetSetAssignee</td>
 <td>0</td>
 </tr>

Modified: websites/production/maventest/content/plugins/maven-changes-plugin-latest/taglist.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-changes-plugin-latest/taglist.html (original)
+++ websites/production/maventest/content/plugins/maven-changes-plugin-latest/taglist.html Tue May  8 12:43:00 2012
@@ -72,8 +72,8 @@
             
   
     
-             Last Published: 2009-11-20
-              &nbsp;| Version: 2.2
+             Last Published: 2009-12-03
+              &nbsp;| Version: 2.3
             </div>
       <div class="clear">
         <hr/>

Modified: websites/production/maventest/content/plugins/maven-changes-plugin-latest/team-list.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-changes-plugin-latest/team-list.html (original)
+++ websites/production/maventest/content/plugins/maven-changes-plugin-latest/team-list.html Tue May  8 12:43:00 2012
@@ -72,8 +72,8 @@
             
   
     
-             Last Published: 2009-11-20
-              &nbsp;| Version: 2.2
+             Last Published: 2009-12-03
+              &nbsp;| Version: 2.3
             </div>
       <div class="clear">
         <hr/>

Modified: websites/production/maventest/content/plugins/maven-changes-plugin-latest/testapidocs/allclasses-frame.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-changes-plugin-latest/testapidocs/allclasses-frame.html (original)
+++ websites/production/maventest/content/plugins/maven-changes-plugin-latest/testapidocs/allclasses-frame.html Tue May  8 12:43:00 2012
@@ -2,10 +2,10 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_21) on Fri Nov 20 23:01:35 CET 2009 -->
+<!-- Generated by javadoc (build 1.5.0_21) on Thu Dec 03 19:53:31 CET 2009 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-All Classes (Maven Changes Report Plugin 2.2 Test API)
+All Classes (Maven Changes Report Plugin 2.3 Test API)
 </TITLE>
 
 

Modified: websites/production/maventest/content/plugins/maven-changes-plugin-latest/testapidocs/allclasses-noframe.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-changes-plugin-latest/testapidocs/allclasses-noframe.html (original)
+++ websites/production/maventest/content/plugins/maven-changes-plugin-latest/testapidocs/allclasses-noframe.html Tue May  8 12:43:00 2012
@@ -2,10 +2,10 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_21) on Fri Nov 20 23:01:35 CET 2009 -->
+<!-- Generated by javadoc (build 1.5.0_21) on Thu Dec 03 19:53:31 CET 2009 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-All Classes (Maven Changes Report Plugin 2.2 Test API)
+All Classes (Maven Changes Report Plugin 2.3 Test API)
 </TITLE>
 
 

Modified: websites/production/maventest/content/plugins/maven-changes-plugin-latest/testapidocs/constant-values.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-changes-plugin-latest/testapidocs/constant-values.html (original)
+++ websites/production/maventest/content/plugins/maven-changes-plugin-latest/testapidocs/constant-values.html Tue May  8 12:43:00 2012
@@ -2,10 +2,10 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_21) on Fri Nov 20 23:01:35 CET 2009 -->
+<!-- Generated by javadoc (build 1.5.0_21) on Thu Dec 03 19:53:31 CET 2009 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Constant Field Values (Maven Changes Report Plugin 2.2 Test API)
+Constant Field Values (Maven Changes Report Plugin 2.3 Test API)
 </TITLE>
 
 
@@ -14,7 +14,7 @@ Constant Field Values (Maven Changes Rep
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="Constant Field Values (Maven Changes Report Plugin 2.2 Test API)";
+    parent.document.title="Constant Field Values (Maven Changes Report Plugin 2.3 Test API)";
 }
 </SCRIPT>
 <NOSCRIPT>

Modified: websites/production/maventest/content/plugins/maven-changes-plugin-latest/testapidocs/deprecated-list.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-changes-plugin-latest/testapidocs/deprecated-list.html (original)
+++ websites/production/maventest/content/plugins/maven-changes-plugin-latest/testapidocs/deprecated-list.html Tue May  8 12:43:00 2012
@@ -2,10 +2,10 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_21) on Fri Nov 20 23:01:35 CET 2009 -->
+<!-- Generated by javadoc (build 1.5.0_21) on Thu Dec 03 19:53:31 CET 2009 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Deprecated List (Maven Changes Report Plugin 2.2 Test API)
+Deprecated List (Maven Changes Report Plugin 2.3 Test API)
 </TITLE>
 
 
@@ -14,7 +14,7 @@ Deprecated List (Maven Changes Report Pl
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="Deprecated List (Maven Changes Report Plugin 2.2 Test API)";
+    parent.document.title="Deprecated List (Maven Changes Report Plugin 2.3 Test API)";
 }
 </SCRIPT>
 <NOSCRIPT>

Modified: websites/production/maventest/content/plugins/maven-changes-plugin-latest/testapidocs/help-doc.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-changes-plugin-latest/testapidocs/help-doc.html (original)
+++ websites/production/maventest/content/plugins/maven-changes-plugin-latest/testapidocs/help-doc.html Tue May  8 12:43:00 2012
@@ -2,10 +2,10 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_21) on Fri Nov 20 23:01:35 CET 2009 -->
+<!-- Generated by javadoc (build 1.5.0_21) on Thu Dec 03 19:53:31 CET 2009 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-API Help (Maven Changes Report Plugin 2.2 Test API)
+API Help (Maven Changes Report Plugin 2.3 Test API)
 </TITLE>
 
 
@@ -14,7 +14,7 @@ API Help (Maven Changes Report Plugin 2.
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="API Help (Maven Changes Report Plugin 2.2 Test API)";
+    parent.document.title="API Help (Maven Changes Report Plugin 2.3 Test API)";
 }
 </SCRIPT>
 <NOSCRIPT>

Modified: websites/production/maventest/content/plugins/maven-changes-plugin-latest/testapidocs/index-all.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-changes-plugin-latest/testapidocs/index-all.html (original)
+++ websites/production/maventest/content/plugins/maven-changes-plugin-latest/testapidocs/index-all.html Tue May  8 12:43:00 2012
@@ -2,10 +2,10 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_21) on Fri Nov 20 23:01:35 CET 2009 -->
+<!-- Generated by javadoc (build 1.5.0_21) on Thu Dec 03 19:53:31 CET 2009 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Index (Maven Changes Report Plugin 2.2 Test API)
+Index (Maven Changes Report Plugin 2.3 Test API)
 </TITLE>
 
 
@@ -14,7 +14,7 @@ Index (Maven Changes Report Plugin 2.2 T
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="Index (Maven Changes Report Plugin 2.2 Test API)";
+    parent.document.title="Index (Maven Changes Report Plugin 2.3 Test API)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -213,6 +213,9 @@ Method in class org.apache.maven.plugin.
 <DT><A HREF="./org/apache/maven/plugin/changes/ReleaseTest.html#testGetSetVersion()"><B>testGetSetVersion()</B></A> - 
 Method in class org.apache.maven.plugin.changes.<A HREF="./org/apache/maven/plugin/changes/ReleaseTest.html" title="class in org.apache.maven.plugin.changes">ReleaseTest</A>
 <DD>&nbsp;
+<DT><A HREF="./org/apache/maven/plugin/announcement/AnnouncementMojoTest.html#testmergeReleases()"><B>testmergeReleases()</B></A> - 
+Method in class org.apache.maven.plugin.announcement.<A HREF="./org/apache/maven/plugin/announcement/AnnouncementMojoTest.html" title="class in org.apache.maven.plugin.announcement">AnnouncementMojoTest</A>
+<DD>&nbsp;
 <DT><A HREF="./org/apache/maven/plugin/changes/ChangesXMLTest.html#testParseChangesFile()"><B>testParseChangesFile()</B></A> - 
 Method in class org.apache.maven.plugin.changes.<A HREF="./org/apache/maven/plugin/changes/ChangesXMLTest.html" title="class in org.apache.maven.plugin.changes">ChangesXMLTest</A>
 <DD>&nbsp;

Modified: websites/production/maventest/content/plugins/maven-changes-plugin-latest/testapidocs/index.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-changes-plugin-latest/testapidocs/index.html (original)
+++ websites/production/maventest/content/plugins/maven-changes-plugin-latest/testapidocs/index.html Tue May  8 12:43:00 2012
@@ -2,10 +2,10 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc on Fri Nov 20 23:01:35 CET 2009-->
+<!-- Generated by javadoc on Thu Dec 03 19:53:31 CET 2009-->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Maven Changes Report Plugin 2.2 Test API
+Maven Changes Report Plugin 2.3 Test API
 </TITLE>
 <SCRIPT type="text/javascript">
     targetPage = "" + window.location.search;

Modified: websites/production/maventest/content/plugins/maven-changes-plugin-latest/testapidocs/options
==============================================================================
--- websites/production/maventest/content/plugins/maven-changes-plugin-latest/testapidocs/options (original)
+++ websites/production/maventest/content/plugins/maven-changes-plugin-latest/testapidocs/options Tue May  8 12:43:00 2012
@@ -15,7 +15,7 @@
 -docencoding
 'UTF-8'
 -doctitle
-'Maven Changes Report Plugin 2.2 Test API'
+'Maven Changes Report Plugin 2.3 Test API'
 -link
 'http://java.sun.com/j2se/1.4.2/docs/api'
 -link
@@ -95,4 +95,4 @@
 -use
 -version
 -windowtitle
-'Maven Changes Report Plugin 2.2 Test API'
\ No newline at end of file
+'Maven Changes Report Plugin 2.3 Test API'
\ No newline at end of file

Modified: websites/production/maventest/content/plugins/maven-changes-plugin-latest/testapidocs/org/apache/maven/plugin/announcement/AnnouncementMojoTest.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-changes-plugin-latest/testapidocs/org/apache/maven/plugin/announcement/AnnouncementMojoTest.html (original)
+++ websites/production/maventest/content/plugins/maven-changes-plugin-latest/testapidocs/org/apache/maven/plugin/announcement/AnnouncementMojoTest.html Tue May  8 12:43:00 2012
@@ -2,10 +2,10 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_21) on Fri Nov 20 23:01:34 CET 2009 -->
+<!-- Generated by javadoc (build 1.5.0_21) on Thu Dec 03 19:53:31 CET 2009 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-AnnouncementMojoTest (Maven Changes Report Plugin 2.2 Test API)
+AnnouncementMojoTest (Maven Changes Report Plugin 2.3 Test API)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.maven.plugin.announcement.AnnouncementMojoTest class">
@@ -15,7 +15,7 @@ AnnouncementMojoTest (Maven Changes Repo
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="AnnouncementMojoTest (Maven Changes Report Plugin 2.2 Test API)";
+    parent.document.title="AnnouncementMojoTest (Maven Changes Report Plugin 2.3 Test API)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -175,6 +175,14 @@ Class AnnouncementMojoTest</H2>
 <BR>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
 </TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/maven/plugin/announcement/AnnouncementMojoTest.html#testmergeReleases()">testmergeReleases</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
 </TABLE>
 &nbsp;<A NAME="methods_inherited_from_class_org.apache.maven.plugin.testing.AbstractMojoTestCase"><!-- --></A>
 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
@@ -275,6 +283,20 @@ protected void <B>assertContains</B>(<A 
 </DL>
 </DD>
 </DL>
+<HR>
+
+<A NAME="testmergeReleases()"><!-- --></A><H3>
+testmergeReleases</H3>
+<PRE>
+public void <B>testmergeReleases</B>()
+                       throws <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Exception.html" title="class or interface in java.lang">Exception</A></PRE>
+<DL>
+<DD><DL>
+
+<DT><B>Throws:</B>
+<DD><CODE><A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Exception.html" title="class or interface in java.lang">Exception</A></CODE></DL>
+</DD>
+</DL>
 <!-- ========= END OF CLASS DATA ========= -->
 <HR>
 

Modified: websites/production/maventest/content/plugins/maven-changes-plugin-latest/testapidocs/org/apache/maven/plugin/announcement/class-use/AnnouncementMojoTest.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-changes-plugin-latest/testapidocs/org/apache/maven/plugin/announcement/class-use/AnnouncementMojoTest.html (original)
+++ websites/production/maventest/content/plugins/maven-changes-plugin-latest/testapidocs/org/apache/maven/plugin/announcement/class-use/AnnouncementMojoTest.html Tue May  8 12:43:00 2012
@@ -2,10 +2,10 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_21) on Fri Nov 20 23:01:35 CET 2009 -->
+<!-- Generated by javadoc (build 1.5.0_21) on Thu Dec 03 19:53:31 CET 2009 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Class org.apache.maven.plugin.announcement.AnnouncementMojoTest (Maven Changes Report Plugin 2.2 Test API)
+Uses of Class org.apache.maven.plugin.announcement.AnnouncementMojoTest (Maven Changes Report Plugin 2.3 Test API)
 </TITLE>
 
 
@@ -14,7 +14,7 @@ Uses of Class org.apache.maven.plugin.an
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="Uses of Class org.apache.maven.plugin.announcement.AnnouncementMojoTest (Maven Changes Report Plugin 2.2 Test API)";
+    parent.document.title="Uses of Class org.apache.maven.plugin.announcement.AnnouncementMojoTest (Maven Changes Report Plugin 2.3 Test API)";
 }
 </SCRIPT>
 <NOSCRIPT>

Modified: websites/production/maventest/content/plugins/maven-changes-plugin-latest/testapidocs/org/apache/maven/plugin/announcement/package-frame.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-changes-plugin-latest/testapidocs/org/apache/maven/plugin/announcement/package-frame.html (original)
+++ websites/production/maventest/content/plugins/maven-changes-plugin-latest/testapidocs/org/apache/maven/plugin/announcement/package-frame.html Tue May  8 12:43:00 2012
@@ -2,10 +2,10 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_21) on Fri Nov 20 23:01:35 CET 2009 -->
+<!-- Generated by javadoc (build 1.5.0_21) on Thu Dec 03 19:53:31 CET 2009 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-org.apache.maven.plugin.announcement (Maven Changes Report Plugin 2.2 Test API)
+org.apache.maven.plugin.announcement (Maven Changes Report Plugin 2.3 Test API)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.maven.plugin.announcement package">

Modified: websites/production/maventest/content/plugins/maven-changes-plugin-latest/testapidocs/org/apache/maven/plugin/announcement/package-summary.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-changes-plugin-latest/testapidocs/org/apache/maven/plugin/announcement/package-summary.html (original)
+++ websites/production/maventest/content/plugins/maven-changes-plugin-latest/testapidocs/org/apache/maven/plugin/announcement/package-summary.html Tue May  8 12:43:00 2012
@@ -2,10 +2,10 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_21) on Fri Nov 20 23:01:35 CET 2009 -->
+<!-- Generated by javadoc (build 1.5.0_21) on Thu Dec 03 19:53:31 CET 2009 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-org.apache.maven.plugin.announcement (Maven Changes Report Plugin 2.2 Test API)
+org.apache.maven.plugin.announcement (Maven Changes Report Plugin 2.3 Test API)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.maven.plugin.announcement package">
@@ -15,7 +15,7 @@ org.apache.maven.plugin.announcement (Ma
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="org.apache.maven.plugin.announcement (Maven Changes Report Plugin 2.2 Test API)";
+    parent.document.title="org.apache.maven.plugin.announcement (Maven Changes Report Plugin 2.3 Test API)";
 }
 </SCRIPT>
 <NOSCRIPT>

Modified: websites/production/maventest/content/plugins/maven-changes-plugin-latest/testapidocs/org/apache/maven/plugin/announcement/package-tree.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-changes-plugin-latest/testapidocs/org/apache/maven/plugin/announcement/package-tree.html (original)
+++ websites/production/maventest/content/plugins/maven-changes-plugin-latest/testapidocs/org/apache/maven/plugin/announcement/package-tree.html Tue May  8 12:43:00 2012
@@ -2,10 +2,10 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_21) on Fri Nov 20 23:01:35 CET 2009 -->
+<!-- Generated by javadoc (build 1.5.0_21) on Thu Dec 03 19:53:31 CET 2009 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-org.apache.maven.plugin.announcement Class Hierarchy (Maven Changes Report Plugin 2.2 Test API)
+org.apache.maven.plugin.announcement Class Hierarchy (Maven Changes Report Plugin 2.3 Test API)
 </TITLE>
 
 
@@ -14,7 +14,7 @@ org.apache.maven.plugin.announcement Cla
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="org.apache.maven.plugin.announcement Class Hierarchy (Maven Changes Report Plugin 2.2 Test API)";
+    parent.document.title="org.apache.maven.plugin.announcement Class Hierarchy (Maven Changes Report Plugin 2.3 Test API)";
 }
 </SCRIPT>
 <NOSCRIPT>

Modified: websites/production/maventest/content/plugins/maven-changes-plugin-latest/testapidocs/org/apache/maven/plugin/announcement/package-use.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-changes-plugin-latest/testapidocs/org/apache/maven/plugin/announcement/package-use.html (original)
+++ websites/production/maventest/content/plugins/maven-changes-plugin-latest/testapidocs/org/apache/maven/plugin/announcement/package-use.html Tue May  8 12:43:00 2012
@@ -2,10 +2,10 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_21) on Fri Nov 20 23:01:35 CET 2009 -->
+<!-- Generated by javadoc (build 1.5.0_21) on Thu Dec 03 19:53:31 CET 2009 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Package org.apache.maven.plugin.announcement (Maven Changes Report Plugin 2.2 Test API)
+Uses of Package org.apache.maven.plugin.announcement (Maven Changes Report Plugin 2.3 Test API)
 </TITLE>
 
 
@@ -14,7 +14,7 @@ Uses of Package org.apache.maven.plugin.
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="Uses of Package org.apache.maven.plugin.announcement (Maven Changes Report Plugin 2.2 Test API)";
+    parent.document.title="Uses of Package org.apache.maven.plugin.announcement (Maven Changes Report Plugin 2.3 Test API)";
 }
 </SCRIPT>
 <NOSCRIPT>

Modified: websites/production/maventest/content/plugins/maven-changes-plugin-latest/testapidocs/org/apache/maven/plugin/changes/ActionTest.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-changes-plugin-latest/testapidocs/org/apache/maven/plugin/changes/ActionTest.html (original)
+++ websites/production/maventest/content/plugins/maven-changes-plugin-latest/testapidocs/org/apache/maven/plugin/changes/ActionTest.html Tue May  8 12:43:00 2012
@@ -2,10 +2,10 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_21) on Fri Nov 20 23:01:35 CET 2009 -->
+<!-- Generated by javadoc (build 1.5.0_21) on Thu Dec 03 19:53:31 CET 2009 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-ActionTest (Maven Changes Report Plugin 2.2 Test API)
+ActionTest (Maven Changes Report Plugin 2.3 Test API)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.maven.plugin.changes.ActionTest class">
@@ -15,7 +15,7 @@ ActionTest (Maven Changes Report Plugin 
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="ActionTest (Maven Changes Report Plugin 2.2 Test API)";
+    parent.document.title="ActionTest (Maven Changes Report Plugin 2.3 Test API)";
 }
 </SCRIPT>
 <NOSCRIPT>

Modified: websites/production/maventest/content/plugins/maven-changes-plugin-latest/testapidocs/org/apache/maven/plugin/changes/ChangesValidatorMojoTest.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-changes-plugin-latest/testapidocs/org/apache/maven/plugin/changes/ChangesValidatorMojoTest.html (original)
+++ websites/production/maventest/content/plugins/maven-changes-plugin-latest/testapidocs/org/apache/maven/plugin/changes/ChangesValidatorMojoTest.html Tue May  8 12:43:00 2012
@@ -2,10 +2,10 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_21) on Fri Nov 20 23:01:35 CET 2009 -->
+<!-- Generated by javadoc (build 1.5.0_21) on Thu Dec 03 19:53:31 CET 2009 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-ChangesValidatorMojoTest (Maven Changes Report Plugin 2.2 Test API)
+ChangesValidatorMojoTest (Maven Changes Report Plugin 2.3 Test API)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.maven.plugin.changes.ChangesValidatorMojoTest class">
@@ -15,7 +15,7 @@ ChangesValidatorMojoTest (Maven Changes 
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="ChangesValidatorMojoTest (Maven Changes Report Plugin 2.2 Test API)";
+    parent.document.title="ChangesValidatorMojoTest (Maven Changes Report Plugin 2.3 Test API)";
 }
 </SCRIPT>
 <NOSCRIPT>

Modified: websites/production/maventest/content/plugins/maven-changes-plugin-latest/testapidocs/org/apache/maven/plugin/changes/ChangesXMLTest.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-changes-plugin-latest/testapidocs/org/apache/maven/plugin/changes/ChangesXMLTest.html (original)
+++ websites/production/maventest/content/plugins/maven-changes-plugin-latest/testapidocs/org/apache/maven/plugin/changes/ChangesXMLTest.html Tue May  8 12:43:00 2012
@@ -2,10 +2,10 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_21) on Fri Nov 20 23:01:35 CET 2009 -->
+<!-- Generated by javadoc (build 1.5.0_21) on Thu Dec 03 19:53:31 CET 2009 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-ChangesXMLTest (Maven Changes Report Plugin 2.2 Test API)
+ChangesXMLTest (Maven Changes Report Plugin 2.3 Test API)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.maven.plugin.changes.ChangesXMLTest class">
@@ -15,7 +15,7 @@ ChangesXMLTest (Maven Changes Report Plu
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="ChangesXMLTest (Maven Changes Report Plugin 2.2 Test API)";
+    parent.document.title="ChangesXMLTest (Maven Changes Report Plugin 2.3 Test API)";
 }
 </SCRIPT>
 <NOSCRIPT>

Modified: websites/production/maventest/content/plugins/maven-changes-plugin-latest/testapidocs/org/apache/maven/plugin/changes/ReleaseTest.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-changes-plugin-latest/testapidocs/org/apache/maven/plugin/changes/ReleaseTest.html (original)
+++ websites/production/maventest/content/plugins/maven-changes-plugin-latest/testapidocs/org/apache/maven/plugin/changes/ReleaseTest.html Tue May  8 12:43:00 2012
@@ -2,10 +2,10 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_21) on Fri Nov 20 23:01:35 CET 2009 -->
+<!-- Generated by javadoc (build 1.5.0_21) on Thu Dec 03 19:53:31 CET 2009 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-ReleaseTest (Maven Changes Report Plugin 2.2 Test API)
+ReleaseTest (Maven Changes Report Plugin 2.3 Test API)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.maven.plugin.changes.ReleaseTest class">
@@ -15,7 +15,7 @@ ReleaseTest (Maven Changes Report Plugin
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="ReleaseTest (Maven Changes Report Plugin 2.2 Test API)";
+    parent.document.title="ReleaseTest (Maven Changes Report Plugin 2.3 Test API)";
 }
 </SCRIPT>
 <NOSCRIPT>

Modified: websites/production/maventest/content/plugins/maven-changes-plugin-latest/testapidocs/org/apache/maven/plugin/changes/class-use/ActionTest.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-changes-plugin-latest/testapidocs/org/apache/maven/plugin/changes/class-use/ActionTest.html (original)
+++ websites/production/maventest/content/plugins/maven-changes-plugin-latest/testapidocs/org/apache/maven/plugin/changes/class-use/ActionTest.html Tue May  8 12:43:00 2012
@@ -2,10 +2,10 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_21) on Fri Nov 20 23:01:35 CET 2009 -->
+<!-- Generated by javadoc (build 1.5.0_21) on Thu Dec 03 19:53:31 CET 2009 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Class org.apache.maven.plugin.changes.ActionTest (Maven Changes Report Plugin 2.2 Test API)
+Uses of Class org.apache.maven.plugin.changes.ActionTest (Maven Changes Report Plugin 2.3 Test API)
 </TITLE>
 
 
@@ -14,7 +14,7 @@ Uses of Class org.apache.maven.plugin.ch
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="Uses of Class org.apache.maven.plugin.changes.ActionTest (Maven Changes Report Plugin 2.2 Test API)";
+    parent.document.title="Uses of Class org.apache.maven.plugin.changes.ActionTest (Maven Changes Report Plugin 2.3 Test API)";
 }
 </SCRIPT>
 <NOSCRIPT>

Modified: websites/production/maventest/content/plugins/maven-changes-plugin-latest/testapidocs/org/apache/maven/plugin/changes/class-use/ChangesValidatorMojoTest.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-changes-plugin-latest/testapidocs/org/apache/maven/plugin/changes/class-use/ChangesValidatorMojoTest.html (original)
+++ websites/production/maventest/content/plugins/maven-changes-plugin-latest/testapidocs/org/apache/maven/plugin/changes/class-use/ChangesValidatorMojoTest.html Tue May  8 12:43:00 2012
@@ -2,10 +2,10 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_21) on Fri Nov 20 23:01:35 CET 2009 -->
+<!-- Generated by javadoc (build 1.5.0_21) on Thu Dec 03 19:53:31 CET 2009 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Class org.apache.maven.plugin.changes.ChangesValidatorMojoTest (Maven Changes Report Plugin 2.2 Test API)
+Uses of Class org.apache.maven.plugin.changes.ChangesValidatorMojoTest (Maven Changes Report Plugin 2.3 Test API)
 </TITLE>
 
 
@@ -14,7 +14,7 @@ Uses of Class org.apache.maven.plugin.ch
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="Uses of Class org.apache.maven.plugin.changes.ChangesValidatorMojoTest (Maven Changes Report Plugin 2.2 Test API)";
+    parent.document.title="Uses of Class org.apache.maven.plugin.changes.ChangesValidatorMojoTest (Maven Changes Report Plugin 2.3 Test API)";
 }
 </SCRIPT>
 <NOSCRIPT>

Modified: websites/production/maventest/content/plugins/maven-changes-plugin-latest/testapidocs/org/apache/maven/plugin/changes/class-use/ChangesXMLTest.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-changes-plugin-latest/testapidocs/org/apache/maven/plugin/changes/class-use/ChangesXMLTest.html (original)
+++ websites/production/maventest/content/plugins/maven-changes-plugin-latest/testapidocs/org/apache/maven/plugin/changes/class-use/ChangesXMLTest.html Tue May  8 12:43:00 2012
@@ -2,10 +2,10 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_21) on Fri Nov 20 23:01:35 CET 2009 -->
+<!-- Generated by javadoc (build 1.5.0_21) on Thu Dec 03 19:53:31 CET 2009 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Class org.apache.maven.plugin.changes.ChangesXMLTest (Maven Changes Report Plugin 2.2 Test API)
+Uses of Class org.apache.maven.plugin.changes.ChangesXMLTest (Maven Changes Report Plugin 2.3 Test API)
 </TITLE>
 
 
@@ -14,7 +14,7 @@ Uses of Class org.apache.maven.plugin.ch
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="Uses of Class org.apache.maven.plugin.changes.ChangesXMLTest (Maven Changes Report Plugin 2.2 Test API)";
+    parent.document.title="Uses of Class org.apache.maven.plugin.changes.ChangesXMLTest (Maven Changes Report Plugin 2.3 Test API)";
 }
 </SCRIPT>
 <NOSCRIPT>

Modified: websites/production/maventest/content/plugins/maven-changes-plugin-latest/testapidocs/org/apache/maven/plugin/changes/class-use/ReleaseTest.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-changes-plugin-latest/testapidocs/org/apache/maven/plugin/changes/class-use/ReleaseTest.html (original)
+++ websites/production/maventest/content/plugins/maven-changes-plugin-latest/testapidocs/org/apache/maven/plugin/changes/class-use/ReleaseTest.html Tue May  8 12:43:00 2012
@@ -2,10 +2,10 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_21) on Fri Nov 20 23:01:35 CET 2009 -->
+<!-- Generated by javadoc (build 1.5.0_21) on Thu Dec 03 19:53:31 CET 2009 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Class org.apache.maven.plugin.changes.ReleaseTest (Maven Changes Report Plugin 2.2 Test API)
+Uses of Class org.apache.maven.plugin.changes.ReleaseTest (Maven Changes Report Plugin 2.3 Test API)
 </TITLE>
 
 
@@ -14,7 +14,7 @@ Uses of Class org.apache.maven.plugin.ch
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="Uses of Class org.apache.maven.plugin.changes.ReleaseTest (Maven Changes Report Plugin 2.2 Test API)";
+    parent.document.title="Uses of Class org.apache.maven.plugin.changes.ReleaseTest (Maven Changes Report Plugin 2.3 Test API)";
 }
 </SCRIPT>
 <NOSCRIPT>

Modified: websites/production/maventest/content/plugins/maven-changes-plugin-latest/testapidocs/org/apache/maven/plugin/changes/package-frame.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-changes-plugin-latest/testapidocs/org/apache/maven/plugin/changes/package-frame.html (original)
+++ websites/production/maventest/content/plugins/maven-changes-plugin-latest/testapidocs/org/apache/maven/plugin/changes/package-frame.html Tue May  8 12:43:00 2012
@@ -2,10 +2,10 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_21) on Fri Nov 20 23:01:35 CET 2009 -->
+<!-- Generated by javadoc (build 1.5.0_21) on Thu Dec 03 19:53:31 CET 2009 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-org.apache.maven.plugin.changes (Maven Changes Report Plugin 2.2 Test API)
+org.apache.maven.plugin.changes (Maven Changes Report Plugin 2.3 Test API)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.maven.plugin.changes package">

Modified: websites/production/maventest/content/plugins/maven-changes-plugin-latest/testapidocs/org/apache/maven/plugin/changes/package-summary.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-changes-plugin-latest/testapidocs/org/apache/maven/plugin/changes/package-summary.html (original)
+++ websites/production/maventest/content/plugins/maven-changes-plugin-latest/testapidocs/org/apache/maven/plugin/changes/package-summary.html Tue May  8 12:43:00 2012
@@ -2,10 +2,10 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_21) on Fri Nov 20 23:01:35 CET 2009 -->
+<!-- Generated by javadoc (build 1.5.0_21) on Thu Dec 03 19:53:31 CET 2009 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-org.apache.maven.plugin.changes (Maven Changes Report Plugin 2.2 Test API)
+org.apache.maven.plugin.changes (Maven Changes Report Plugin 2.3 Test API)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.maven.plugin.changes package">
@@ -15,7 +15,7 @@ org.apache.maven.plugin.changes (Maven C
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="org.apache.maven.plugin.changes (Maven Changes Report Plugin 2.2 Test API)";
+    parent.document.title="org.apache.maven.plugin.changes (Maven Changes Report Plugin 2.3 Test API)";
 }
 </SCRIPT>
 <NOSCRIPT>

Modified: websites/production/maventest/content/plugins/maven-changes-plugin-latest/testapidocs/org/apache/maven/plugin/changes/package-tree.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-changes-plugin-latest/testapidocs/org/apache/maven/plugin/changes/package-tree.html (original)
+++ websites/production/maventest/content/plugins/maven-changes-plugin-latest/testapidocs/org/apache/maven/plugin/changes/package-tree.html Tue May  8 12:43:00 2012
@@ -2,10 +2,10 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_21) on Fri Nov 20 23:01:35 CET 2009 -->
+<!-- Generated by javadoc (build 1.5.0_21) on Thu Dec 03 19:53:31 CET 2009 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-org.apache.maven.plugin.changes Class Hierarchy (Maven Changes Report Plugin 2.2 Test API)
+org.apache.maven.plugin.changes Class Hierarchy (Maven Changes Report Plugin 2.3 Test API)
 </TITLE>
 
 
@@ -14,7 +14,7 @@ org.apache.maven.plugin.changes Class Hi
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="org.apache.maven.plugin.changes Class Hierarchy (Maven Changes Report Plugin 2.2 Test API)";
+    parent.document.title="org.apache.maven.plugin.changes Class Hierarchy (Maven Changes Report Plugin 2.3 Test API)";
 }
 </SCRIPT>
 <NOSCRIPT>

Modified: websites/production/maventest/content/plugins/maven-changes-plugin-latest/testapidocs/org/apache/maven/plugin/changes/package-use.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-changes-plugin-latest/testapidocs/org/apache/maven/plugin/changes/package-use.html (original)
+++ websites/production/maventest/content/plugins/maven-changes-plugin-latest/testapidocs/org/apache/maven/plugin/changes/package-use.html Tue May  8 12:43:00 2012
@@ -2,10 +2,10 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_21) on Fri Nov 20 23:01:35 CET 2009 -->
+<!-- Generated by javadoc (build 1.5.0_21) on Thu Dec 03 19:53:31 CET 2009 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Package org.apache.maven.plugin.changes (Maven Changes Report Plugin 2.2 Test API)
+Uses of Package org.apache.maven.plugin.changes (Maven Changes Report Plugin 2.3 Test API)
 </TITLE>
 
 
@@ -14,7 +14,7 @@ Uses of Package org.apache.maven.plugin.
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="Uses of Package org.apache.maven.plugin.changes (Maven Changes Report Plugin 2.2 Test API)";
+    parent.document.title="Uses of Package org.apache.maven.plugin.changes (Maven Changes Report Plugin 2.3 Test API)";
 }
 </SCRIPT>
 <NOSCRIPT>

Modified: websites/production/maventest/content/plugins/maven-changes-plugin-latest/testapidocs/org/apache/maven/plugin/jira/JiraIssueTest.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-changes-plugin-latest/testapidocs/org/apache/maven/plugin/jira/JiraIssueTest.html (original)
+++ websites/production/maventest/content/plugins/maven-changes-plugin-latest/testapidocs/org/apache/maven/plugin/jira/JiraIssueTest.html Tue May  8 12:43:00 2012
@@ -2,10 +2,10 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_21) on Fri Nov 20 23:01:35 CET 2009 -->
+<!-- Generated by javadoc (build 1.5.0_21) on Thu Dec 03 19:53:31 CET 2009 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-JiraIssueTest (Maven Changes Report Plugin 2.2 Test API)
+JiraIssueTest (Maven Changes Report Plugin 2.3 Test API)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.maven.plugin.jira.JiraIssueTest class">
@@ -15,7 +15,7 @@ JiraIssueTest (Maven Changes Report Plug
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="JiraIssueTest (Maven Changes Report Plugin 2.2 Test API)";
+    parent.document.title="JiraIssueTest (Maven Changes Report Plugin 2.3 Test API)";
 }
 </SCRIPT>
 <NOSCRIPT>

Modified: websites/production/maventest/content/plugins/maven-changes-plugin-latest/testapidocs/org/apache/maven/plugin/jira/class-use/JiraIssueTest.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-changes-plugin-latest/testapidocs/org/apache/maven/plugin/jira/class-use/JiraIssueTest.html (original)
+++ websites/production/maventest/content/plugins/maven-changes-plugin-latest/testapidocs/org/apache/maven/plugin/jira/class-use/JiraIssueTest.html Tue May  8 12:43:00 2012
@@ -2,10 +2,10 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_21) on Fri Nov 20 23:01:35 CET 2009 -->
+<!-- Generated by javadoc (build 1.5.0_21) on Thu Dec 03 19:53:31 CET 2009 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Class org.apache.maven.plugin.jira.JiraIssueTest (Maven Changes Report Plugin 2.2 Test API)
+Uses of Class org.apache.maven.plugin.jira.JiraIssueTest (Maven Changes Report Plugin 2.3 Test API)
 </TITLE>
 
 
@@ -14,7 +14,7 @@ Uses of Class org.apache.maven.plugin.ji
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="Uses of Class org.apache.maven.plugin.jira.JiraIssueTest (Maven Changes Report Plugin 2.2 Test API)";
+    parent.document.title="Uses of Class org.apache.maven.plugin.jira.JiraIssueTest (Maven Changes Report Plugin 2.3 Test API)";
 }
 </SCRIPT>
 <NOSCRIPT>

Modified: websites/production/maventest/content/plugins/maven-changes-plugin-latest/testapidocs/org/apache/maven/plugin/jira/package-frame.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-changes-plugin-latest/testapidocs/org/apache/maven/plugin/jira/package-frame.html (original)
+++ websites/production/maventest/content/plugins/maven-changes-plugin-latest/testapidocs/org/apache/maven/plugin/jira/package-frame.html Tue May  8 12:43:00 2012
@@ -2,10 +2,10 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_21) on Fri Nov 20 23:01:35 CET 2009 -->
+<!-- Generated by javadoc (build 1.5.0_21) on Thu Dec 03 19:53:31 CET 2009 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-org.apache.maven.plugin.jira (Maven Changes Report Plugin 2.2 Test API)
+org.apache.maven.plugin.jira (Maven Changes Report Plugin 2.3 Test API)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.maven.plugin.jira package">

Modified: websites/production/maventest/content/plugins/maven-changes-plugin-latest/testapidocs/org/apache/maven/plugin/jira/package-summary.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-changes-plugin-latest/testapidocs/org/apache/maven/plugin/jira/package-summary.html (original)
+++ websites/production/maventest/content/plugins/maven-changes-plugin-latest/testapidocs/org/apache/maven/plugin/jira/package-summary.html Tue May  8 12:43:00 2012
@@ -2,10 +2,10 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_21) on Fri Nov 20 23:01:35 CET 2009 -->
+<!-- Generated by javadoc (build 1.5.0_21) on Thu Dec 03 19:53:31 CET 2009 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-org.apache.maven.plugin.jira (Maven Changes Report Plugin 2.2 Test API)
+org.apache.maven.plugin.jira (Maven Changes Report Plugin 2.3 Test API)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.maven.plugin.jira package">
@@ -15,7 +15,7 @@ org.apache.maven.plugin.jira (Maven Chan
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="org.apache.maven.plugin.jira (Maven Changes Report Plugin 2.2 Test API)";
+    parent.document.title="org.apache.maven.plugin.jira (Maven Changes Report Plugin 2.3 Test API)";
 }
 </SCRIPT>
 <NOSCRIPT>

Modified: websites/production/maventest/content/plugins/maven-changes-plugin-latest/testapidocs/org/apache/maven/plugin/jira/package-tree.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-changes-plugin-latest/testapidocs/org/apache/maven/plugin/jira/package-tree.html (original)
+++ websites/production/maventest/content/plugins/maven-changes-plugin-latest/testapidocs/org/apache/maven/plugin/jira/package-tree.html Tue May  8 12:43:00 2012
@@ -2,10 +2,10 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_21) on Fri Nov 20 23:01:35 CET 2009 -->
+<!-- Generated by javadoc (build 1.5.0_21) on Thu Dec 03 19:53:31 CET 2009 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-org.apache.maven.plugin.jira Class Hierarchy (Maven Changes Report Plugin 2.2 Test API)
+org.apache.maven.plugin.jira Class Hierarchy (Maven Changes Report Plugin 2.3 Test API)
 </TITLE>
 
 
@@ -14,7 +14,7 @@ org.apache.maven.plugin.jira Class Hiera
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="org.apache.maven.plugin.jira Class Hierarchy (Maven Changes Report Plugin 2.2 Test API)";
+    parent.document.title="org.apache.maven.plugin.jira Class Hierarchy (Maven Changes Report Plugin 2.3 Test API)";
 }
 </SCRIPT>
 <NOSCRIPT>

Modified: websites/production/maventest/content/plugins/maven-changes-plugin-latest/testapidocs/org/apache/maven/plugin/jira/package-use.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-changes-plugin-latest/testapidocs/org/apache/maven/plugin/jira/package-use.html (original)
+++ websites/production/maventest/content/plugins/maven-changes-plugin-latest/testapidocs/org/apache/maven/plugin/jira/package-use.html Tue May  8 12:43:00 2012
@@ -2,10 +2,10 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_21) on Fri Nov 20 23:01:35 CET 2009 -->
+<!-- Generated by javadoc (build 1.5.0_21) on Thu Dec 03 19:53:31 CET 2009 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Package org.apache.maven.plugin.jira (Maven Changes Report Plugin 2.2 Test API)
+Uses of Package org.apache.maven.plugin.jira (Maven Changes Report Plugin 2.3 Test API)
 </TITLE>
 
 
@@ -14,7 +14,7 @@ Uses of Package org.apache.maven.plugin.
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="Uses of Package org.apache.maven.plugin.jira (Maven Changes Report Plugin 2.2 Test API)";
+    parent.document.title="Uses of Package org.apache.maven.plugin.jira (Maven Changes Report Plugin 2.3 Test API)";
 }
 </SCRIPT>
 <NOSCRIPT>

Modified: websites/production/maventest/content/plugins/maven-changes-plugin-latest/testapidocs/overview-frame.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-changes-plugin-latest/testapidocs/overview-frame.html (original)
+++ websites/production/maventest/content/plugins/maven-changes-plugin-latest/testapidocs/overview-frame.html Tue May  8 12:43:00 2012
@@ -2,13 +2,13 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_21) on Fri Nov 20 23:01:35 CET 2009 -->
+<!-- Generated by javadoc (build 1.5.0_21) on Thu Dec 03 19:53:31 CET 2009 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Overview (Maven Changes Report Plugin 2.2 Test API)
+Overview (Maven Changes Report Plugin 2.3 Test API)
 </TITLE>
 
-<META NAME="keywords" CONTENT="Overview, Maven Changes Report Plugin 2.2 Test API">
+<META NAME="keywords" CONTENT="Overview, Maven Changes Report Plugin 2.3 Test API">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">