This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to branch issue/SLING-12933 in repository https://gitbox.apache.org/repos/asf/sling-feature-launcher-maven-plugin.git
commit a2333e95d8d6394339b3267015c6df50ff9b929b Author: Robert Munteanu <[email protected]> AuthorDate: Fri Sep 5 17:11:10 2025 +0200 SLING-12933 - Use version 1.3.4 of the feature launcher by default --- src/main/java/org/apache/sling/maven/feature/launcher/StartMojo.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/sling/maven/feature/launcher/StartMojo.java b/src/main/java/org/apache/sling/maven/feature/launcher/StartMojo.java index 45d3b4a..1871d5d 100644 --- a/src/main/java/org/apache/sling/maven/feature/launcher/StartMojo.java +++ b/src/main/java/org/apache/sling/maven/feature/launcher/StartMojo.java @@ -79,7 +79,7 @@ public class StartMojo extends AbstractMojo { /** * The version of the <a href="https://github.com/apache/sling-org-apache-sling-feature-launcher">Sling Feature Launcher</a> to use. */ - @Parameter( required = true, defaultValue = "1.1.4") + @Parameter( required = true, defaultValue = "1.3.4") private String featureLauncherVersion; // TODO: extract this field into common parent class
