Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Example: the pull request for bumping guacamole-client to 0.9.11-incubating

To update the version numbers within all pom.xml  files automatically, run:

Code Block
mvn versions:set -DnewVersion="VERSION_NUMBER" -DprocessAllModules=true -DgenerateBackupPoms=false

where VERSION_NUMBER  is the version number for the release.

Updating guacamole-manual accordingly

...