This is an automated email from the ASF dual-hosted git repository.

kwin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new cee61f3  require Java 17 for the reactor build
cee61f3 is described below

commit cee61f333156ed42697054b1eaa57f6f8a3dab45
Author: Konrad Windszus <[email protected]>
AuthorDate: Tue Jan 30 13:51:35 2024 +0100

    require Java 17 for the reactor build
---
 pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/pom.xml b/pom.xml
index 006b7b9..dce0fde 100644
--- a/pom.xml
+++ b/pom.xml
@@ -34,6 +34,11 @@
     <name>Apache Sling Parent Reactor</name>
     <description>The reactor pom to build all Sling parents</description>
 
+    <properties>
+        <!-- sling-bundle-parent requires Java 17 -->
+        <minimalJavaBuildVersion>17</minimalJavaBuildVersion>
+    </properties>
+
     <scm>
         
<connection>scm:git:https://gitbox.apache.org/repos/asf/sling-parent.git</connection>
         
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-parent.git</developerConnection>

Reply via email to