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-exec.git
The following commit(s) were added to refs/heads/master by this push: new 6d143825 Use HTTPS to fetch XSD files 6d143825 is described below commit 6d143825ef95791b659ffce32a2cafc2cc0292da Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Wed Jan 15 09:43:35 2025 -0500 Use HTTPS to fetch XSD files --- pmd.xml | 2 +- pom.xml | 2 +- src/assembly/bin.xml | 2 +- src/assembly/src.xml | 2 +- src/changes/changes.xml | 2 +- src/conf/pmd-ruleset.xml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pmd.xml b/pmd.xml index ceefc84d..d3afa72f 100644 --- a/pmd.xml +++ b/pmd.xml @@ -18,7 +18,7 @@ limitations under the License. <ruleset name="mybraces" xmlns="http://pmd.sourceforge.net/ruleset/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://pmd.sourceforge.net/ruleset/2.0.0 http://pmd.sourceforge.net/ruleset_2_0_0.xsd"> + xsi:schemaLocation="http://pmd.sourceforge.net/ruleset/2.0.0 https://pmd.sourceforge.net/ruleset_2_0_0.xsd"> <description>Excludes from default PMD rules.</description> <rule ref="rulesets/java/unusedcode.xml"> <exclude name="UnnecessaryParentheses"/> diff --git a/pom.xml b/pom.xml index 0c54da63..1e3a9b4a 100644 --- a/pom.xml +++ b/pom.xml @@ -16,7 +16,7 @@ See the License for the specific language governing permissions and limitations under the License. --> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd"> <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-parent</artifactId> diff --git a/src/assembly/bin.xml b/src/assembly/bin.xml index f83416a3..3fa92e93 100644 --- a/src/assembly/bin.xml +++ b/src/assembly/bin.xml @@ -16,7 +16,7 @@ --> <assembly xmlns="http://maven.apache.org/ASSEMBLY/2.2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.2.0 http://maven.apache.org/xsd/assembly-2.2.0.xsd"> + xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.2.0 https://maven.apache.org/xsd/assembly-2.2.0.xsd"> <id>bin</id> <formats> <format>tar.gz</format> diff --git a/src/assembly/src.xml b/src/assembly/src.xml index 2b96571f..cbef5306 100644 --- a/src/assembly/src.xml +++ b/src/assembly/src.xml @@ -16,7 +16,7 @@ --> <assembly xmlns="http://maven.apache.org/ASSEMBLY/2.2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.2.0 http://maven.apache.org/xsd/assembly-2.2.0.xsd"> + xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.2.0 https://maven.apache.org/xsd/assembly-2.2.0.xsd"> <id>src</id> <formats> <format>tar.gz</format> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index ac854546..4b23820e 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -19,7 +19,7 @@ --> <document xmlns="http://maven.apache.org/changes/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/changes/2.0.0 http://maven.apache.org/xsd/changes-2.0.0.xsd"> + xsi:schemaLocation="http://maven.apache.org/changes/2.0.0 https://maven.apache.org/xsd/changes-2.0.0.xsd"> <properties> <title>Apache Commons Exec Release Notes</title> </properties> diff --git a/src/conf/pmd-ruleset.xml b/src/conf/pmd-ruleset.xml index 108cf172..5e524849 100644 --- a/src/conf/pmd-ruleset.xml +++ b/src/conf/pmd-ruleset.xml @@ -16,7 +16,7 @@ limitations under the License. --> <ruleset name='commons-bcel' xmlns="http://pmd.sourceforge.net/ruleset/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://pmd.sourceforge.net/ruleset/2.0.0 http://pmd.sourceforge.net/ruleset_2_0_0.xsd"> + xsi:schemaLocation="http://pmd.sourceforge.net/ruleset/2.0.0 https://pmd.sourceforge.net/ruleset_2_0_0.xsd"> <description> This ruleset checks the code for discouraged programming constructs. </description>