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


The following commit(s) were added to refs/heads/master by this push:
     new 3fbcdf58 Use HTTPS to fetch XSD files
     new dd4e3a31 Merge branch 'master' of 
https://gitbox.apache.org/repos/asf/commons-pool.git
3fbcdf58 is described below

commit 3fbcdf5803edccb6c8fab79d81bee3f37e76606b
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Wed Jan 15 10:03:12 2025 -0500

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

diff --git a/pom.xml b/pom.xml
index 2093a055..d83d555f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -18,7 +18,7 @@
 <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";>
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
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-tar-gz.xml b/src/assembly/src-tar-gz.xml
index baa0fd1c..fbc391cf 100644
--- a/src/assembly/src-tar-gz.xml
+++ b/src/assembly/src-tar-gz.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/assembly/src-zip.xml b/src/assembly/src-zip.xml
index 58f7e751..f309ca6d 100644
--- a/src/assembly/src-zip.xml
+++ b/src/assembly/src-zip.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>zip</format>
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>

Reply via email to