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-launchpad-test-services.git
commit 1f3c82ad1ebd381c307b40dcebe759e34c7cb1a2 Author: Stefan Seifert <[email protected]> AuthorDate: Tue Nov 25 10:17:45 2025 +0100 SLING-12623 Rename to Sling Starter Testing Services --- README.md | 6 +++--- pom.xml | 12 ++++++------ 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 9c5cfbd..d4ccaf0 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ [](https://sling.apache.org) - [](https://ci-builds.apache.org/job/Sling/job/modules/job/sling-org-apache-sling-launchpad-test-services/job/master/) [](https://sonarcloud.io/dashboard?id=apache_sling-org-apache-sling-launchpad-test-ser [...] + [](https://ci-builds.apache.org/job/Sling/job/modules/job/sling-org-apache-sling-starter-test-services/job/master/) [](https://sonarcloud.io/dashboard?id=apache_sling-org-apache-sling-starter-test-services)&# [...] -# Apache Sling Launchpad Testing Services +# Apache Sling Starter Testing Services This module is part of the [Apache Sling](https://sling.apache.org) project. -Sling services used by the Launchpad Testing integration tests +Sling services used by the Sling Starter Testing integration tests diff --git a/pom.xml b/pom.xml index 7609525..45b1536 100644 --- a/pom.xml +++ b/pom.xml @@ -27,17 +27,17 @@ <relativePath /> </parent> - <artifactId>org.apache.sling.launchpad.test-services</artifactId> + <artifactId>org.apache.sling.starter.test-services</artifactId> <version>14-SNAPSHOT</version> - <name>Apache Sling Launchpad Testing Services</name> - <description>Sling services used by the Launchpad Testing integration tests</description> + <name>Apache Sling Starter Testing Services</name> + <description>Sling services used by the Sling Starter Testing integration tests</description> <scm> - <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-launchpad-test-services.git</connection> - <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-launchpad-test-services.git</developerConnection> + <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-starter-test-services.git</connection> + <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-starter-test-services.git</developerConnection> <tag>HEAD</tag> - <url>https://github.com/apache/sling-org-apache-sling-launchpad-test-services.git</url> + <url>https://github.com/apache/sling-org-apache-sling-starter-test-services.git</url> </scm> <properties>
