From 005cc205ae4aca53cfb0957882cf79fb2a015914 Mon Sep 17 00:00:00 2001 From: Simon Gregor Ebner Date: Fri, 25 Jul 2014 14:46:33 +0200 Subject: [PATCH] fix readme --- Readme.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Readme.md b/Readme.md index d796f2a..2d80693 100644 --- a/Readme.md +++ b/Readme.md @@ -15,12 +15,14 @@ and packaging the resulting application zip file will be located in `fda.ui.appl ## Changing Version In the ch.psi.fda Eclipse project + * Change version in pom.xml (remove -SNAPSHOT) * Compile and deploy the new ch.psi.fda jar file (Eclipse) via maven * Run goal: `clean deploy` * Change version in pom.xml (add -SNAPSHOT) In fda.ui.ee (Netbeans) project + * Change used ch.psi.fda version in `fda.ui.module` project pom (section dependencies) to the version you compiled and deployed before * Change project version in pom.xml of all projects: * pom.xml @@ -33,6 +35,7 @@ In fda.ui.ee (Netbeans) project * Start and test GUI from within Netbeans ## Release + * Locate `fda.ui.application-.zip` in `fda.ui.application/target` * Rename file to `fda-.zip` * Upload file into the releases repository of artifactory (http://yoke/artifactory)