This is an automated email from the ASF dual-hosted git repository.
rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-project-archetype.git
The following commit(s) were added to refs/heads/master by this push:
new 7727793 SLING-10601 - Add a launcher module to the project archetype
7727793 is described below
commit 772779351e9712bd9e351ac79f3e7794fe3ec921
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>