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-resources-plugin.git
commit 7c3eaa8d6fc9fa6c3263546a3099880d287bcf3f Author: Sylwester Lachiewicz <[email protected]> AuthorDate: Sat Nov 22 21:34:47 2025 +0100 Migrate site to Doxia 2 --- pom.xml | 2 +- src/site/site.xml | 9 ++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index 92c471e..7ef0dbd 100644 --- a/pom.xml +++ b/pom.xml @@ -62,7 +62,7 @@ under the License. </issueManagement> <ciManagement> <system>Jenkins</system> - <url>https://ci-builds.apache.org/job/Maven/job/maven-box/job/maven-resources-plugin/</url> + <url>https://ci-maven.apache.org/job/Maven/job/maven-box/job/maven-resources-plugin/</url> </ciManagement> <distributionManagement> <site> diff --git a/src/site/site.xml b/src/site/site.xml index f4530dd..bc1ce6f 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -19,9 +19,8 @@ specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/DECORATION/1.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.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"/> @@ -29,7 +28,7 @@ under the License. <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="http://www.apache.org/licenses/"/> + <item name="License" href="https://www.apache.org/licenses/"/> <item name="Download" href="download.html"/> </menu> <menu name="Examples"> @@ -53,4 +52,4 @@ under the License. href="/examples/custom-resource-filters.html"/> </menu> </body> -</project> +</site>
