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 aaf5203 update to org.apache.sling.launchpad.test-services 13
aaf5203 is described below
commit aaf5203a8067a17f6844df656ff9fd64d81edafd
Author: Stefan Seifert <[email protected]>
AuthorDate: Thu Dec 19 10:04:40 2024 +0100
update to org.apache.sling.launchpad.test-services 13
---
src/main/features/test/test-content.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/features/test/test-content.json
b/src/main/features/test/test-content.json
index a5a3ef4..7003d7a 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.launchpad.test-services:13-SNAPSHOT",
+ "id": "org.apache.sling:org.apache.sling.launchpad.test-services:13",
"start-order": "25"
}
],