Index: web/modeshape-web-jcr-rest-client/pom.xml =================================================================== --- web/modeshape-web-jcr-rest-client/pom.xml (revision 1773) +++ web/modeshape-web-jcr-rest-client/pom.xml (working copy) @@ -164,7 +164,7 @@ dnauser:password:connect,readwrite|unauthorized:password:bogus - 8080 + 8090 Index: web/modeshape-web-jcr-rest-client/src/test/java/org/modeshape/web/jcr/rest/client/json/JsonRestClientTest.java =================================================================== --- web/modeshape-web-jcr-rest-client/src/test/java/org/modeshape/web/jcr/rest/client/json/JsonRestClientTest.java (revision 1773) +++ web/modeshape-web-jcr-rest-client/src/test/java/org/modeshape/web/jcr/rest/client/json/JsonRestClientTest.java (working copy) @@ -55,7 +55,7 @@ public final class JsonRestClientTest { private static final String PSWD = "password"; private static final String USER = "dnauser"; - private static final Server SERVER = new Server("http://localhost:8080", USER, PSWD); + private static final Server SERVER = new Server("http://localhost:8090", USER, PSWD); private static final String REPOSITORY_NAME = "mode:repository"; private static final Repository REPOSITORY1 = new Repository(REPOSITORY_NAME, SERVER); private static final String WORKSPACE_NAME = "default";