Re: [onap-discuss] [onap-tsc] Release management process is broken

2018-03-01 Thread Alexis de Talhouët
I don’t have enough knowledge on this to answer your question, Gary. But my hope is we can get this fix so Beijing delivers tagged code as well. Thanks, Alexis > On Feb 28, 2018, at 3:32 PM, Gary Wu wrote: > > Usually the maven release plugin is used for this, which

Re: [onap-discuss] [onap-tsc] Release management process is broken

2018-02-28 Thread Gary Wu
Usually the maven release plugin is used for this, which would: · Checkout SNAPSHOT version poms, e.g. “1.1-SNAPSHOT” · Update poms to release version, e.g. “1.1” · Build and run all tests · Commit release version poms into git repo · Tag this “release