Versions Compared

Key

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

...

sos-components is a standard maven project and can be build built with maven. SOS currently uses maven version 3.3.9.

...

Checkout the latest version using the previously stored variable to a local branch as a "latest" local branch using the variable you have just stored.

Code Block
languagebash
titleCheckout Latest
git checkout $tag -b latest

...