Updated examples to bld 1.5.19

This commit is contained in:
Erik C. Thauvin 2023-04-10 07:58:31 -07:00
parent 0e89117b7f
commit ff346ed9c1
8 changed files with 14 additions and 11 deletions

View file

@ -17,7 +17,7 @@ public class PropertyFileBuild extends Project {
public PropertyFileBuild() {
pkg = "rife.bld.extension";
name = "bld-property-file";
version = version(0, 9, 1);
version = version(0, 9, 2, "SNAPSHOT");
javaRelease = 17;
downloadSources = true;
@ -61,4 +61,4 @@ public class PropertyFileBuild extends Project {
public static void main(String[] args) {
new PropertyFileBuild().start(args);
}
}
}