This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to branch feature/SLING-10601-use-latest-parent in repository https://gitbox.apache.org/repos/asf/sling-project-archetype.git
commit c644c7c26db57aa50ebad15646781fe70e1e7371 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..abcbdb3 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</version> <relativePath /> </parent>
