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-slingstart-archetype.git
commit dba76c6ada990bc9bbe8b0aadc667f8b269a8898 Author: Robert Munteanu <[email protected]> AuthorDate: Mon Jun 12 11:06:56 2017 +0000 SLING-6204 - Use launchpad version 9 in the Maven archetypes git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1798436 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/resources/archetype-resources/pom.xml | 2 +- src/main/resources/archetype-resources/src/main/provisioning/model.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/archetype-resources/pom.xml b/src/main/resources/archetype-resources/pom.xml index 90814bb..0be40e3 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.7.0</version> + <version>1.7.6</version> <extensions>true</extensions> <configuration> <createWebapp>true</createWebapp> diff --git a/src/main/resources/archetype-resources/src/main/provisioning/model.txt b/src/main/resources/archetype-resources/src/main/provisioning/model.txt index 1e12744..1fba835 100644 --- a/src/main/resources/archetype-resources/src/main/provisioning/model.txt +++ b/src/main/resources/archetype-resources/src/main/provisioning/model.txt @@ -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 -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
