This is an automated email from the ASF dual-hosted git repository. aherbert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-release-plugin.git
commit d313704735f596c3bb3d10cc43fa90323c43fe84 Author: aherbert <[email protected]> AuthorDate: Fri Oct 7 16:05:00 2022 +0100 Correct XSD schema location --- src/main/scripts/generate-xdocs.mojos.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/scripts/generate-xdocs.mojos.xml b/src/main/scripts/generate-xdocs.mojos.xml index 6c8ac4b..5383fc2 100755 --- a/src/main/scripts/generate-xdocs.mojos.xml +++ b/src/main/scripts/generate-xdocs.mojos.xml @@ -19,10 +19,10 @@ <!-- Mojo metadata for "Commons Build: Standard XDOC Pages Generation". --> -<pluginMetadata +<pluginMetadata xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/PLUGIN-METADATA/1.1.0" - xsi:schemaLocation="http://maven.apache.org/PLUGIN-METADATA/1.1.0 http://maven.apache.org/xsd/plugin-metadata-1.1.0.xsd"> + xsi:schemaLocation="http://maven.apache.org/PLUGIN-METADATA/1.1.0 https://maven.apache.org/components/plugin-tools/maven-script/maven-plugin-tools-model/plugin-metadata-1.1.0.xsd"> <mojos> <mojo> <goal>vote-txt</goal>
