Merge remote-tracking branch 'origin/master'

This commit is contained in:
Geert Bevin 2023-04-14 21:40:31 -04:00
commit b5af26c074
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);
}
}
}