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 17b4396 SLING-12933 - Use version 1.3.4 of the feature launcher by
default (#21)
17b4396 is described below
commit 17b4396ecfe3e5aee585469295a55aa7a5a3e255
Author: Robert Munteanu <[email protected]>
AuthorDate: Fri Sep 5 17:19:46 2025 +0200
SLING-12933 - Use version 1.3.4 of the feature launcher by default (#21)
---
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