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-build-plugin.git
The following commit(s) were added to refs/heads/master by this push: new 55993c1 Use HTTPS to fetch XSD files 55993c1 is described below commit 55993c1cbade42a906af0957d7cc214f84f4df64 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Wed Jan 15 09:35:36 2025 -0500 Use HTTPS to fetch XSD files --- pom.xml | 2 +- src/assembly/bin.xml | 2 +- src/assembly/src.xml | 2 +- src/site/xdoc/all-mojo.xml | 2 +- src/site/xdoc/all-sandbox-mojo.xml | 2 +- src/site/xdoc/all-sandbox.xml | 2 +- src/site/xdoc/all.xml | 2 +- src/site/xdoc/contributing-md-mojo.xml | 2 +- src/site/xdoc/contributing-md.xml | 2 +- src/site/xdoc/copy-javadoc-files-build.xml | 2 +- src/site/xdoc/copy-javadoc-files-mojo.xml | 2 +- src/site/xdoc/development.xml | 2 +- src/site/xdoc/download-page-mojo.xml | 2 +- src/site/xdoc/download-page.xml | 2 +- src/site/xdoc/index.xml | 2 +- src/site/xdoc/issue-tracking.xml | 2 +- src/site/xdoc/jira-page-mojo.xml | 2 +- src/site/xdoc/jira-page.xml | 2 +- src/site/xdoc/mail-lists.xml | 2 +- src/site/xdoc/mail-page-mojo.xml | 2 +- src/site/xdoc/mail-page.xml | 2 +- src/site/xdoc/notice-txt-mojo.xml | 2 +- src/site/xdoc/notice-txt.xml | 2 +- src/site/xdoc/readme-md-mojo.xml | 2 +- src/site/xdoc/readme-md.xml | 2 +- src/site/xdoc/sandbox-jira-page-mojo.xml | 2 +- src/site/xdoc/sandbox-jira-page.xml | 2 +- src/test-project/pom.xml | 2 +- 28 files changed, 28 insertions(+), 28 deletions(-) diff --git a/pom.xml b/pom.xml index d2d3883..91b0ae1 100644 --- a/pom.xml +++ b/pom.xml @@ -16,7 +16,7 @@ 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"> + 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 459dd49..3271f19 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 319de59..0cc392c 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> diff --git a/src/site/xdoc/all-mojo.xml b/src/site/xdoc/all-mojo.xml index ed98ae8..3929900 100644 --- a/src/site/xdoc/all-mojo.xml +++ b/src/site/xdoc/all-mojo.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>commons-build:all</title> </properties> diff --git a/src/site/xdoc/all-sandbox-mojo.xml b/src/site/xdoc/all-sandbox-mojo.xml index 0759858..5728f90 100644 --- a/src/site/xdoc/all-sandbox-mojo.xml +++ b/src/site/xdoc/all-sandbox-mojo.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>commons-build:all</title> </properties> diff --git a/src/site/xdoc/all-sandbox.xml b/src/site/xdoc/all-sandbox.xml index 1115e36..405acad 100644 --- a/src/site/xdoc/all-sandbox.xml +++ b/src/site/xdoc/all-sandbox.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>Generating All Sandbox Pages</title> <author email="d...@commons.apache.org">Apache Commons Documentation Team</author> diff --git a/src/site/xdoc/all.xml b/src/site/xdoc/all.xml index a60a83d..7a6da15 100644 --- a/src/site/xdoc/all.xml +++ b/src/site/xdoc/all.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>Generating All Pages</title> <author email="d...@commons.apache.org">Apache Commons Documentation Team</author> diff --git a/src/site/xdoc/contributing-md-mojo.xml b/src/site/xdoc/contributing-md-mojo.xml index 1107cf2..9aae988 100644 --- a/src/site/xdoc/contributing-md-mojo.xml +++ b/src/site/xdoc/contributing-md-mojo.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"> <properties> + xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 https://maven.apache.org/xsd/xdoc-2.0.xsd"> <properties> <title>commons-build:contributing-md</title> </properties> <body> diff --git a/src/site/xdoc/contributing-md.xml b/src/site/xdoc/contributing-md.xml index e6b44b2..7ce7825 100644 --- a/src/site/xdoc/contributing-md.xml +++ b/src/site/xdoc/contributing-md.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>Generating CONTRIBUTING.md</title> <author email="d...@commons.apache.org">Apache Commons Documentation Team</author> diff --git a/src/site/xdoc/copy-javadoc-files-build.xml b/src/site/xdoc/copy-javadoc-files-build.xml index e0d6497..7794eb7 100644 --- a/src/site/xdoc/copy-javadoc-files-build.xml +++ b/src/site/xdoc/copy-javadoc-files-build.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>Copy NOTICE and LICENSE files to javadoc jar</title> <author email="d...@commons.apache.org">Apache Commons Documentation Team</author> diff --git a/src/site/xdoc/copy-javadoc-files-mojo.xml b/src/site/xdoc/copy-javadoc-files-mojo.xml index bd02c32..8f05d91 100644 --- a/src/site/xdoc/copy-javadoc-files-mojo.xml +++ b/src/site/xdoc/copy-javadoc-files-mojo.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>commons-build:copy-javadoc-files</title> </properties> diff --git a/src/site/xdoc/development.xml b/src/site/xdoc/development.xml index 463605a..2150d05 100644 --- a/src/site/xdoc/development.xml +++ b/src/site/xdoc/development.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>Development</title> <author email="d...@commons.apache.org">Apache Commons Documentation Team</author> diff --git a/src/site/xdoc/download-page-mojo.xml b/src/site/xdoc/download-page-mojo.xml index 784d5bb..2e6a8a4 100644 --- a/src/site/xdoc/download-page-mojo.xml +++ b/src/site/xdoc/download-page-mojo.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>commons-build:download-page</title> </properties> diff --git a/src/site/xdoc/download-page.xml b/src/site/xdoc/download-page.xml index 40e28cc..fa448e9 100644 --- a/src/site/xdoc/download-page.xml +++ b/src/site/xdoc/download-page.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>Generating Download Page</title> <author email="d...@commons.apache.org">Apache Commons Documentation Team</author> diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml index 6d57a16..dd1c3e2 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>Overview</title> <author email="d...@commons.apache.org">Apache Commons Documentation Team</author> diff --git a/src/site/xdoc/issue-tracking.xml b/src/site/xdoc/issue-tracking.xml index b3299d2..3169bf5 100644 --- a/src/site/xdoc/issue-tracking.xml +++ b/src/site/xdoc/issue-tracking.xml @@ -43,7 +43,7 @@ limitations under the License. --> <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>Apache Commons Build Plugin Maven Mojo Issue tracking</title> <author email="d...@commons.apache.org">Apache Commons Documentation Team</author> diff --git a/src/site/xdoc/jira-page-mojo.xml b/src/site/xdoc/jira-page-mojo.xml index f2a445e..087f03a 100644 --- a/src/site/xdoc/jira-page-mojo.xml +++ b/src/site/xdoc/jira-page-mojo.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>commons-build:jira-page</title> </properties> diff --git a/src/site/xdoc/jira-page.xml b/src/site/xdoc/jira-page.xml index a8b7147..bb95811 100644 --- a/src/site/xdoc/jira-page.xml +++ b/src/site/xdoc/jira-page.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"> <properties> + xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 https://maven.apache.org/xsd/xdoc-2.0.xsd"> <properties> <title>Generating JIRA Page</title> <author email="d...@commons.apache.org">Apache Commons Documentation Team</author> </properties> diff --git a/src/site/xdoc/mail-lists.xml b/src/site/xdoc/mail-lists.xml index 69cc414..e208f8a 100644 --- a/src/site/xdoc/mail-lists.xml +++ b/src/site/xdoc/mail-lists.xml @@ -41,7 +41,7 @@ limitations under the License. --> <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>Apache Commons Build Plugin Maven Mojo Mailing Lists</title> <author email="d...@commons.apache.org">Apache Commons Documentation Team</author> diff --git a/src/site/xdoc/mail-page-mojo.xml b/src/site/xdoc/mail-page-mojo.xml index ea1b056..0429f5c 100644 --- a/src/site/xdoc/mail-page-mojo.xml +++ b/src/site/xdoc/mail-page-mojo.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>commons-build:mail-page</title> </properties> diff --git a/src/site/xdoc/mail-page.xml b/src/site/xdoc/mail-page.xml index 75e866a..6de1e1f 100644 --- a/src/site/xdoc/mail-page.xml +++ b/src/site/xdoc/mail-page.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>Generating Mailing List Page</title> <author email="d...@commons.apache.org">Apache Commons Documentation Team</author> diff --git a/src/site/xdoc/notice-txt-mojo.xml b/src/site/xdoc/notice-txt-mojo.xml index c414a8e..e1a904d 100644 --- a/src/site/xdoc/notice-txt-mojo.xml +++ b/src/site/xdoc/notice-txt-mojo.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>commons-build:notice-txt</title> </properties> diff --git a/src/site/xdoc/notice-txt.xml b/src/site/xdoc/notice-txt.xml index 762b678..e0f4607 100644 --- a/src/site/xdoc/notice-txt.xml +++ b/src/site/xdoc/notice-txt.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>Generating NOTICE.txt</title> <author email="d...@commons.apache.org">Apache Commons Documentation Team</author> diff --git a/src/site/xdoc/readme-md-mojo.xml b/src/site/xdoc/readme-md-mojo.xml index 3bbee28..c176e56 100644 --- a/src/site/xdoc/readme-md-mojo.xml +++ b/src/site/xdoc/readme-md-mojo.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>commons-build:readme-md</title> </properties> diff --git a/src/site/xdoc/readme-md.xml b/src/site/xdoc/readme-md.xml index 15a6d56..2eecd89 100644 --- a/src/site/xdoc/readme-md.xml +++ b/src/site/xdoc/readme-md.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>Generating README.md</title> <author email="d...@commons.apache.org">Apache Commons Documentation Team</author> diff --git a/src/site/xdoc/sandbox-jira-page-mojo.xml b/src/site/xdoc/sandbox-jira-page-mojo.xml index 792025d..043da6c 100644 --- a/src/site/xdoc/sandbox-jira-page-mojo.xml +++ b/src/site/xdoc/sandbox-jira-page-mojo.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>commons-build:sandbox-jira-page</title> </properties> diff --git a/src/site/xdoc/sandbox-jira-page.xml b/src/site/xdoc/sandbox-jira-page.xml index c90d2f6..95f9243 100644 --- a/src/site/xdoc/sandbox-jira-page.xml +++ b/src/site/xdoc/sandbox-jira-page.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>Generating Sandbox JIRA Page</title> <author email="d...@commons.apache.org">Apache Commons Documentation Team</author> diff --git a/src/test-project/pom.xml b/src/test-project/pom.xml index 663d49b..79ef78b 100644 --- a/src/test-project/pom.xml +++ b/src/test-project/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> <groupId>org.apache.commons</groupId> <artifactId>test-project</artifactId>