Skip to content

Commit 40ee920

Browse files
authored
Set javase 11 by default in the karaf-maven-plugin (#2239) (#2240)
1 parent 79797d3 commit 40ee920

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tooling/karaf-maven-plugin/src/main/java/org/apache/karaf/tooling/AssemblyMojo.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -393,9 +393,9 @@ public class AssemblyMojo extends MojoSupport {
393393
* <li><code>org.osgi.framework.system.packages</code></li>
394394
* <li><code>org.osgi.framework.system.capabilities</code></li>
395395
* </ul>
396-
* <p>Valid values are: 1.6, 1.7, 1.8, 9
396+
* <p>Valid values are: 1.8, 11, 17, 22
397397
*/
398-
@Parameter(defaultValue = "1.8")
398+
@Parameter(defaultValue = "11")
399399
protected String javase;
400400

401401
/**

0 commit comments

Comments
 (0)