Bumped PIT version to 1.16.0

This commit is contained in:
Erik C. Thauvin 2024-04-08 15:17:42 -07:00
parent 0637096025
commit 150d02edbf
Signed by: erik
GPG key ID: 776702A6A2DA330E
8 changed files with 63 additions and 58 deletions

View file

@ -35,14 +35,14 @@ public class PitestOperationBuild extends Project {
public PitestOperationBuild() {
pkg = "rife.bld.extension";
name = "PitestExtension";
version = version(0, 9, 5);
version = version(0, 9, 6);
javaRelease = 17;
downloadSources = true;
autoDownloadPurge = true;
repositories = List.of(MAVEN_CENTRAL, RIFE2_RELEASES);
var pitest = version(1, 15, 8);
var pitest = version(1, 16, 0);
scope(compile)
.include(dependency("com.uwyn.rife2", "bld", version(1, 9, 0)));
scope(test)
@ -77,7 +77,7 @@ public class PitestOperationBuild 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()