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 6882490 commit 682c50eCopy full SHA for 682c50e
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, 9);
+ version = version(1, 1, 10, "SNAPSHOT");
35
36
javaRelease = 17;
37
0 commit comments