I would like to add that as soon as you tag your repo the
jbosstools-4.2.x branch is open for 4.2.2 development!
Done for base, jst, javaee.
On 12/15/2014 03:06 PM, Nick Boldt wrote:
Component leads, please tag your repositories!
$ git fetch jbosstools jbosstools-4.2.x #assuming remote is called
jbosstools, also often called origin
$ git checkout FETCH_HEAD
$ git tag jbosstools-4.2.1.Final
$ git push jbosstools jbosstools-4.2.1.Final