Version 1.0.6

This commit is contained in:
Erik C. Thauvin 2025-01-10 06:53:17 -08:00
parent 9ff912ac7f
commit 3a67e0e1b6
Signed by: erik
GPG key ID: 776702A6A2DA330E
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
bld.downloadExtensionJavadoc=false
bld.downloadExtensionSources=true
bld.downloadLocation=
bld.extension-pitest=com.uwyn.rife2:bld-pitest:1.0.5
bld.extension-pitest=com.uwyn.rife2:bld-pitest:1.0.6
bld.repositories=MAVEN_CENTRAL,RIFE2_RELEASES,MAVEN_LOCAL,RIFE2_SNAPSHOTS
bld.sourceDirectories=
bld.version=2.1.0

View file

@ -38,7 +38,7 @@ public class PitestOperationBuild extends Project {
public PitestOperationBuild() {
pkg = "rife.bld.extension";
name = "PitestExtension";
version = version(1, 0, 5);
version = version(1, 0, 6);
javaRelease = 17;