This is an automated email from the ASF dual-hosted git repository.
cziegeler pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/felix-dev.git
The following commit(s) were added to refs/heads/master by this push:
new f09555ceb8 FELIX-6718 : Require Java 11
f09555ceb8 is described below
commit f09555ceb8c4c178f838e5b60930099be0828dbf
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Sun Jul 7 14:42:26 2024 +0200
FELIX-6718 : Require Java 11
---
http/webconsoleplugin/pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/http/webconsoleplugin/pom.xml b/http/webconsoleplugin/pom.xml
index 896bb4f7e3..cd4ee317d7 100644
--- a/http/webconsoleplugin/pom.xml
+++ b/http/webconsoleplugin/pom.xml
@@ -40,6 +40,7 @@
<properties>
<servlet.api>5.0.0</servlet.api>
+ <felix.java.version>11</felix.java.version>
</properties>
<build>