fix readme

This commit is contained in:
2014-07-25 14:46:33 +02:00
parent a1594a7e2a
commit 005cc205ae

View File

@@ -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-<version>.zip` in `fda.ui.application/target`
* Rename file to `fda-<version>.zip`
* Upload file into the releases repository of artifactory (http://yoke/artifactory)