This is an automated email from the ASF dual-hosted git repository.
cstamas pushed a commit to branch maven-filtering-3.x
in repository https://gitbox.apache.org/repos/asf/maven-filtering.git
The following commit(s) were added to refs/heads/maven-filtering-3.x by this
push:
new dd05b18 Update site descriptor (#326)
dd05b18 is described below
commit dd05b18c4f35c93a1ae9662830bc01b50bf0de08
Author: Tamas Cservenak <[email protected]>
AuthorDate: Mon Mar 2 11:17:28 2026 +0100
Update site descriptor (#326)
Update to 2.0.0
---
src/site/site.xml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/site/site.xml b/src/site/site.xml
index daefd49..e1885ad 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -19,7 +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"/>
@@ -32,4 +33,4 @@ under the License.
<item name="Download" href="download.html"/>
</menu>
</body>
-</project>
+</site>