[release] prepare release pmd_releases/7.0.0-rc2

This commit is contained in:
Andreas Dangel
2023-04-29 23:39:28 +02:00
parent 828993bc62
commit a97e108269
43 changed files with 53 additions and 57 deletions

View File

@ -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}" />