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:
parent
ce0fd33919
commit
2817991f7d
@ -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
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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());
|
||||
|
Loading…
x
Reference in New Issue
Block a user