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/10/12 15:13:12 UTC

svn commit: r1811979 - in /sling/trunk/samples/testing/module-with-it: pom.xml src/test/provisioning/model.txt

Author: rombert
Date: Thu Oct 12 15:13:12 2017
New Revision: 1811979

URL: http://svn.apache.org/viewvc?rev=1811979&view=rev
Log:
Fixed module-with-it build

Submitted-By: Ian Boston

Closes #254

Modified:
    sling/trunk/samples/testing/module-with-it/pom.xml
    sling/trunk/samples/testing/module-with-it/src/test/provisioning/model.txt

Modified: sling/trunk/samples/testing/module-with-it/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/samples/testing/module-with-it/pom.xml?rev=1811979&r1=1811978&r2=1811979&view=diff
==============================================================================
--- sling/trunk/samples/testing/module-with-it/pom.xml (original)
+++ sling/trunk/samples/testing/module-with-it/pom.xml Thu Oct 12 15:13:12 2017
@@ -191,13 +191,13 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.junit.core</artifactId>
-            <version>1.0.24-SNAPSHOT</version>
+            <version>1.0.26</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.junit.teleporter</artifactId>
-            <version>1.0.7-SNAPSHOT</version>
+            <version>1.0.16</version>
             <scope>test</scope>
         </dependency>
     </dependencies>

Modified: sling/trunk/samples/testing/module-with-it/src/test/provisioning/model.txt
URL: http://svn.apache.org/viewvc/sling/trunk/samples/testing/module-with-it/src/test/provisioning/model.txt?rev=1811979&r1=1811978&r2=1811979&view=diff
==============================================================================
--- sling/trunk/samples/testing/module-with-it/src/test/provisioning/model.txt (original)
+++ sling/trunk/samples/testing/module-with-it/src/test/provisioning/model.txt Thu Oct 12 15:13:12 2017
@@ -21,7 +21,7 @@
 [artifacts]
   org.apache.sling/org.apache.sling.launchpad/9/slingstart
   # this is necessary to execute the tests
-  org.apache.sling/org.apache.sling.junit.core/1.0.24-SNAPSHOT
+  org.apache.sling/org.apache.sling.junit.core/1.0.26
 
 # additional configuration for testing
 [configurations]