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

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


The following commit(s) were added to refs/heads/master by this push:
     new 21758cc  SLING-12600 Enable build on windows (#558)
21758cc is described below

commit 21758cce9c07bb63d8190a8dfb3f0ebbebc2520b
Author: Stefan Seifert <[email protected]>
AuthorDate: Tue Nov 25 09:25:02 2025 +0100

    SLING-12600 Enable build on windows (#558)
---
 .sling-module.json | 3 ---
 pom.xml            | 2 +-
 2 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/.sling-module.json b/.sling-module.json
index a6df1e3..c19a62c 100644
--- a/.sling-module.json
+++ b/.sling-module.json
@@ -6,9 +6,6 @@
           17,
           21
         ],
-        "operatingSystems": [
-            "linux"
-        ],
         "rebuildFrequency": "@daily",
         "additionalMavenParams": "-Dit.startTimeoutSeconds=120",
         "archivePatterns": [
diff --git a/pom.xml b/pom.xml
index b82bd64..dfac763 100644
--- a/pom.xml
+++ b/pom.xml
@@ -430,7 +430,7 @@
             <plugin>
                 <groupId>org.apache.sling</groupId>
                 <artifactId>feature-launcher-maven-plugin</artifactId>
-                <version>0.1.10</version>
+                <version>1.0.1-SNAPSHOT</version>
                 <configuration>
                     <launches>
                         <launch>

Reply via email to