Version 0.9.5

This commit is contained in:
Erik C. Thauvin 2024-01-30 22:41:45 -08:00
parent 717684ab66
commit 18576d27ba
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
bld.downloadExtensionJavadoc=false
bld.downloadExtensionSources=true
bld.extensions=com.uwyn.rife2:bld-jacoco-report:0.9.1
bld.extensions=com.uwyn.rife2:bld-jacoco-report:0.9.2
bld.repositories=MAVEN_LOCAL,MAVEN_CENTRAL,RIFE2_SNAPSHOTS,RIFE2_RELEASES
bld.downloadLocation=
bld.version=1.8.0

View file

@ -34,7 +34,7 @@ public class PmdOperationBuild extends Project {
public PmdOperationBuild() {
pkg = "rife.bld.extension";
name = "bld-pmd";
version = version(0, 9, 5, "SNAPSHOT");
version = version(0, 9, 5);
javaRelease = 17;
downloadSources = true;