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

rombert pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/sling-feature-launcher-maven-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 9d584db  SLING-12786 - Feature Launcher Maven Plugin build fails on 
Java 21: Unsupported class file major version 65 (#17)
9d584db is described below

commit 9d584db0f9c9d69c07064035d85aec7e196573ce
Author: Robert Munteanu <[email protected]>
AuthorDate: Mon May 19 17:17:50 2025 +0200

    SLING-12786 - Feature Launcher Maven Plugin build fails on Java 21: 
Unsupported class file major version 65 (#17)
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index e4ad20c..4703611 100644
--- a/pom.xml
+++ b/pom.xml
@@ -147,6 +147,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-invoker-plugin</artifactId>
+                <version>3.6.1</version>
                 <configuration>
                     <debug>true</debug>
                     
<cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>

Reply via email to