Version 1.3.1

This commit is contained in:
Erik C. Thauvin 2025-06-27 07:05:41 -07:00
parent d9ba8638e6
commit 5d55bda003
Signed by: erik
GPG key ID: 776702A6A2DA330E
2 changed files with 2 additions and 1 deletions

View file

@ -80,6 +80,7 @@
<exclude name="AvoidFieldNameMatchingTypeName"/>
<exclude name="AvoidLiteralsInIfCondition"/>
<exclude name="NullAssignment"/>
<exclude name="UseLocaleWithCaseConversions"/>
</rule>
<rule ref="category/java/errorprone.xml/AssignmentInOperand">

View file

@ -34,7 +34,7 @@ public class PmdOperationBuild extends Project {
public PmdOperationBuild() {
pkg = "rife.bld.extension";
name = "bld-pmd";
version = version(1, 3, 0);
version = version(1, 3, 1);
javaRelease = 17;