You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2013/02/08 03:57:06 UTC

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

Author: cziegeler
Date: Fri Feb  8 02:57:06 2013
New Revision: 1443828

URL: http://svn.apache.org/r1443828
Log:
Use default launchpad port for tests

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=1443828&r1=1443827&r2=1443828&view=diff
==============================================================================
--- sling/trunk/launchpad/integration-tests/pom.xml (original)
+++ sling/trunk/launchpad/integration-tests/pom.xml Fri Feb  8 02:57:06 2013
@@ -36,7 +36,7 @@
 
   <properties>
     <!-- HTTP port of Sling instance to test -->
-    <http.port>8888</http.port>
+    <http.port>8080</http.port>
 
     <!-- path suffix for HTTP access to Sling test instance -->
     <http.base.path />