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-org-apache-sling-launchpad-testing.git


The following commit(s) were added to refs/heads/master by this push:
     new 19f71e1  SLING-7935 - Consolidate all 'launchpad-testing' modules into 
a single git repository
19f71e1 is described below

commit 19f71e11e2fa56ba723cb1797cb2c91e9ae3dd0a
Author: Robert Munteanu <[email protected]>
AuthorDate: Fri Oct 19 23:06:28 2018 +0200

    SLING-7935 - Consolidate all 'launchpad-testing' modules into a single git 
repository
---
 pom.xml                         | 19 ++++++++++++++++++-
 src/main/provisioning/model.txt |  4 ++--
 2 files changed, 20 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 6bcfca6..2310452 100644
--- a/pom.xml
+++ b/pom.xml
@@ -161,7 +161,7 @@
         <dependency>
              <groupId>org.apache.sling</groupId>
              
<artifactId>org.apache.sling.launchpad.integration-tests</artifactId>
-             <version>1.0.8</version>
+             <version>${project.version}</version>
              <scope>test</scope>
              <exclusions>
                  <exclusion>
@@ -175,6 +175,23 @@
              </exclusions>
         </dependency>
 
+        <!-- depend on the exact same Slingstart version -->
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.starter</artifactId>
+            <type>slingfeature</type>
+            <classifier>slingfeature</classifier>
+            <version>${project.version}</version>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.launchpad.test-bundles</artifactId>
+            <version>${project.version}</version>
+            <type>slingfeature</type>
+            <scope>provided</scope>
+        </dependency>
+
         <!-- Dependencies for the Test Build and Run -->
          <dependency>
             <groupId>commons-io</groupId>
diff --git a/src/main/provisioning/model.txt b/src/main/provisioning/model.txt
index ee414dc..3f450f4 100644
--- a/src/main/provisioning/model.txt
+++ b/src/main/provisioning/model.txt
@@ -19,8 +19,8 @@
 [feature name=launchpad-testing]
 # Dependencies
 [artifacts]
-  org.apache.sling/org.apache.sling.starter/12-SNAPSHOT/slingstart
-  org.apache.sling/org.apache.sling.launchpad.test-bundles/0.0.6/slingfeature
+  org.apache.sling/org.apache.sling.starter//slingstart
+  org.apache.sling/org.apache.sling.launchpad.test-bundles//slingfeature
 
 # additional configuration for testing
 [configurations]

Reply via email to