Compare commits

..

No commits in common. "a15218eb1db7ecdcb011eefdc05dcf626ffa6cc5" and "d304b931f9c5a8a598f5e255d43b25a19bb202f1" have entirely different histories.

View file

@ -31,7 +31,7 @@ public class PmdOperationBuild extends Project {
public PmdOperationBuild() {
pkg = "rife.bld.extension";
name = "bld-pmd";
version = version(1, 2, 2);
version = version(1, 2, 2, "SNAPSHOT");
javaRelease = 17;
@ -40,7 +40,7 @@ public class PmdOperationBuild extends Project {
repositories = List.of(MAVEN_LOCAL, MAVEN_CENTRAL, RIFE2_RELEASES, RIFE2_SNAPSHOTS);
var pmd = version(7, 12, 0);
var pmd = version(7, 11, 0);
scope(compile)
.include(dependency("com.uwyn.rife2", "bld", version(2, 2, 1)))
.include(dependency("net.sourceforge.pmd", "pmd-java", pmd));