Bumped to bld 1.9.0

This commit is contained in:
Erik C. Thauvin 2024-02-26 02:59:55 -08:00
parent 1e7c9724c0
commit be3206f91b
Signed by: erik
GPG key ID: 776702A6A2DA330E
10 changed files with 14 additions and 14 deletions

View file

@ -34,7 +34,7 @@ public class TestNgOperationBuild extends Project {
public TestNgOperationBuild() {
pkg = "rife.bld.extension";
name = "bld-testng";
version = version(0, 9, 4, "SNAPSHOTS");
version = version(0, 9, 4);
javaRelease = 17;
downloadSources = true;
@ -44,7 +44,7 @@ public class TestNgOperationBuild extends Project {
var rife2 = version(1, 7, 3);
scope(compile)
.include(dependency("com.uwyn.rife2", "rife2", rife2))
.include(dependency("com.uwyn.rife2", "bld", version(1, 8, 0)));
.include(dependency("com.uwyn.rife2", "bld", version(1, 9, 0)));
scope(test)
.include(dependency("org.testng", "testng", version(7, 9, 0)))