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


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

commit caac5d6ee25b84c185238a088d6c2ec3adfce7d0
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Wed Jan 15 09:34:04 2025 -0500

    Use HTTPS to fetch XSD files
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 94ac5e9..4f9068f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -18,7 +18,7 @@
   * 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";>
 
   <modelVersion>4.0.0</modelVersion>
 

Reply via email to