This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-compress.git
commit 1b872aa898f9f7614de1be5e179bed236dc3e9f6 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Oct 28 07:28:34 2023 -0400 Fix PMD external references --- src/conf/pmd-ruleset.xml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/conf/pmd-ruleset.xml b/src/conf/pmd-ruleset.xml index 8ad11530..f2c9ea7b 100644 --- a/src/conf/pmd-ruleset.xml +++ b/src/conf/pmd-ruleset.xml @@ -18,12 +18,10 @@ --> <ruleset name="compress" - xmlns="http://pmd.sf.net/ruleset/1.0.0" + xmlns="http://pmd.sourceforge.net/ruleset/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://pmd.sf.net/ruleset/1.0.0 http://pmd.sf.net/ruleset_xml_schema.xsd" - xsi:noNamespaceSchemaLocation="http://pmd.sf.net/ruleset_xml_schema.xsd"> - <description>Standard Ruleset but excluding the "no octal - constants" rule</description> + xsi:schemaLocation="http://pmd.sourceforge.net/ruleset/2.0.0 http://pmd.sourceforge.net/ruleset_2_0_0.xsd"> + <description>Standard Ruleset but excluding the "no octal constants" rule</description> <rule ref="rulesets/java/basic.xml"> <exclude name="AvoidUsingOctalValues"/> </rule>