Version 0.9.1-SNAPSHOT

This commit is contained in:
Erik C. Thauvin 2023-04-15 13:22:43 -07:00
parent ea82d9925e
commit d5ab8b6518
2 changed files with 11 additions and 10 deletions

View file

@ -16,7 +16,7 @@ public class PmdOperationBuild extends Project {
public PmdOperationBuild() {
pkg = "rife.bld.extension";
name = "bld-pmd";
version = version(0, 9, 0, "SNAPSHOT");
version = version(0, 9, 1, "SNAPSHOT");
javaRelease = 17;
downloadSources = true;
@ -40,7 +40,7 @@ public class PmdOperationBuild extends Project {
.link("https://javadoc.io/doc/net.sourceforge.pmd/pmd-core/latest/");
publishOperation()
// .repository(MAVEN_LOCAL)
// .repository(MAVEN_LOCAL)
.repository(version.isSnapshot() ? repository("rife2-snapshot") : repository("rife2"))
.info()
.groupId("com.uwyn.rife2")