SLING-4633 - Launchpad archetypes do not run on Java 7 or newer

git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1674996 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/main/resources/archetype-resources/pom.xml b/src/main/resources/archetype-resources/pom.xml
index 3a65738..d4b6b6b 100644
--- a/src/main/resources/archetype-resources/pom.xml
+++ b/src/main/resources/archetype-resources/pom.xml
@@ -36,12 +36,12 @@
                 </executions>

                 <configuration>

                     <defaultBundleList>

-                        <version>6</version>

+                        <version>7</version>

                     </defaultBundleList>

                     <jarWebSupport>

                         <groupId>org.apache.felix</groupId>

                         <artifactId>org.apache.felix.http.jetty</artifactId>

-                        <version>2.2.0</version>

+                        <version>2.2.2</version>

                     </jarWebSupport>

                 </configuration>

             </plugin>

@@ -64,7 +64,7 @@
         <dependency>

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

             <artifactId>org.apache.sling.launchpad.base</artifactId>

-            <version>2.4.0</version>

+            <version>4.6.1-2.5.8</version>

             <classifier>app</classifier>

             <scope>runtime</scope>

         </dependency>