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-codec.git


The following commit(s) were added to refs/heads/master by this push:
     new 23359fa8 Use HTTPS to fetch XSD files
23359fa8 is described below

commit 23359fa8474111a8554d98867e9cd5f21f5793cd
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Jan 15 09:36:06 2025 -0500

    Use HTTPS to fetch XSD files
---
 pom.xml              | 2 +-
 src/assembly/bin.xml | 2 +-
 src/assembly/src.xml | 2 +-
 src/conf/pmd.xml     | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 33d8e632..6f4eb969 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@ limitations under the License.
  To produce reports, use the reporting profile, for example: mvn -Preporting 
clean site
  You may need to use the -U option to update your environment if you get an 
error.
  -->
-<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";>
+<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 
https://maven.apache.org/maven-v4_0_0.xsd";>
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.commons</groupId>
diff --git a/src/assembly/bin.xml b/src/assembly/bin.xml
index 5c31e7d4..0a598cb5 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 491c76b6..de67e896 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/conf/pmd.xml b/src/conf/pmd.xml
index 8bb4cac5..d6ad8859 100644
--- a/src/conf/pmd.xml
+++ b/src/conf/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="category/java/codestyle.xml">
     <exclude name="UselessParentheses"/>

Reply via email to