From 844daade8c1b6c5369414c3463678a007239052c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20Sol=C3=B3rzano?= Date: Fri, 26 Apr 2024 23:07:07 +0200 Subject: [PATCH] chore: Update PMD to 7.1.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jorge Solórzano --- nameprep/pom.xml | 4 ---- parent/pom.xml | 4 ++-- pom.xml | 4 ---- saslprep/pom.xml | 4 ---- stringprep/pom.xml | 6 +----- 5 files changed, 3 insertions(+), 19 deletions(-) diff --git a/nameprep/pom.xml b/nameprep/pom.xml index 8a86a8d..523964b 100644 --- a/nameprep/pom.xml +++ b/nameprep/pom.xml @@ -13,10 +13,6 @@ Nameprep (RFC 3491) Nameprep: A Stringprep Profile for Internationalized Domain Names (IDN) - - ${project.basedir}/../checks - - com.ongres.stringprep diff --git a/parent/pom.xml b/parent/pom.xml index e7de411..bca371e 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -101,11 +101,11 @@ 4.8.4 4.8.4.0 1.12.0 - 7.0.0 + 7.1.0 3.22.0 3.11.0.3922 3.7 - ${project.basedir}/../checks + ${maven.multiModuleProjectDirectory}/checks ${checks.location}/checkstyle.xml ${checks.location}/checkstyle-suppressions.xml ${checks.location}/checkstyle-header.txt diff --git a/pom.xml b/pom.xml index 598b597..197a0df 100644 --- a/pom.xml +++ b/pom.xml @@ -21,10 +21,6 @@ nameprep - - ${project.basedir}/checks - - codegen diff --git a/saslprep/pom.xml b/saslprep/pom.xml index 667d7ae..dff3d6e 100644 --- a/saslprep/pom.xml +++ b/saslprep/pom.xml @@ -13,10 +13,6 @@ SASLprep (RFC 4013) SASLprep: Stringprep Profile for User Names and Passwords - - ${project.basedir}/../checks - - com.ongres.stringprep diff --git a/stringprep/pom.xml b/stringprep/pom.xml index 7c6d9a8..9ed8027 100644 --- a/stringprep/pom.xml +++ b/stringprep/pom.xml @@ -13,10 +13,6 @@ Stringprep (RFC 3454) Preparation of Internationalized Strings ("stringprep") - - ${project.basedir}/../checks - - codegen @@ -35,7 +31,7 @@ org.slf4j slf4j-simple - 2.0.12 + 2.0.13