DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
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
...