From 2684604a4e195e36a0bdc3f8ae967363a356cb75 Mon Sep 17 00:00:00 2001 From: Sevket Goekay Date: Wed, 7 Oct 2015 11:31:31 +0200 Subject: [PATCH] prepare release --- README.md | 8 ++++---- pom.xml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 9a62de863..4f4ed4ead 100644 --- a/README.md +++ b/README.md @@ -23,10 +23,10 @@ Requirements & Configuration - WebSocket/JSON: `ws://:/steve/websocket/CentralSystemService/` 3. Configuration is defined in [main.properties](src/main/resources/config/prod/main.properties): - - You _must_ change [database configuration](src/main/resources/config/prod/main.properties#L3-L5) - - You _must_ change [the host](src/main/resources/config/prod/main.properties#L14) to the correct IP address of your server - - You _must_ change [web interface credentials](src/main/resources/config/prod/main.properties#L9-L10) - - You _can_ access the application via HTTPS, by [enabling it and setting the keystore properties](src/main/resources/config/prod/main.properties#L23-L26) + - You _must_ change [database configuration](src/main/resources/config/prod/main.properties#L3-L7) + - You _must_ change [the host](src/main/resources/config/prod/main.properties#L16) to the correct IP address of your server + - You _must_ change [web interface credentials](src/main/resources/config/prod/main.properties#L11-L12) + - You _can_ access the application via HTTPS, by [enabling it and setting the keystore properties](src/main/resources/config/prod/main.properties#L25-L28) 4. The following MySQL statements can be used as database initialization (adjust according to your setup): diff --git a/pom.xml b/pom.xml index 56bb40e25..2f28fe3d5 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 de.rwth.idsg steve - 2.0.0-SNAPSHOT + 2.0.0 jar