You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/10/18 23:29:48 UTC

[sling-launchpad-standalone-archetype] 06/15: SLING-4633 - Launchpad archetypes do not run on Java 7 or newer

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-launchpad-standalone-archetype.git

commit 893c6464cda473b7e06fecff39b199b514cb83d9
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Mon Apr 20 22:32:30 2015 +0000

    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
---
 src/main/resources/archetype-resources/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

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>

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.