preparing 4.2.5 release

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/branches/pmd/4.2.x@6830 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Xavier Le Vourch 2009-02-09 00:52:32 +00:00
parent ce0fd33919
commit 2817991f7d
5 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
???? - 4.2.5:
February 08, 2009 - 4.2.5:
Enhanced logging in the ClassTypeResolver to provide more detailed messaging.
Fixed bug 2315623 - @SuppressWarnings("PMD.UseSingleton") has no effect

View File

@ -4,7 +4,7 @@
<groupId>pmd</groupId>
<artifactId>pmd-jdk14</artifactId>
<name>PMD</name>
<version>4.2.5-SNAPSHOT</version>
<version>4.2.5</version>
<description>
<![CDATA[
<p>PMD scans Java source code and looks for potential problems like:</p>

View File

@ -4,7 +4,7 @@
<groupId>pmd</groupId>
<artifactId>pmd</artifactId>
<name>PMD</name>
<version>4.2.5-SNAPSHOT</version>
<version>4.2.5</version>
<description>
<![CDATA[
<p>PMD scans Java source code and looks for potential problems like:</p>

View File

@ -4,7 +4,7 @@
<pomVersion>3</pomVersion>
<id>pmd</id>
<name>PMD</name>
<currentVersion>4.2.5-SNAPSHOT</currentVersion>
<currentVersion>4.2.5</currentVersion>
<organization>
<name>InfoEther</name>
<url>http://pmd.sourceforge.net/</url>

View File

@ -48,7 +48,7 @@ import net.sourceforge.pmd.util.FileFinder;
public class PMD {
public static final String EOL = System.getProperty("line.separator", "\n");
public static final String VERSION = "4.2.5-SNAPSHOT";
public static final String VERSION = "4.2.5";
public static final String EXCLUDE_MARKER = "NOPMD";
private static final Logger LOG = Logger.getLogger(PMD.class.getName());