This is an automated email from the ASF dual-hosted git repository.
mbuenger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-filtering.git
The following commit(s) were added to refs/heads/master by this push:
new 5f4465c Update to 47 and site to 2.0.0 (#319)
5f4465c is described below
commit 5f4465c8cb04e6783e65a6ed22a823a33f933dba
Author: Matthias Bünger <[email protected]>
AuthorDate: Tue Jan 27 20:44:23 2026 +0100
Update to 47 and site to 2.0.0 (#319)
---
pom.xml | 4 ++--
src/site/site.xml | 6 ++++--
2 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index 363a583..57b78eb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.maven.shared</groupId>
<artifactId>maven-shared-components</artifactId>
- <version>45</version>
+ <version>47</version>
<relativePath />
</parent>
@@ -203,7 +203,7 @@
<configuration>
<rules>
<enforceBytecodeVersion>
- <maxJdkVersion>${maven.compiler.target}</maxJdkVersion>
+ <maxJdkVersion>${javaVersion}</maxJdkVersion>
<excludes>
<exclude>org.jline:jline</exclude>
</excludes>
diff --git a/src/site/site.xml b/src/site/site.xml
index daefd49..baf25c8 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -19,7 +19,9 @@ 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 +34,4 @@ under the License.
<item name="Download" href="download.html"/>
</menu>
</body>
-</project>
+</site>