Bumped to version 0.9.4-SNAPSHOT

This commit is contained in:
Erik C. Thauvin 2024-04-17 22:36:26 -07:00
parent 40dd2ce116
commit 5f33e4263c
Signed by: erik
GPG key ID: 776702A6A2DA330E
2 changed files with 7 additions and 8 deletions

View file

@ -34,7 +34,7 @@ public class DetektOperationBuild extends Project {
public DetektOperationBuild() {
pkg = "rife.bld.extension";
name = "DetektOperation";
version = version(0, 9, 3);
version = version(0, 9, 4, "SNAPSHOT");
javaRelease = 17;
downloadSources = true;
@ -72,7 +72,7 @@ public class DetektOperationBuild extends Project {
.license(
new PublishLicense()
.name("The Apache License, Version 2.0")
.url("http://www.apache.org/licenses/LICENSE-2.0.txt")
.url("https://www.apache.org/licenses/LICENSE-2.0.txt")
)
.scm(
new PublishScm()