This is an automated email from the ASF dual-hosted git repository. andysch pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-project-archetype.git
commit 4bbda1328fba6ede7a33ab9c8b5200aa7db4048b Author: Oliver Lietz <[email protected]> AuthorDate: Sun Feb 25 20:31:16 2018 +0100 use sling-archetype-parent 5 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 2084a4e..eccd26b 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.sling</groupId> <artifactId>sling-archetype-parent</artifactId> - <version>6-SNAPSHOT</version> + <version>5</version> <relativePath /> </parent>
