You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by fm...@apache.org on 2007/12/03 15:58:14 UTC

svn commit: r600560 - /incubator/sling/trunk/microsling/microsling-core/pom.xml

Author: fmeschbe
Date: Mon Dec  3 06:58:14 2007
New Revision: 600560

URL: http://svn.apache.org/viewvc?rev=600560&view=rev
Log:
Rolling back change of port (sorry, this wasn't meant to be committed like this)

Modified:
    incubator/sling/trunk/microsling/microsling-core/pom.xml

Modified: incubator/sling/trunk/microsling/microsling-core/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sling/trunk/microsling/microsling-core/pom.xml?rev=600560&r1=600559&r2=600560&view=diff
==============================================================================
--- incubator/sling/trunk/microsling/microsling-core/pom.xml (original)
+++ incubator/sling/trunk/microsling/microsling-core/pom.xml Mon Dec  3 06:58:14 2007
@@ -194,7 +194,7 @@
           <scanIntervalSeconds>10</scanIntervalSeconds>
           <connectors>
             <connector implementation="org.mortbay.jetty.nio.SelectChannelConnector">
-              <port>9090</port>
+              <port>8080</port>
               <maxIdleTime>60000</maxIdleTime>
             </connector>
           </connectors>