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