Updated examples to bld 1.5.19
This commit is contained in:
parent
0e89117b7f
commit
ff346ed9c1
8 changed files with 14 additions and 11 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue