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-test-bundles.git


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

commit 84b2007ed4e90f1ec7b5c7022e07c19580e866f9
Author: Robert Munteanu <[email protected]>
AuthorDate: Fri Oct 19 22:56:00 2018 +0200

    SLING-7935 - Consolidate all 'launchpad-testing' modules into a single git 
repository
---
 pom.xml                           | 24 +++++++++++++++++++++++-
 src/main/provisioning/bundles.txt |  8 ++++----
 2 files changed, 27 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 63d890b..c4d2c02 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
     </parent>
 
     <artifactId>org.apache.sling.launchpad.test-bundles</artifactId>
-    <version>0.0.7-SNAPSHOT</version>
+    <version>12-SNAPSHOT</version>
     <packaging>slingfeature</packaging>
 
     <scm>
@@ -50,4 +50,26 @@
             </plugin>
         </plugins>
     </build>
+
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.launchpad.test-fragment</artifactId>
+            <version>${project.version}</version>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.launchpad.test-services</artifactId>
+            <version>${project.version}</version>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            
<artifactId>org.apache.sling.launchpad.test-services-war</artifactId>
+            <version>${project.version}</version>
+            <type>war</type>
+            <scope>provided</scope>
+        </dependency>
+    </dependencies>
 </project>
diff --git a/src/main/provisioning/bundles.txt 
b/src/main/provisioning/bundles.txt
index 8a99a24..36af6b8 100644
--- a/src/main/provisioning/bundles.txt
+++ b/src/main/provisioning/bundles.txt
@@ -23,15 +23,15 @@
   org.apache.sling/org.apache.sling.junit.core/1.0.26
   org.apache.sling/org.apache.sling.junit.remote/1.0.12
   org.apache.sling/org.apache.sling.junit.scriptable/1.0.12
-  org.apache.sling/org.apache.sling.launchpad.test-fragment/2.0.16
+  org.apache.sling/org.apache.sling.launchpad.test-fragment
 
 [artifacts startLevel=5]
-  org.apache.sling/org.apache.sling.launchpad.test-services-war/2.0.16/war
-  org.apache.sling/org.apache.sling.launchpad.test-services/2.0.16
+  org.apache.sling/org.apache.sling.launchpad.test-services-war//war
+  org.apache.sling/org.apache.sling.launchpad.test-services
   
 [artifacts runModes=jackrabbit,oak]
   # Add some run modes to verify that one of these run modes is active. 
-  org.apache.sling/org.apache.sling.launchpad.test-services/2.0.16
+  org.apache.sling/org.apache.sling.launchpad.test-services
 
 [artifacts runModes=failingtests]
   # Used to verify that a bundle with an inactive run mode is not installed

Reply via email to