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 2014/10/03 23:23:03 UTC

svn commit: r1629325 - /sling/trunk/tooling/ide/eclipse-test/pom.xml

Author: rombert
Date: Fri Oct  3 21:23:03 2014
New Revision: 1629325

URL: http://svn.apache.org/r1629325
Log:
SLING-3825 - Eclipse-based tests depend on SNAPSHOT version of the Sling Launchpad

Sling 7 is released, so use that as a dependency.

Modified:
    sling/trunk/tooling/ide/eclipse-test/pom.xml

Modified: sling/trunk/tooling/ide/eclipse-test/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/tooling/ide/eclipse-test/pom.xml?rev=1629325&r1=1629324&r2=1629325&view=diff
==============================================================================
--- sling/trunk/tooling/ide/eclipse-test/pom.xml (original)
+++ sling/trunk/tooling/ide/eclipse-test/pom.xml Fri Oct  3 21:23:03 2014
@@ -111,7 +111,7 @@
                         <artifactItem>
                             <groupId>org.apache.sling</groupId>
                             <artifactId>org.apache.sling.launchpad</artifactId>
-                            <version>7-SNAPSHOT</version>
+                            <version>7</version>
                             <type>war</type>
                             <overWrite>false</overWrite>
                             <outputDirectory>${project.build.directory}</outputDirectory>