Version 1.2.2

This commit is contained in:
Erik C. Thauvin 2025-03-28 05:14:21 -07:00
parent 7ae1650677
commit a15218eb1d
Signed by: erik
GPG key ID: 776702A6A2DA330E

View file

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