This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch site2 in repository https://gitbox.apache.org/repos/asf/maven-source-plugin.git
commit c2441105bf6810c81459e843190137fa53788a7a Author: Sylwester Lachiewicz <[email protected]> AuthorDate: Sun Jun 28 19:45:21 2026 +0200 fix: update site.xml to use site 2.0.0 namespace --- src/site/site.xml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/site/site.xml b/src/site/site.xml index b9438e3..f631ee6 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -19,16 +19,14 @@ specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/DECORATION/1.8.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.0 https://maven.apache.org/xsd/decoration-1.8.0.xsd"> +<site xmlns="http://maven.apache.org/SITE/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 https://maven.apache.org/xsd/site-2.0.0.xsd"> <body> <menu name="Overview"> <item name="Introduction" href="index.html"/> <item name="Plugin Documentation" href="plugin-info.html"/> <item name="Usage" href="usage.html"/> <item name="FAQ" href="faq.html"/> - <!-- According to https://issues.apache.org/jira/browse/MNGSITE-152 --> <item name="License" href="https://www.apache.org/licenses/"/> <item name="Download" href="download.html"/> </menu> @@ -36,4 +34,4 @@ under the License. <item name="Configuring Source Plugin" href="/examples/configureplugin.html"/> </menu> </body> -</project> +</site>
