mike-jumper opened a new pull request, #1140:
URL: https://github.com/apache/guacamole-client/pull/1140
This change bumps the version numbers of all guacamole-client projects to
1.6.1. In an attempt to reduce maintenance burden, this change also:
* Migrates away from manually listing all compatible versions, instead
determining compatibility by comparing major, minor, patch, and suffix.
* Switches all otherwise hard-coded instances of the guacamole-client
version to substitutions of `${project.version}`, including the various
`guac-manifest.json` files.
Going forward, this will allow us to just update the guacamole-client
version with a single command like:
```
mvn versions:set -DnewVersion="1.6.1" -DprocessAllModules=true
-DgenerateBackupPoms=false
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]