Update slingstart maven plugin to 1.7.0 in all projects to avoid build problems using the reactor

git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1776436 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/main/resources/archetype-resources/pom.xml b/src/main/resources/archetype-resources/pom.xml
index f6c5e13..90814bb 100644
--- a/src/main/resources/archetype-resources/pom.xml
+++ b/src/main/resources/archetype-resources/pom.xml
@@ -23,7 +23,7 @@
             <plugin>

                 <groupId>org.apache.sling</groupId>

                 <artifactId>slingstart-maven-plugin</artifactId>

-                <version>1.3.6</version>

+                <version>1.7.0</version>

                 <extensions>true</extensions>

                 <configuration>

                     <createWebapp>true</createWebapp>