From e625185b6db97c73437a2c5879e93ea350bc07cd Mon Sep 17 00:00:00 2001 From: Simon Ebner Date: Wed, 27 Nov 2013 11:44:48 +0100 Subject: [PATCH] Updated version to 2.0.x Added Readme.md file - Starting of development documentation --- ch.psi.fda/Readme.md | 18 ++++++++++++++++++ ch.psi.fda/pom.xml | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 ch.psi.fda/Readme.md diff --git a/ch.psi.fda/Readme.md b/ch.psi.fda/Readme.md new file mode 100644 index 0000000..3b6e709 --- /dev/null +++ b/ch.psi.fda/Readme.md @@ -0,0 +1,18 @@ +# Development + +## Build +To build project use `mvn clean install`. + +To upload the latest version to the central artifact repository use `mvn clean deploy`. + +## Usage + +To use the FDA libary in an other project use: + +``` + + ch.psi + fda + x.x.x + +``` diff --git a/ch.psi.fda/pom.xml b/ch.psi.fda/pom.xml index 34b20ad..fd8905a 100644 --- a/ch.psi.fda/pom.xml +++ b/ch.psi.fda/pom.xml @@ -3,7 +3,7 @@ 4.0.0 ch.psi fda - 1.1.41 + 2.0.1