You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bd...@apache.org on 2012/04/02 15:19:33 UTC

svn commit: r1308343 - /sling/trunk/launchpad/integration-tests/pom.xml

Author: bdelacretaz
Date: Mon Apr  2 13:19:33 2012
New Revision: 1308343

URL: http://svn.apache.org/viewvc?rev=1308343&view=rev
Log:
SLING-2443 - use same port as testing module

Modified:
    sling/trunk/launchpad/integration-tests/pom.xml

Modified: sling/trunk/launchpad/integration-tests/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/launchpad/integration-tests/pom.xml?rev=1308343&r1=1308342&r2=1308343&view=diff
==============================================================================
--- sling/trunk/launchpad/integration-tests/pom.xml (original)
+++ sling/trunk/launchpad/integration-tests/pom.xml Mon Apr  2 13:19:33 2012
@@ -36,7 +36,7 @@
 
   <properties>
     <!-- HTTP port of Sling instance to test -->
-    <http.port>8080</http.port>
+    <http.port>8888</http.port>
 
     <!-- path suffix for HTTP access to Sling test instance -->
     <http.base.path />