This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to branch feature/SLING-10601 in repository https://gitbox.apache.org/repos/asf/sling-project-archetype.git
commit 8f7dd7932e22b9f82e43de27438ac5ecc3af8d69 Author: Robert Munteanu <[email protected]> AuthorDate: Tue Jul 13 12:05:18 2021 +0300 SLING-10601 - Add a launcher module to the project archetype Use the latest sling-archetype-parent to benefit from SLING-10607 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e17ea17..0cd462c 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.sling</groupId> <artifactId>sling-archetype-parent</artifactId> - <version>6</version> + <version>7-SNAPSHOT</version> <relativePath /> </parent>
