SLING-7092: Stop using port 8888 as a default for testing

Various documentation and pom updates.

git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1806687 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/README.txt b/README.txt
index 2d68f91..78c1007 100644
--- a/README.txt
+++ b/README.txt
@@ -88,7 +88,7 @@
 *** WARNING: the jcrinstall-tests do not work in revision 741168, due to changes
 in the start levels. They can be run according to the scenario below, if you 
 change the default bundles start level to 30, after starting the Sling instance
-with mvn jetty:run, from http://localhost:8888/system/console/vmstat. ***     
+with mvn jetty:run, from http://localhost:8080/system/console/vmstat. ***     
 
 To run the jcrinstall integration tests quickly, without having to start the
 webapp first:
diff --git a/pom.xml b/pom.xml
index 330162f..83c2977 100644
--- a/pom.xml
+++ b/pom.xml
@@ -45,7 +45,7 @@
 
     <properties>
         <!-- HTTP port to use when running mvn jetty:run -->
-        <jetty.http.port>8888</jetty.http.port>
+        <jetty.http.port>8080</jetty.http.port>
 
         <!-- path suffix for HTTP access to Sling -->
         <http.base.path />