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-text.git
The following commit(s) were added to refs/heads/master by this push: new 8d273a7d Use HTTPS to fetch XSD files 8d273a7d is described below commit 8d273a7d78329a1c6af55403d8c35606bb0fe91e Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Wed Jan 15 10:12:52 2025 -0500 Use HTTPS to fetch XSD files --- src/assembly/bin.xml | 2 +- src/assembly/src.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 b2bee533..05e2838a 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>