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-webapp-archetype.git

commit 8cad31d8a1a6d1ca1dd02aa1caf9478acd790fc0
Author: Robert Munteanu <[email protected]>
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 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/resources/archetype-resources/pom.xml 
b/src/main/resources/archetype-resources/pom.xml
index 570e7d0..b155f0f 100644
--- a/src/main/resources/archetype-resources/pom.xml
+++ b/src/main/resources/archetype-resources/pom.xml
@@ -36,7 +36,7 @@
                 </executions>
                 <configuration>
                     <defaultBundleList>
-                        <version>6</version>
+                        <version>7</version>
                     </defaultBundleList>
                 </configuration>
             </plugin>
@@ -76,7 +76,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>
             <type>war</type>
             <classifier>webapp</classifier>
             <scope>runtime</scope>

-- 
To stop receiving notification emails like this one, please contact
"[email protected]" <[email protected]>.

Reply via email to