When :old-group-id is given to release, after deploying the main artifact, creates a temp directory with a pom.xml for :old-group-id having a single dependency on the main library, and does mvn deploy from there. Afterwards, it cleans up the temp directory.
This PR addresses #9.
When
:old-group-id
is given torelease
, after deploying the main artifact, creates a temp directory with apom.xml
for:old-group-id
having a single dependency on the main library, and doesmvn deploy
from there. Afterwards, it cleans up the temp directory.