Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
b5af26c074
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