1.0.4-SNAPSHOT
This commit is contained in:
parent
fc8304ccde
commit
6bec436b11
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ public class SpringBootBuild extends Project {
|
||||||
public SpringBootBuild() {
|
public SpringBootBuild() {
|
||||||
pkg = "rife.bld.extension";
|
pkg = "rife.bld.extension";
|
||||||
name = "bld-spring-boot";
|
name = "bld-spring-boot";
|
||||||
version = version(1, 0, 3);
|
version = version(1, 0, 4, "SNAPSHOT");
|
||||||
|
|
||||||
javaRelease = 17;
|
javaRelease = 17;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue