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


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

commit c2df4835565680c177fe7b2fedb9e9da23a3d22e
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Jan 15 10:00:26 2025 -0500

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

diff --git a/pom.xml b/pom.xml
index 0c2ba5af..dbcd0110 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,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>
         <groupId>org.apache.commons</groupId>
diff --git a/src/assembly/bin.xml b/src/assembly/bin.xml
index 750e4cae..17126ab5 100644
--- a/src/assembly/bin.xml
+++ b/src/assembly/bin.xml
@@ -18,7 +18,7 @@ Licensed to the Apache Software Foundation (ASF) under one or 
more
 <assembly
   xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0";
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-  
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0
 http://maven.apache.org/xsd/assembly-1.1.0.xsd";>
+  
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0
 https://maven.apache.org/xsd/assembly-1.1.0.xsd";>
     <id>bin</id>
     <formats>
         <format>tar.gz</format>
diff --git a/src/assembly/src.xml b/src/assembly/src.xml
index 670b968e..b4d1c309 100644
--- a/src/assembly/src.xml
+++ b/src/assembly/src.xml
@@ -18,7 +18,7 @@ Licensed to the Apache Software Foundation (ASF) under one or 
more
 <assembly
   xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0";
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-  
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0
 http://maven.apache.org/xsd/assembly-1.1.0.xsd";>
+  
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0
 https://maven.apache.org/xsd/assembly-1.1.0.xsd";>
   <id>src</id>
   <formats>
     <format>tar.gz</format>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 1789dff1..2210b0f8 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -40,7 +40,7 @@ The <action> type attribute can be add,update,fix,remove.
 -->
 <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 Net Release Notes</title>
     <author email="[email protected]">Apache Commons developers</author>
diff --git a/src/conf/pmd-ruleset.xml b/src/conf/pmd-ruleset.xml
index 51c022c7..ebfedfb2 100644
--- a/src/conf/pmd-ruleset.xml
+++ b/src/conf/pmd-ruleset.xml
@@ -16,7 +16,7 @@ See the License for the specific language governing 
permissions and
 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/bestpractices.xml/AvoidUsingHardCodedIP" />
     <rule ref="category/java/bestpractices.xml/CheckResultSet" />

Reply via email to