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/06/12 11:06:56 UTC

svn commit: r1798436 - in /sling/trunk/tooling/maven/archetypes/slingstart/src/main/resources/archetype-resources: pom.xml src/main/provisioning/model.txt

Author: rombert
Date: Mon Jun 12 11:06:56 2017
New Revision: 1798436

URL: http://svn.apache.org/viewvc?rev=1798436&view=rev
Log:
SLING-6204 - Use launchpad version 9 in the Maven archetypes

Modified:
    sling/trunk/tooling/maven/archetypes/slingstart/src/main/resources/archetype-resources/pom.xml
    sling/trunk/tooling/maven/archetypes/slingstart/src/main/resources/archetype-resources/src/main/provisioning/model.txt

Modified: sling/trunk/tooling/maven/archetypes/slingstart/src/main/resources/archetype-resources/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/tooling/maven/archetypes/slingstart/src/main/resources/archetype-resources/pom.xml?rev=1798436&r1=1798435&r2=1798436&view=diff
==============================================================================
--- sling/trunk/tooling/maven/archetypes/slingstart/src/main/resources/archetype-resources/pom.xml (original)
+++ sling/trunk/tooling/maven/archetypes/slingstart/src/main/resources/archetype-resources/pom.xml Mon Jun 12 11:06:56 2017
@@ -23,7 +23,7 @@
             <plugin>
                 <groupId>org.apache.sling</groupId>
                 <artifactId>slingstart-maven-plugin</artifactId>
-                <version>1.7.0</version>
+                <version>1.7.6</version>
                 <extensions>true</extensions>
                 <configuration>
                     <createWebapp>true</createWebapp>

Modified: sling/trunk/tooling/maven/archetypes/slingstart/src/main/resources/archetype-resources/src/main/provisioning/model.txt
URL: http://svn.apache.org/viewvc/sling/trunk/tooling/maven/archetypes/slingstart/src/main/resources/archetype-resources/src/main/provisioning/model.txt?rev=1798436&r1=1798435&r2=1798436&view=diff
==============================================================================
--- sling/trunk/tooling/maven/archetypes/slingstart/src/main/resources/archetype-resources/src/main/provisioning/model.txt (original)
+++ sling/trunk/tooling/maven/archetypes/slingstart/src/main/resources/archetype-resources/src/main/provisioning/model.txt Mon Jun 12 11:06:56 2017
@@ -18,6 +18,6 @@
 #
 [feature name=model]
 [artifacts]
-  org.apache.sling/org.apache.sling.launchpad/8/slingstart
+  org.apache.sling/org.apache.sling.launchpad/9/slingstart
   org.apache.felix/org.apache.felix.shell/1.4.3
   org.apache.felix/org.apache.felix.shell.remote/1.1.2