This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch 1.x in repository https://gitbox.apache.org/repos/asf/commons-fileupload.git
The following commit(s) were added to refs/heads/1.x by this push: new fef97d9d Use HTTPS to fetch XSD files fef97d9d is described below commit fef97d9da2db3a8b0fcd338b199ffb611f9490c9 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Wed Jan 15 09:43:55 2025 -0500 Use HTTPS to fetch XSD files --- pom.xml | 2 +- src/main/assembly/bin.xml | 2 +- src/main/assembly/src.xml | 2 +- src/site/site.xml | 2 +- src/site/xdoc/customizing.xml | 2 +- src/site/xdoc/index.xml | 2 +- src/site/xdoc/overview.xml | 2 +- src/site/xdoc/streaming.xml | 2 +- src/site/xdoc/using.xml | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/pom.xml b/pom.xml index 76f5e648..f9e77052 100644 --- a/pom.xml +++ b/pom.xml @@ -15,7 +15,7 @@ See the License for the specific language governing permissions and limitations 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"> +<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/main/assembly/bin.xml b/src/main/assembly/bin.xml index 353e51aa..8ce02752 100644 --- a/src/main/assembly/bin.xml +++ b/src/main/assembly/bin.xml @@ -17,7 +17,7 @@ --> <assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.1 http://maven.apache.org/xsd/assembly-1.1.1.xsd"> + xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.1 https://maven.apache.org/xsd/assembly-1.1.1.xsd"> <id>bin</id> <formats> <format>tar.gz</format> diff --git a/src/main/assembly/src.xml b/src/main/assembly/src.xml index 2254e22c..4f416b54 100644 --- a/src/main/assembly/src.xml +++ b/src/main/assembly/src.xml @@ -17,7 +17,7 @@ --> <assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.1 http://maven.apache.org/xsd/assembly-1.1.1.xsd"> + xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.1 https://maven.apache.org/xsd/assembly-1.1.1.xsd"> <id>src</id> <formats> <format>tar.gz</format> diff --git a/src/site/site.xml b/src/site/site.xml index 90a956f8..8bc91fd1 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -16,7 +16,7 @@ limitations under the License. --> <project name="FileUpload" xmlns="http://maven.apache.org/DECORATION/1.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/DECORATION/1.1.0 http://maven.apache.org/xsd/decoration-1.1.0.xsd"> + xsi:schemaLocation="http://maven.apache.org/DECORATION/1.1.0 https://maven.apache.org/xsd/decoration-1.1.0.xsd"> <bannerRight> <name>Commons FileUpload</name> diff --git a/src/site/xdoc/customizing.xml b/src/site/xdoc/customizing.xml index a6b6e8a1..604fb3f5 100644 --- a/src/site/xdoc/customizing.xml +++ b/src/site/xdoc/customizing.xml @@ -17,7 +17,7 @@ --> <document xmlns="http://maven.apache.org/XDOC/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd"> + xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 https://maven.apache.org/xsd/xdoc-2.0.xsd"> <properties> <title>Customizing FileUpload</title> diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml index a99a9dc4..4513025d 100644 --- a/src/site/xdoc/index.xml +++ b/src/site/xdoc/index.xml @@ -17,7 +17,7 @@ --> <document xmlns="http://maven.apache.org/XDOC/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd"> + xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 https://maven.apache.org/xsd/xdoc-2.0.xsd"> <properties> <title>Home</title> diff --git a/src/site/xdoc/overview.xml b/src/site/xdoc/overview.xml index c73efb99..1bd4d1b8 100644 --- a/src/site/xdoc/overview.xml +++ b/src/site/xdoc/overview.xml @@ -17,7 +17,7 @@ --> <document xmlns="http://maven.apache.org/XDOC/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd"> + xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 https://maven.apache.org/xsd/xdoc-2.0.xsd"> <properties> <title>Fileupload Overview</title> diff --git a/src/site/xdoc/streaming.xml b/src/site/xdoc/streaming.xml index 6802d641..f00ebc1b 100644 --- a/src/site/xdoc/streaming.xml +++ b/src/site/xdoc/streaming.xml @@ -17,7 +17,7 @@ --> <document xmlns="http://maven.apache.org/XDOC/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd"> + xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 https://maven.apache.org/xsd/xdoc-2.0.xsd"> <properties> <title>The Streaming API</title> diff --git a/src/site/xdoc/using.xml b/src/site/xdoc/using.xml index 3040a1bf..0ef90f26 100644 --- a/src/site/xdoc/using.xml +++ b/src/site/xdoc/using.xml @@ -18,7 +18,7 @@ <document xmlns="http://maven.apache.org/XDOC/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd"> + xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 https://maven.apache.org/xsd/xdoc-2.0.xsd"> <properties> <title>Using FileUpload</title>