This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch karaf-4.4.x
in repository https://gitbox.apache.org/repos/asf/karaf.git
The following commit(s) were added to refs/heads/karaf-4.4.x by this push:
new 9ad2f85d8f Update enforcer with minimum Maven and JVM version (#2232)
9ad2f85d8f is described below
commit 9ad2f85d8fd58ecf0c11dbd75eded2ccabab09a4
Author: JB Onofré <[email protected]>
AuthorDate: Tue Jan 20 14:44:33 2026 +0100
Update enforcer with minimum Maven and JVM version (#2232)
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 9b6fa0f65e..d6236de5e8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -620,10 +620,10 @@
<configuration>
<rules>
<requireMavenVersion>
- <version>[3.3.9,4)</version>
+ <version>[3.8.8,4)</version>
</requireMavenVersion>
<requireJavaVersion>
- <version>[1.8,)</version>
+ <version>[11,)</version>
</requireJavaVersion>
</rules>
</configuration>