SCM interaction Bug Fixes
Resolves a couple of bugs around SCM interaction.
- If a parent POM is defining an
<scm>
block without either a<developerConnection>
or<connection>
(common in spring boot apps), and the child project didn't define a connection URL, the result was a null pointer exception (Issue #74) - Community contribution to improve tagging feedback. #72, fixed by #73! Thanks, Hans-Peter Schmid!