Versions Compared

Key

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

...

When this completes, the particular git revision will have been tagged, and its compiled artifacts will have been deployed to our maven repository.

 

After doing the above, you may now want to checkout the tag such that you compile the module for deploying to the module repository.

You need to first fetch that tag with something like: git fetch origin 1.0:1.0   or  git fetch upstream 1.0:1.0