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 4c241c5 release 14 is canceled, reverting starter version back to
14-SNAPSHOT switch back to test-services 14 and integration-tests 14
4c241c5 is described below
commit 4c241c54864081b30bfde0f647cf3da87b5ba10a
Author: Stefan Seifert <[email protected]>
AuthorDate: Tue Dec 16 17:58:57 2025 +0100
release 14 is canceled, reverting starter version back to 14-SNAPSHOT
switch back to test-services 14 and integration-tests 14
---
pom.xml | 4 ++--
src/main/features/test/test-content.json | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 9bd2b93..17a37aa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
</parent>
<artifactId>org.apache.sling.starter</artifactId>
- <version>15-SNAPSHOT</version>
+ <version>14-SNAPSHOT</version>
<name>Apache Sling Starter</name>
<description>The Sling Starter demo application.</description>
@@ -90,7 +90,7 @@
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.starter.integration-tests</artifactId>
- <version>15-SNAPSHOT</version>
+ <version>14</version>
<scope>test</scope>
<exclusions>
<exclusion>
diff --git a/src/main/features/test/test-content.json
b/src/main/features/test/test-content.json
index 4b254a0..176e6b5 100644
--- a/src/main/features/test/test-content.json
+++ b/src/main/features/test/test-content.json
@@ -2,7 +2,7 @@
"id":"${project.groupId}:${project.artifactId}:slingosgifeature:test-content:${project.version}",
"bundles":[
{
- "id":
"org.apache.sling:org.apache.sling.starter.test-services:15-SNAPSHOT",
+ "id": "org.apache.sling:org.apache.sling.starter.test-services:14",
"start-order": "25"
}
],