1.0.5-SNAPSHOT
This commit is contained in:
parent
211983dab0
commit
451f4a2cdb
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ public class ExecOperationBuild extends Project {
|
||||||
public ExecOperationBuild() {
|
public ExecOperationBuild() {
|
||||||
pkg = "rife.bld.extension";
|
pkg = "rife.bld.extension";
|
||||||
name = "ExecOperation";
|
name = "ExecOperation";
|
||||||
version = version(1, 0, 4);
|
version = version(1, 0, 5, "SNAPSHOT");
|
||||||
|
|
||||||
javaRelease = 17;
|
javaRelease = 17;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue