Version 1.1.10

This commit is contained in:
Erik C. Thauvin 2025-01-14 10:11:41 -08:00
parent 682c50e949
commit 28f9d29d9a
Signed by: erik
GPG key ID: 776702A6A2DA330E
2 changed files with 14 additions and 1 deletions

View file

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