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)