forked from phoedos/pmd
[release] prepare release pmd_releases/7.0.0-rc2
This commit is contained in:
@ -7,7 +7,7 @@
|
||||
<parent>
|
||||
<groupId>net.sourceforge.pmd</groupId>
|
||||
<artifactId>pmd</artifactId>
|
||||
<version>7.0.0-SNAPSHOT</version>
|
||||
<version>7.0.0-rc2</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
@ -34,7 +34,7 @@
|
||||
<configuration>
|
||||
<target>
|
||||
<ant antfile="${javacc.ant.wrapper}" target="alljavacc">
|
||||
<property name="no-jjtree" value="true"/> <!-- This is a CPD module -->
|
||||
<property name="no-jjtree" value="true" /> <!-- This is a CPD module -->
|
||||
<property name="lang-name" value="Python" />
|
||||
<property name="lang-terse-name" value="python" />
|
||||
<property name="javacc.jar" value="${javacc.jar}" />
|
||||
|
Reference in New Issue
Block a user