diff options
author | Henri Yandell <bayard@apache.org> | 2006-11-10 22:45:04 +0000 |
---|---|---|
committer | Henri Yandell <bayard@apache.org> | 2006-11-10 22:45:04 +0000 |
commit | 6972e461e4d8f591bfa87ad4ddde2c7bf51826b5 (patch) | |
tree | 834bf00cb1ba1f42dc1ad17b5dbc6d69ec828291 /archiva-webapp | |
parent | c57f5787a8ba803b941852abfa9030f866bb535a (diff) | |
download | archiva-6972e461e4d8f591bfa87ad4ddde2c7bf51826b5.tar.gz archiva-6972e461e4d8f591bfa87ad4ddde2c7bf51826b5.zip |
Moving to 9000 so it doesn't clash with Continuum
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@473552 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-webapp')
-rw-r--r-- | archiva-webapp/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archiva-webapp/pom.xml b/archiva-webapp/pom.xml index 1f1b6fae2..0d0e983c2 100644 --- a/archiva-webapp/pom.xml +++ b/archiva-webapp/pom.xml @@ -294,7 +294,7 @@ <jettyEnvXml>src/jetty-env.xml</jettyEnvXml> <connectors> <connector implementation="org.mortbay.jetty.nio.SelectChannelConnector"> - <port>9000</port> + <port>9001</port> <maxIdleTime>60000</maxIdleTime> </connector> </connectors> |