Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Publish JARs

Increment version number

Run gradle publishPlugins

Add tag

Upgrading dependent projects

Here we use a regular expression to set the versions to the latest:

Searching for *gradle*, replace

(us\.ihmc[ \t\x0B\S]*ihmc-build[ \t\x0B:]*)([0-9\.]+)("|')

with

$1<version>$3

  • No labels