forked from phoedos/pmd
pmd: Prepare pmd release 5.0.4
This commit is contained in:
parent
1c0badd429
commit
da08b0757e
@ -1,4 +1,4 @@
|
||||
????? ??, 2013 - 5.0.4:
|
||||
May 1, 2013 - 5.0.4:
|
||||
|
||||
Fixed bug 254: False+ : UnusedImport with Javadoc @throws
|
||||
Fixed bug 794: False positive on PreserveStackTrace with anonymous inner
|
||||
|
@ -39,8 +39,8 @@
|
||||
</breadcrumbs>
|
||||
|
||||
<menu name="Overview">
|
||||
<item name="Download PMD 5.0.3" href="http://sourceforge.net/projects/pmd/files/pmd/5.0.3/pmd-bin-5.0.3.zip/download" />
|
||||
<item name="What's new in PMD 5.0.3" href="https://sourceforge.net/projects/pmd/files/pmd/5.0.3/" />
|
||||
<item name="Download PMD 5.0.4" href="http://sourceforge.net/projects/pmd/files/pmd/5.0.4/pmd-bin-5.0.4.zip/download" />
|
||||
<item name="What's new in PMD 5.0.4" href="https://sourceforge.net/projects/pmd/files/pmd/5.0.4/" />
|
||||
<item href="/news.html" name="PMD in the news"/>
|
||||
<item href="/products.html" name="PMD-related products and books"/>
|
||||
<item href="/bestpractices.html" name="Best practices"/>
|
||||
|
@ -20,6 +20,13 @@
|
||||
|
||||
<h3>Recent releases</h3>
|
||||
<p><ul>
|
||||
<li>
|
||||
<p>2013-05-01 PMD 5.0.4: minor version with lots of bug fixes (<a href="https://sourceforge.net/projects/pmd/files/pmd/5.0.4/">Changelog</a>)
|
||||
<ul>
|
||||
<li>Fixed bugs: <a href="https://sourceforge.net/p/pmd/bugs/milestone/PMD-5.0.4/">https://sourceforge.net/p/pmd/bugs/milestone/PMD-5.0.4/</a></li>
|
||||
</ul>
|
||||
</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>2013-04-05 PMD 5.0.3: minor version with lots of bug fixes (<a href="https://sourceforge.net/projects/pmd/files/pmd/5.0.3/">Changelog</a>)
|
||||
<ul>
|
||||
|
@ -6,7 +6,7 @@ RewriteEngine On
|
||||
# rewrite any request to a unknown file to pmd-5.0.0
|
||||
# (or whatever subfolder the first rule will set to the environment variable PMD)
|
||||
# but redirect only if the file exists there
|
||||
RewriteRule .* - [E=PMD:pmd-5.0.3]
|
||||
RewriteRule .* - [E=PMD:pmd-5.0.4]
|
||||
RewriteCond %{REQUEST_FILENAME} !-f
|
||||
RewriteCond /home/project-web/pmd/htdocs/%{ENV:PMD}%{REQUEST_URI} -f
|
||||
RewriteRule .* /%{ENV:PMD}%{REQUEST_URI} [L,R]
|
||||
|
@ -28,11 +28,11 @@
|
||||
<div class="row">
|
||||
<div class="column-3">
|
||||
<h3>Latest version</h3>
|
||||
<h4>5.0.3 (5th April 2013)</h4>
|
||||
<h4>5.0.4 (1st May 2013)</h4>
|
||||
<ul>
|
||||
<li><a href="http://sourceforge.net/projects/pmd/files/pmd/5.0.3/">Release Notes</a></li>
|
||||
<li><a href="http://sourceforge.net/projects/pmd/files/pmd/5.0.3/pmd-bin-5.0.3.zip/download">Download</a> (<a href="http://sourceforge.net/projects/pmd/files/pmd/5.0.3/pmd-src-5.0.3.zip/download">Sourcecode</a>)</li>
|
||||
<li><a href="http://pmd.sourceforge.net/pmd-5.0.3/">Documentation</a></li>
|
||||
<li><a href="http://sourceforge.net/projects/pmd/files/pmd/5.0.4/">Release Notes</a></li>
|
||||
<li><a href="http://sourceforge.net/projects/pmd/files/pmd/5.0.4/pmd-bin-5.0.4.zip/download">Download</a> (<a href="http://sourceforge.net/projects/pmd/files/pmd/5.0.4/pmd-src-5.0.4.zip/download">Sourcecode</a>)</li>
|
||||
<li><a href="http://pmd.sourceforge.net/pmd-5.0.4/">Documentation</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="column-3">
|
||||
@ -65,6 +65,14 @@
|
||||
<div class="column-3">
|
||||
<h3>Recent announcements</h3>
|
||||
<ul>
|
||||
<li>
|
||||
<p><strong>2013-05-01 PMD 5.0.4:</strong>
|
||||
minor version with lots of bug fixes (<a href="https://sourceforge.net/projects/pmd/files/pmd/5.0.4/">Changelog</a>)
|
||||
</p>
|
||||
<ul>
|
||||
<li>Fixed bugs: <a href="https://sourceforge.net/p/pmd/bugs/milestone/PMD-5.0.4/">https://sourceforge.net/p/pmd/bugs/milestone/PMD-5.0.4/</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<p><strong>2013-04-05 PMD 5.0.3:</strong>
|
||||
minor version with lots of bug fixes (<a href="https://sourceforge.net/projects/pmd/files/pmd/5.0.3/">Changelog</a>)
|
||||
|
Loading…
x
Reference in New Issue
Block a user