preparing 4.2.3 release
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/branches/pmd/4.2.x@6424 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
13
pmd/.project
13
pmd/.project
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<projectDescription>
|
||||
<name>pmd4jsp-cvs</name>
|
||||
<name>pmd-4.2.x</name>
|
||||
<comment></comment>
|
||||
<projects>
|
||||
</projects>
|
||||
@ -10,19 +10,8 @@
|
||||
<arguments>
|
||||
</arguments>
|
||||
</buildCommand>
|
||||
<buildCommand>
|
||||
<name>org.eclipse.ui.externaltools.ExternalToolBuilder</name>
|
||||
<triggers>full,incremental,</triggers>
|
||||
<arguments>
|
||||
<dictionary>
|
||||
<key>LaunchConfigHandle</key>
|
||||
<value><project>/.externalToolBuilders/org.maven.ide.eclipse.maven2Builder.launch</value>
|
||||
</dictionary>
|
||||
</arguments>
|
||||
</buildCommand>
|
||||
</buildSpec>
|
||||
<natures>
|
||||
<nature>org.eclipse.jdt.core.javanature</nature>
|
||||
<nature>org.maven.ide.eclipse.maven2Nature</nature>
|
||||
</natures>
|
||||
</projectDescription>
|
||||
|
@ -1,4 +1,4 @@
|
||||
???? - 4.2.3:
|
||||
August 31, 2008 - 4.2.3:
|
||||
|
||||
JavaCC generated artifacts updated to JavaCC 4.1d1.
|
||||
Java grammar enhanced to include AnnotationMethodDeclaration as parent node of method related children of AnnotationTypeMemberDeclaration
|
||||
|
@ -4,7 +4,7 @@
|
||||
<groupId>pmd</groupId>
|
||||
<artifactId>pmd</artifactId>
|
||||
<name>PMD</name>
|
||||
<version>4.2.3-SNAPSHOT</version>
|
||||
<version>4.2.3</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.3-SNAPSHOT</currentVersion>
|
||||
<currentVersion>4.2.3</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.3-SNAPSHOT";
|
||||
public static final String VERSION = "4.2.3";
|
||||
public static final String EXCLUDE_MARKER = "NOPMD";
|
||||
|
||||
private static final Logger LOG = Logger.getLogger(PMD.class.getName());
|
||||
|
Reference in New Issue
Block a user