From e023dbd5a50ea9ee21f86a41ec3bd1503c4709dc Mon Sep 17 00:00:00 2001 From: Stefan Bethge Date: Thu, 2 Apr 2015 01:32:25 +0200 Subject: [PATCH] readme and style --- README.md | 6 +++--- pom.xml | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index a090ba3e5..f62486782 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Please refer to the [wiki](https://github.com/OpenBankProject/OBP-API/wiki) to s ## STATUS -[V1.2] (https://github.com/OpenBankProject/OBP-API/wiki/REST-API-V1.2) is mostly implemented +[V1.2.1] (https://github.com/OpenBankProject/OBP-API/wiki/REST-API-V1.2.1) is the current stable API. ## LICENSE @@ -35,11 +35,11 @@ The project uses Maven 3 as its build tool. To compile and run jetty, install Maven 3 and execute: -mvn jetty:run +./mvn.sh jetty:run ---- # Databases: -The default datastores used are MongoDB (metadata, transaction cache) and Postgres (user accounts). +The default datastore used is PostgreSQL (user accounts, metadata, transaction cache). diff --git a/pom.xml b/pom.xml index 6a7cfd09b..f4a4cd3a5 100644 --- a/pom.xml +++ b/pom.xml @@ -204,10 +204,10 @@ -DpackageLinkDefs=file://${project.build.directory}/packageLinkDefs.properties - - -Xmax-classfile-name - 130 - + + -Xmax-classfile-name + 130 + ${scala.compiler} ${scala.version} incremental