This is an automated email from the ASF dual-hosted git repository. sseifert pushed a commit to branch feature/SLING-12623-rename-sling-starter in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-starter.git
commit 0e4227c7f08729c24e3fb55fc705a2bbef41a18d Author: Stefan Seifert <[email protected]> AuthorDate: Tue Nov 25 10:26:59 2025 +0100 SLING-12623 Switch to renamed Sling Starter Integration Tests --- pom.xml | 4 ++-- src/main/features/test/test-content.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index dfac763..88e3474 100644 --- a/pom.xml +++ b/pom.xml @@ -89,7 +89,7 @@ </dependency> <dependency> <groupId>org.apache.sling</groupId> - <artifactId>org.apache.sling.launchpad.integration-tests</artifactId> + <artifactId>org.apache.sling.starter.integration-tests</artifactId> <version>14-SNAPSHOT</version> <scope>test</scope> <exclusions> @@ -487,7 +487,7 @@ <artifactId>maven-failsafe-plugin</artifactId> <configuration> <dependenciesToScan> - <dependency>org.apache.sling:org.apache.sling.launchpad.integration-tests</dependency> + <dependency>org.apache.sling:org.apache.sling.starter.integration-tests</dependency> </dependenciesToScan> <includes> <include>**/*Test.java</include> diff --git a/src/main/features/test/test-content.json b/src/main/features/test/test-content.json index 1b320fd..e40f706 100644 --- a/src/main/features/test/test-content.json +++ b/src/main/features/test/test-content.json @@ -2,14 +2,14 @@ "id":"${project.groupId}:${project.artifactId}:slingosgifeature:test-content:${project.version}", "bundles":[ { - "id": "org.apache.sling:org.apache.sling.launchpad.test-services:14-SNAPSHOT", + "id": "org.apache.sling:org.apache.sling.starter.test-services:14-SNAPSHOT", "start-order": "25" } ], "configurations": { "org.apache.sling.jcr.base.internal.LoginAdminWhitelist.fragment~test-content": { "whitelist.bundles": [ - "org.apache.sling.launchpad.test-services" + "org.apache.sling.starter.test-services" ], "whitelist.name" :"test-content" },
