Version 1.3.0

This commit is contained in:
Erik C. Thauvin 2025-06-03 11:42:07 -07:00
parent e56791fdb0
commit 9a59526408
Signed by: erik
GPG key ID: 776702A6A2DA330E

View file

@ -34,7 +34,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, 4, "SNAPSHOT"); version = version(1, 3, 0);
javaRelease = 17; javaRelease = 17;