Skip to content
CSimmer edited this page Feb 18, 2018 · 7 revisions
  1. Update 'version' in pom.xml.
    • (The about.jsp no longer needs to be updated because it uses a build property value.)
  2. Create a regular server build (mvn install).
    • Save Sources/target/ced2ar-web.war for later upload to GitHub.
    • Copy ced2ar-web.war to Binaries\Server, overwriting the file there.
  3. Create a desktop (binary) build by following these instructions.
    • Copy the resulting ced2ar.jar file to Binaries\Local, overwriting the file there.
    • Save the ced2ar.jar file for upload to GitHub.
  4. New for v2.9: Services are optional/experimental components, designed to be updated independently of ced2ar-web.
  5. Commit the updates.
  6. Create a release on GitHub.
    • Note any new features since the last release.
    • Upload the .jar and .war files to the GitHub release.
    • Upload the currently used BaseX.war file and ced2ar.sh script.
    • Upload any service files (ced2ardata2ddi.war) .
Clone this wiki locally