This is an automated email from the ASF dual-hosted git repository.
aherbert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-statistics.git
The following commit(s) were added to refs/heads/master by this push:
new 239fb96 Update PMD version to version scheduled for CP 57
239fb96 is described below
commit 239fb96c6926841242d16aa9e145a92329b6a7a4
Author: aherbert <[email protected]>
AuthorDate: Tue Apr 25 14:40:51 2023 +0100
Update PMD version to version scheduled for CP 57
This prevents PMD errors due to removal of suppressions for deprecated
rules in commit 2cedbe1cc09457c9c2dbb3c07fbf7fb92b509247.
---
pom.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/pom.xml b/pom.xml
index d844cdd..c8816d7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -116,6 +116,10 @@
<commons.jacoco.methodRatio>1.00</commons.jacoco.methodRatio>
<commons.jacoco.haltOnFailure>true</commons.jacoco.haltOnFailure>
+ <!-- Tempory use of versions in CP 57 -->
+ <commons.pmd.version>3.20.0</commons.pmd.version>
+ <commons.pmd-impl.version>6.55.0</commons.pmd-impl.version>
+
<commons.site.path>statistics</commons.site.path>
<commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-statistics</commons.scmPubUrl>
<commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory>