We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7fac31 commit 25bce33Copy full SHA for 25bce33
src/bld/java/rife/bld/extension/PmdOperationBuild.java
@@ -31,7 +31,7 @@ public class PmdOperationBuild extends Project {
31
public PmdOperationBuild() {
32
pkg = "rife.bld.extension";
33
name = "bld-pmd";
34
- version = version(1, 1, 10);
+ version = version(1, 1, 11);
35
36
javaRelease = 17;
37
0 commit comments