Skip to content

Commit 5d55bda

Browse files
committed
Version 1.3.1
1 parent d9ba863 commit 5d55bda

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

config/pmd.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@
8080
<exclude name="AvoidFieldNameMatchingTypeName"/>
8181
<exclude name="AvoidLiteralsInIfCondition"/>
8282
<exclude name="NullAssignment"/>
83+
<exclude name="UseLocaleWithCaseConversions"/>
8384
</rule>
8485

8586
<rule ref="category/java/errorprone.xml/AssignmentInOperand">

src/bld/java/rife/bld/extension/PmdOperationBuild.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public class PmdOperationBuild extends Project {
3434
public PmdOperationBuild() {
3535
pkg = "rife.bld.extension";
3636
name = "bld-pmd";
37-
version = version(1, 3, 0);
37+
version = version(1, 3, 1);
3838

3939
javaRelease = 17;
4040

0 commit comments

Comments
 (0)