This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to branch issue/minor-cleanups in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-starter.git
commit 16ad837fb4eec6119741a3d58e68d989ba2242b4 Author: Robert Munteanu <[email protected]> AuthorDate: Fri Jun 3 15:23:12 2022 +0200 Don't hardcode a version in the aggregate names --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index c4fec13..8c258dc 100644 --- a/pom.xml +++ b/pom.xml @@ -303,7 +303,7 @@ <configuration> <launches> <launch> - <id>sling-12-oak-tar</id> + <id>sling-starter-oak-tar</id> <feature> <groupId>${project.groupId}</groupId> <artifactId>${project.artifactId}</artifactId> @@ -319,7 +319,7 @@ <startTimeoutSeconds>${it.startTimeoutSeconds}</startTimeoutSeconds> </launch> <launch> - <id>sling-12-oak-mongo</id> + <id>sling-starter-oak-mongo</id> <skip>${docker.skip}</skip> <feature> <groupId>${project.groupId}</groupId>
