This is an automated email from the ASF dual-hosted git repository.
slachiewicz pushed a commit to branch maven-resources-plugin-3.x
in repository https://gitbox.apache.org/repos/asf/maven-resources-plugin.git
The following commit(s) were added to refs/heads/maven-resources-plugin-3.x by
this push:
new 61801af Migrate site to Doxia 2
61801af is described below
commit 61801afa926f55bbfaea3f264dda5883e065ac08
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 1c4f7a2..7c18c5a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -61,7 +61,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>